XPixelGroup / DiffBIR

Official codes of DiffBIR: Towards Blind Image Restoration with Generative Diffusion Prior
Apache License 2.0
3.36k stars 288 forks source link

open clip model erro #34

Open Winnie202 opened 1 year ago

Winnie202 commented 1 year ago

when I run the following command “python inference.py \ --input inputs/demo/general \ --config configs/model/cldm.yaml \ --ckpt weights/general_full_v1.ckpt \ --reload_swinir --swinir_ckpt weights/general_swinir_v1.ckpt \ --steps 50 \ --sr_scale 4 \ --image_size 512 \ --color_fix_type wavelet --resize_back \ --output results/demo/general \ --device cuda”

An error occurred 2023-09-13 17-14-13屏幕截图

cache files is 2023-09-13 17-18-20屏幕截图

Can you help me, how should I solve this problem

0x3f3f3f3fun commented 1 year ago

I'm glad to help you😄. Have you tried to delete the cache file and run the script to download it again?

Winnie202 commented 1 year ago

I'm glad to help you😄. Have you tried to delete the cache file and run the script to download it again?

Yes, I tried that. Same error

iruhh commented 1 year ago

the same as the issue https://github.com/XPixelGroup/DiffBIR/issues/45