Open T8mars opened 3 months ago
same...😔
Didn't face that myself, maybe something to do with the open-clip-torch version? Did you install requirements.txt?
Didn't face that myself, maybe something to do with the open-clip-torch version? Did you install requirements.txt?
Yes, I have installed all the content of requirements.txt, and there is no error. I have checked the installed open-clip-torch version is 2.26.1. Here's my comfyui from starting the workflow to reporting error.
Loading model from: F:\StableDiffusion\ComfyUI\models\venhancer\venhancer_paper-fp16.safetensors
leftover_keys
Then it might be one of the packages that doesn't have version specified, like torch or transformers version.
I solved the issue by running pip install "open-clip-torch==2.24.0".
How you install open-clip-torch==2.24.0 on the portable version of Comfyui ? pls