FRESCO
FRESCO copied to clipboard
Which directory should the SD1.5 model be placed in?
Hi:
After run the script
python run_fresco.py ./config/config_music.yaml
But I didn't found any SD1.5 model in the project.
- Is it necessary to manually download the SD1.5 model?
- Which directory should the SD1.5 model be placed in?
BTW : the default path on windows 10 is C:\Users\xxxx\.cache\huggingface\hub
This line will automatically download the model from huggingface
https://github.com/williamyang1991/FRESCO/blob/c420080ac062eff7ef9634ef356d720330ce107f/run_fresco.py#L76
For details, please refer to https://huggingface.co/docs/diffusers/using-diffusers/loading
@williamyang1991 It's doesn't download the models for me the ui works perfectly through, please where I place the models I can download them on huggingface manually
You just download it, for example, to ./model/runwayml/stable-diffusion-v1-5
Then you can sepcify config['sd_path']='./model/runwayml/stable-diffusion-v1-5'
to load your local model
Is there a more convenient way to use local models in the future, such as setting and loading in the GUI interface?
This won't work with model downloaded from civitai, which normally is just a .safetensor file. any solution?