-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatible release clause will bypass downgrade_blacklist #1301
Comments
I cannot reproduce that issue. |
Yes, I'm using the latest ComfyUI. And the issue is not related to ComfyUI. Sorry for missing one step in bug reproduction. I should install a higher version diffusers in Step 2. For demonstration, I built a docker image with latest ComfyUI and ComfyUI-Manager installed. (https://github.com/sko00o/playground/tree/main/comfyui) Open this repo in Github Codespace, and follow the steps: # 1. launch comfyui and downgrade_blacklist will be set automatic
sudo bash comfyui/run.sh
# 2. install diffusers
pip install diffusers==0.27.2
pip list | grep diffusers
# diffusers 0.27.2
# 3. open WebUI to install `StableZero123-comfyui` by ComfyUI-Manager
# 4. check diffusers version again
pip list | grep diffusers
# diffusers 0.21.4 |
PTAL @ltdrdata |
confirmed the issue. |
This is fixed. |
I noticed some custom_nodes using
~=
in requirements.txt .It will make downgrade_blacklist not work.
How to reproduce this
restart ComfyUI
Install custom_nodes StableZero123-comfyui
The requirements.txt in this repo has this line
diffusers~=0.21.4
The text was updated successfully, but these errors were encountered: