kijai / ComfyUI-SUPIR

SUPIR upscaling wrapper for ComfyUI
Other
1.28k stars 70 forks source link

How to solve environment problems when loading supir plug-in? #86

Open wtl196544579 opened 3 months ago

wtl196544579 commented 3 months ago

Looking in indexes: https://mirror.baidu.com/pypi/simple Looking in links: https://mirror.sjtu.edu.cn/pytorch-wheels/torch_stable.html, https://www.modelscope.cn/api/v1/studio/hanamizukiai/resolver/gradio/pypi-index/index.html Requirement already satisfied: transformers>=4.28.1 in d:\comfyui-aki-v1.3\python\lib\site-packages (from -r D:\ComfyUI-aki-v1.3\custom_nodes\ComfyUI-SUPIR\requirements.txt (line 1)) (4.38.2) ERROR: Could not find a version that satisfies the requirement openai-clip>=1.0.1 (from versions: none) ERROR: No matching distribution found for openai-clip>=1.0.1

How to solve environment problems when loading supir plug-in?

Chouyanzhe commented 3 months ago

我也特别想知道,openai-clip>=1.0.1在哪里下载

Chouyanzhe commented 3 months ago

I am particularly eager to know where download or install openai-clip>=1.0.1?

kijai commented 3 months ago

Your pypi mirror (baidu?) just doesn't seem to have it for some reason. Are you able to access this site? https://pypi.org/project/openai-clip/#files

ranfengqaq commented 3 months ago

@kijai I'm having that problem too, downloaded the file from the URL you mentioned and it still doesn't work!

NyxWeigh commented 2 months ago

Same problem here, anyone got any solution so far?

kijai commented 2 months ago

Same problem here, anyone got any solution so far?

openai-clip>=1.0.1 is actually not even used, instead https://pypi.org/project/open-clip-torch/ is used. I don't know why it initially was in the requirements, tested uninstalling it and everything runs fine, so I'll remove it from the requirements.