-
Notifications
You must be signed in to change notification settings - Fork 11
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
Can a model path be assigned? #13
Comments
I added the custom paths funcionality. The default directory for the UltraPixel and StableCascade downloaded model files is ComfyUI/models/ultrapixel, if you want to alter this you can now change ultrapixel_directory or stablecascade_directory in the UltraPixel Load node from 'default' to the full path/directory you desire. |
Thank you. I'm trying it right now, I hope I can do it :) |
For your use case all you have to do is change the stablecascade_directory path, and leave the other one 'default' |
When I set the custom paths it only downloads to those paths, are you sure you set that path to a place that already had your stable cascade model files? |
终于不用在磁盘里放两份SC的模型了 |
Problem is if I update that now to be the default location then when anyone updates this node it will try to redownload all the StableCascade weights, unless I add some backwards compatibility checks in the code to search the 'old default' path of models/ultrapixel, or check and move the StableCascade weights from the 'old default' to the 'new default'. I'll think about it, weighing the pros and cons. |
Model sizes are too large. I already have the cascade models. Is there a way for me to match the model paths?
I saw the .config file in node but I don't know how to do it.
Please write if there is a way. I want to use.
Thanks
The text was updated successfully, but these errors were encountered: