-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Open Output Folder / Github link / Setup Page #195
Comments
Instead of having multiple copies of checkpoints, lora,s embeddings TI, I keep them in one central place on my fastest SSD drive (This will make loading faster) then I learn from MoonRide303 that I can make a symbolic link to my SSD's checkpoints and loras folders. I followed this Youtube https://youtu.be/RDH5IuyPJtk and it works wonderfully |
thats what i already have. everything at locaton X and A1111, invoke etc pointing to that location. and thats what i what i would also like for Fooocus EDIT: i like to set a path instead of an symbolic link / shortcut etc |
Well symbolic link is not that reliable. Once in a while, Fooocus like to delete them. For example: I try to generate without using Refinner. |
quote: i like to set a path instead of an symbolic link / shortcut etc I think a quick hack would be editing modules/path.py modelfile_path = os.path.abspath(os.path.join(os.path.dirname(file), '../models/checkpoints/')) Please report back if this work for you |
hi, that worked nicely. but i neded to change the path from i.e. C:\Models to C:/Models so \ -> / or else it did not work and i got an error. also this will be removed agin at the next update right? thats why a setup page would be awesome |
also this will be removed agin at the next update right? thats why a setup page would be awesome |
hi,
The text was updated successfully, but these errors were encountered: