You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The node pack conflicts with a plenty of other nodes, because it requires:
fairscale>=0.4.4 (conflicts with any node using any version of torchscale)
opencv-python-headless[ffmpeg]<=4.7.0.72 (conflicts with opencv-python>=4.7.0.72 in comfyui_controlnet_aux and albumentations>=1.4.10 in ComfyUI-AdvancedLivePortrait)
Are these dependencies up to date? Does the node pack actually needs these specific versions?
ERROR: Cannot install fairscale>=0.4.4, torchscale==0.1.0, torchscale==0.1.1, torchscale==0.1.2, torchscale==0.2.0 and torchscale==0.3.0 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested fairscale>=0.4.4
torchscale 0.3.0 depends on fairscale==0.4.0
The user requested fairscale>=0.4.4
torchscale 0.2.0 depends on fairscale==0.4.0
The user requested fairscale>=0.4.4
torchscale 0.1.2 depends on fairscale==0.4.0
The user requested fairscale>=0.4.4
torchscale 0.1.1 depends on fairscale==0.4.0
The user requested fairscale>=0.4.4
torchscale 0.1.0 depends on fairscale==0.4.0
ERROR: Cannot install albumentations==1.4.10, albumentations==1.4.11, albumentations==1.4.12, albumentations==1.4.13, albumentations==1.4.14, albumentations==1.4.15, albumentations==1.4.16, albumentations==1.4.17, albumentations==1.4.18 and opencv-python-headless<=4.7.0.72 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested opencv-python-headless<=4.7.0.72
albumentations 1.4.18 depends on opencv-python-headless>=4.9.0.80
The user requested opencv-python-headless<=4.7.0.72
albumentations 1.4.17 depends on opencv-python-headless>=4.9.0.80
The user requested opencv-python-headless<=4.7.0.72
albumentations 1.4.16 depends on opencv-python-headless>=4.9.0.80
The user requested opencv-python-headless<=4.7.0.72
albumentations 1.4.15 depends on opencv-python-headless>=4.9.0.80
The user requested opencv-python-headless<=4.7.0.72
albumentations 1.4.14 depends on opencv-python-headless>=4.9.0.80
The user requested opencv-python-headless<=4.7.0.72
albumentations 1.4.13 depends on opencv-python-headless>=4.9.0.80
The user requested opencv-python-headless<=4.7.0.72
albumentations 1.4.12 depends on opencv-python-headless>=4.9.0.80
The user requested opencv-python-headless<=4.7.0.72
albumentations 1.4.11 depends on opencv-python-headless>=4.9.0.80
The user requested opencv-python-headless<=4.7.0.72
albumentations 1.4.10 depends on opencv-python-headless>=4.9.0.80
The text was updated successfully, but these errors were encountered:
To clarify: I'm not claiming the requirements are redundant. I'm just pointing at the issue: in my experience, for many months WAS node suite was the only custom node (out of a few dozens) which constantly breaks the entire venv in both Windows (11) and Linux (Manjaro).
It leads to an undesired dilemma: EITHER a user installs WAS node suite OR a plenty of other nodes. And I believe, we all know the outcome.
For reference, here's a list of nodes in my installation (to me, all of them seem pretty essential):
The node pack conflicts with a plenty of other nodes, because it requires:
fairscale>=0.4.4
(conflicts with any node using any version oftorchscale
)opencv-python-headless[ffmpeg]<=4.7.0.72
(conflicts withopencv-python>=4.7.0.72
in comfyui_controlnet_aux andalbumentations>=1.4.10
in ComfyUI-AdvancedLivePortrait)Are these dependencies up to date? Does the node pack actually needs these specific versions?
The text was updated successfully, but these errors were encountered: