You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception has occurred: OSError
Error no file named diffusion_pytorch_model.bin found in directory /media/hzs/data/hzs/One-DM-main/runwayml/stable-diffusion-v1-5.
File "/media/One-DM-main/train.py", line 92, in main
vae = AutoencoderKL.from_pretrained(opt.stable_dif_path, subfolder="vae")
File "/media/One-DM-main/train.py", line 115, in
main(opt)
OSError: Error no file named diffusion_pytorch_model.bin found in directory /media/hzs/data/hzs/One-DM-main/runwayml/stable-diffusion-v1-5.
The text was updated successfully, but these errors were encountered:
你好,训练运行train.py 运行到 vae = AutoencoderKL.from_pretrained(opt.stable_dif_path, subfolder="vae")报错(如下),没有找到diffusion_pytorch_model.bin,请问能否把需要的runwayml/stable-diffusion-v1-5里面的模型也上传一下,因为huggingface 里面的runwayml/stable-diffusion-v1-5已经删掉了,在其他地方下载的不正确报了这个错误。
Exception has occurred: OSError
Error no file named diffusion_pytorch_model.bin found in directory /media/hzs/data/hzs/One-DM-main/runwayml/stable-diffusion-v1-5.
File "/media/One-DM-main/train.py", line 92, in main
vae = AutoencoderKL.from_pretrained(opt.stable_dif_path, subfolder="vae")
File "/media/One-DM-main/train.py", line 115, in
main(opt)
OSError: Error no file named diffusion_pytorch_model.bin found in directory /media/hzs/data/hzs/One-DM-main/runwayml/stable-diffusion-v1-5.
The text was updated successfully, but these errors were encountered: