cswry / SeeSR

[CVPR2024] SeeSR: Towards Semantics-Aware Real-World Image Super-Resolution
Apache License 2.0
438 stars 29 forks source link

OSError: Error no file named diffusion_pytorch_model.bin found in directory preset/models/seesr #59

Open EchoXu98 opened 4 months ago

EchoXu98 commented 4 months ago

请问下,给的seesr预训练模型中,并没有diffusion_pytorch_model.bin这个文件,为什么运行代码后,要求有这个文件?

longfafffa commented 4 months ago

可以进入seesr/unet中,手动下载这个文件, 谷歌网盘打包seesr的时候,不知道为什么没有把这个文件包含进去

orange-v-soda commented 1 month ago

"diffusion_pytorch_model.bin" means a model file , "diffusion_pytorch_model.safetensors" can replace it. Make sure the name is correct, not something like "diffusion_pytorch_model-001.safetensors". Hoping this answer can help