Getting custom directories to work using cmd arguments --config --ckpt --ckpt-dir --vae-path --vae-dir --embeddings-dir --lora-dir --hypernetwork-dir #15873
Replies: 1 comment
-
Ok figured it out, i guess you have to use a forward slash instead of a backslash. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to create two different .bat files, one to load only SD15 models, etc, and another to only load SDXL models etc. This is due to having 8000+ models in my files, it bogs down SD and chrome for obvious reasons. However using the custom cmd line arguments dont seem to work, example below and error after that. It seems to cause a CUDA error as well, however running without any of the directory & file arguments SD loads flawlessly without issues. Anybody have any idea how these cmd line arguments are supposed to work, am I doing it right?
Custom BAT file arguments
Output using BAT with cmd line arguments:
Output using BAT without cmd line arguments:
Beta Was this translation helpful? Give feedback.
All reactions