how can i assign custom location for lora and models ? #132
Replies: 4 comments
-
I would love to see this as a option for loras, models, embedding & hypernets , if it doesn't exist. Last thing I need is ANOTHER folder filled 500gbs of files. |
Beta Was this translation helpful? Give feedback.
-
You can use symbolic link to have only one folder containing models for several softwares. |
Beta Was this translation helpful? Give feedback.
-
or under CMD or PS mklink "C:\Path\Symlink_File.txt" "F:\Real_File.txt" |
Beta Was this translation helpful? Give feedback.
-
Try to change this one (in the .\Fooocus\modules\path.py): modelfile_path = os.path.abspath(os.path.join(os.path.dirname(file), '../models/checkpoints/')) it works for me (I've changed only output path, but you can try change models path too). |
Beta Was this translation helpful? Give feedback.
-
how can i assign custom folder location for lora and models ?
Beta Was this translation helpful? Give feedback.
All reactions