FRESCO icon indicating copy to clipboard operation
FRESCO copied to clipboard

Which directory should the SD1.5 model be placed in?

Open jinwyp opened this issue 11 months ago • 5 comments

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.

  1. Is it necessary to manually download the SD1.5 model?
  2. Which directory should the SD1.5 model be placed in?

BTW : the default path on windows 10 is C:\Users\xxxx\.cache\huggingface\hub

jinwyp avatar Mar 20 '24 14:03 jinwyp

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 avatar Mar 21 '24 01:03 williamyang1991

@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

al3dv2 avatar Mar 21 '24 08:03 al3dv2

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

williamyang1991 avatar Mar 21 '24 10:03 williamyang1991

Is there a more convenient way to use local models in the future, such as setting and loading in the GUI interface?

realyn avatar Mar 22 '24 00:03 realyn

This won't work with model downloaded from civitai, which normally is just a .safetensor file. any solution?

davidliudev avatar Mar 22 '24 04:03 davidliudev