Open Lex-DRL opened 1 month ago
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):
cg-use-everywhere
comfy-image-saver
ComfyUI-AdvancedLivePortrait
ComfyUI-Crystools
ComfyUI-Custom-Scripts
ComfyUI-HQ-Image-Save
ComfyUI-Impact-Pack
comfyui-inpaint-nodes
ComfyUI-Inspyrenet-Rembg
ComfyUI-KJNodes
ComfyUI-layerdiffuse
ComfyUI-Manager
ComfyUI-SAM2
ComfyUI-Static-Primitives
ComfyUI_Comfyroll_CustomNodes
comfyui_controlnet_aux
ComfyUI_essentials
ComfyUI_ImageProcessing
ComfyUI_JPS-Nodes
ComfyUI_MaraScott_Nodes
ComfyUi_NNLatentUpscale
ComfyUI_smZNodes
ComfyUI_UltimateSDUpscale
comfy_mtb
efficiency-nodes-comfyui
masquerade-nodes-comfyui
rgthree-comfy
SD-Latent-Upscaler
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?