open clip model erro
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
cache files is
Can you help me, how should I solve this problem
I'm glad to help you😄. Have you tried to delete the cache file and run the script to download it again?
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
the same as the issue https://github.com/XPixelGroup/DiffBIR/issues/45