Single cmd arg to reference models in existing A1111 checkout #206
Replies: 7 comments 6 replies
-
I was wrong, the copied path did not modify the slash symbol |
Beta Was this translation helpful? Give feedback.
-
Please add ESRGAN and RealESRGAN or another upscaler model would be great! For now it doesnt read any of them |
Beta Was this translation helpful? Give feedback.
-
this seems to work for me, except for the controlnet models. edit: i don't understand, why the "correct" path (in terms of the extensions context) is there for the preprocessors, but not for the models. btw: not joining parts of paths with os.path.join(a, b) but rather with things like target_path = a1111_home / ref.relative_path, gives me a hard time talking to your code programmatically. but i'm not complaining. this forge-thingy is awesome. super-fast, let's me render huuuge images etc. |
Beta Was this translation helpful? Give feedback.
-
What if your lora and checkpoints are on a different drive to the installation of A1111, is there a way to point forge at specific folders? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone. I also need your help. I can't make Forge see my checkpoints. I'm trying to show Forge my Fooocus checkpoints, and I've tried many ways to write paths, but none worked. Currently I have:
I tried / and \ slashes in COMMANDLINE_ARGS and FOOOCUS_HOME. I also wrote 'models' like this: What I get in cmd is:
and WebUI doesn't see my checkpoints. Can anyone please say how to fix this? |
Beta Was this translation helpful? Give feedback.
-
try using quotation marks with your forge-home path |
Beta Was this translation helpful? Give feedback.
-
Finally! I got it working! Cudos to the author of this article: The working solution for me to show path to an outside folder was to change just the Commandline_Args like this: While playing with the settings, I tried different things and noticed that using, for example, Russian words: would return a strange log:
Using a space in the address line like this: To use all checkpoints, loras, embeddings, vae write this: Thank you for everyone's involvement! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
After #203, you can use
--forge-ref-a1111-home
cmd arg to reference models in existing A1111 checkout.Models include:
Example webui-user.bat setup
Beta Was this translation helpful? Give feedback.
All reactions