comfyui-reactor-node icon indicating copy to clipboard operation
comfyui-reactor-node copied to clipboard

[Error On WSL2.0] (IMPORT FAILED): /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node

Open ShmuelRonen opened this issue 1 year ago • 5 comments

First, confirm

  • [X] I have read the instruction carefully
  • [X] I have searched the existing issues
  • [X] I have updated the extension to the latest version

What happened?

Hi I have installed ComfyUI on Linux WSL2.0. Most custom nodes work fine, but reactor nodes reports an error:

File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node/init.py", line 25, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node/nodes.py", line 14, in from scripts.reactor_faceswap import FaceSwapScript, get_models, get_current_faces_model, analyze_faces ModuleNotFoundError: No module named 'scripts.reactor_faceswap'

Cannot import /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node module for custom nodes: No module named 'scripts.reactor_faceswap'

reactor

Steps to reproduce the problem

Your workflow reactor simple

Sysinfo

Windows 10 pro nvidia rtx 3090

Relevant console log

a3211@DESKTOP-89OI1TC:~$ dir
ComfyUI_4ALL  OutfitAnyone        cuda-repo-wsl-ubuntu-12-3-local_12.3.2-1_amd64.deb  firefox.tar.bz2
Downloads     Real-Time-SD-Turbo  firefox                                             script.sh
a3211@DESKTOP-89OI1TC:~$ cd ComfyUI_4ALL
a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL$ ./script.sh
** ComfyUI startup time: 2024-01-04 20:03:22.432345
** Platform: Linux
** Python version: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
** Python executable: /usr/bin/python3
** Log path: /home/a3211/ComfyUI_4ALL/comfyui.log

Prestartup times for custom nodes:
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/rgthree-comfy
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Manager

Total VRAM 24576 MB, total RAM 15614 MB
xformers version: 0.0.22.post7
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync
VAE dtype: torch.bfloat16
Using xformers cross attention
WARNING: ComfyUI-audio failed to import vall_e_x; reason: invalid type: integer `404`, expected struct Tokenizer at line 1 column 3
packaging is already installed.
cpuinfo is already installed.
git is already installed.
moviepy is already installed.
cv2 is already installed.
skbuild is already installed.
typing is already installed.
diskcache is already installed.
llama_cpp is already installed.

Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: segment_anything in /home/a3211/.local/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (1.0)
Requirement already satisfied: timm in /home/a3211/.local/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (0.9.12)
Requirement already satisfied: addict in /home/a3211/.local/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (2.4.0)
Requirement already satisfied: yapf in /home/a3211/.local/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (0.40.2)
Requirement already satisfied: huggingface-hub in /home/a3211/.local/lib/python3.10/site-packages (from timm->-r requirements.txt (line 2)) (0.19.4)
Requirement already satisfied: safetensors in /home/a3211/.local/lib/python3.10/site-packages (from timm->-r requirements.txt (line 2)) (0.4.1)
Requirement already satisfied: torch>=1.7 in /home/a3211/.local/lib/python3.10/site-packages (from timm->-r requirements.txt (line 2)) (2.1.0)
Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from timm->-r requirements.txt (line 2)) (5.4.1)
Requirement already satisfied: torchvision in /home/a3211/.local/lib/python3.10/site-packages (from timm->-r requirements.txt (line 2)) (0.16.0)
Requirement already satisfied: tomli>=2.0.1 in /home/a3211/.local/lib/python3.10/site-packages (from yapf->-r requirements.txt (line 4)) (2.0.1)
Requirement already satisfied: platformdirs>=3.5.1 in /home/a3211/.local/lib/python3.10/site-packages (from yapf->-r requirements.txt (line 4)) (4.1.0)
Requirement already satisfied: importlib-metadata>=6.6.0 in /home/a3211/.local/lib/python3.10/site-packages (from yapf->-r requirements.txt (line 4)) (6.11.0)
Requirement already satisfied: zipp>=0.5 in /usr/lib/python3/dist-packages (from importlib-metadata>=6.6.0->yapf->-r requirements.txt (line 4)) (1.0.0)
Requirement already satisfied: filelock in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (3.12.4)
Requirement already satisfied: typing-extensions in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (4.9.0)
Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (11.0.2.54)
Requirement already satisfied: nvidia-nccl-cu12==2.18.1 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (2.18.1)
Requirement already satisfied: networkx in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (3.2.1)
Requirement already satisfied: nvidia-cudnn-cu12==8.9.2.26 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (8.9.2.26)
Requirement already satisfied: triton==2.1.0 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (2.1.0)
Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (10.3.2.106)
Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (12.1.0.106)
Requirement already satisfied: sympy in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (1.12)
Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (12.1.105)
Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (12.1.3.1)
Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (12.1.105)
Requirement already satisfied: jinja2 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (3.1.2)
Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (12.1.105)
Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (12.1.105)
Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (11.4.5.107)
Requirement already satisfied: fsspec in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (2023.12.2)
Requirement already satisfied: nvidia-nvjitlink-cu12 in /home/a3211/.local/lib/python3.10/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.7->timm->-r requirements.txt (line 2)) (12.3.101)
Requirement already satisfied: tqdm>=4.42.1 in /home/a3211/.local/lib/python3.10/site-packages (from huggingface-hub->timm->-r requirements.txt (line 2)) (4.66.1)
Requirement already satisfied: packaging>=20.9 in /home/a3211/.local/lib/python3.10/site-packages (from huggingface-hub->timm->-r requirements.txt (line 2)) (23.2)
Requirement already satisfied: requests in /home/a3211/.local/lib/python3.10/site-packages (from huggingface-hub->timm->-r requirements.txt (line 2)) (2.31.0)
Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /home/a3211/.local/lib/python3.10/site-packages (from torchvision->timm->-r requirements.txt (line 2)) (9.3.0)
Requirement already satisfied: numpy in /home/a3211/.local/lib/python3.10/site-packages (from torchvision->timm->-r requirements.txt (line 2)) (1.24.4)
Requirement already satisfied: MarkupSafe>=2.0 in /home/a3211/.local/lib/python3.10/site-packages (from jinja2->torch>=1.7->timm->-r requirements.txt (line 2)) (2.1.3)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/lib/python3/dist-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (1.26.5)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/a3211/.local/lib/python3.10/site-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in /home/a3211/.local/lib/python3.10/site-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (2.10)
Requirement already satisfied: certifi>=2017.4.17 in /home/a3211/.local/lib/python3.10/site-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (2023.7.22)
Requirement already satisfied: mpmath>=0.19 in /home/a3211/.local/lib/python3.10/site-packages (from sympy->torch>=1.7->timm->-r requirements.txt (line 2)) (1.3.0)
Total VRAM 24576 MB, total RAM 15614 MB
xformers version: 0.0.22.post7
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync
VAE dtype: torch.bfloat16
### [START] ComfyUI AlekPet Nodes ###
Node -> TranslateNode [Loading]
Node -> ExtrasNode [Loading]
Node -> PoseNode [Loading]
Node -> PainterNode [Loading]
Node -> ArgosTranslateNode [Loading]
Traceback (most recent call last):
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/nodes.py", line 1810, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Custom_Nodes_AlekPet/__init__.py", line 223, in <module>
    installNodes()
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Custom_Nodes_AlekPet/__init__.py", line 219, in installNodes
    addComfyUINodesToMapping(nodeElement)
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Custom_Nodes_AlekPet/__init__.py", line 167, in addComfyUINodesToMapping
    spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Custom_Nodes_AlekPet/ArgosTranslateNode/argos_translate_node.py", line 7, in <module>
    import argostranslate.package
ModuleNotFoundError: No module named 'argostranslate'

Cannot import /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Custom_Nodes_AlekPet module for custom nodes: No module named 'argostranslate'
[Power Noise Suite]: 🦚🦚🦚    MooOoo!!! 🦚🦚🦚
[Power Noise Suite]: Tamed 11 wild nodes.
[Allor]: 0 nodes were overridden.
[Allor]: 12 modules were enabled.
[Allor]: 98 nodes were loaded.
------------------------------------------
Comfyroll Studio v1.57 :  150 Nodes Loaded
------------------------------------------
** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki
------------------------------------------
Using xformers cross attention
WAS Node Suite: BlenderNeko's Advanced CLIP Text Encode found, attempting to enable `CLIPTextEncode` support.
WAS Node Suite: `CLIPTextEncode (BlenderNeko Advanced + NSP)` node enabled under `WAS Suite/Conditioning` menu.
WAS Node Suite: OpenCV Python installed.
WAS Node Suite: Finished. Loaded 199 nodes successfully.

        "Don't be afraid to give up the good to go for the great." - John D. Rockefeller

Adding /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes to sys.path
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!
Efficiency Nodes: Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)...Success!
Efficiency Nodes Warning: Failed to import python package 'simpleeval'; related nodes disabled.

Loaded efficiency nodes from /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/efficiency-nodes-comfyui
Loaded ControlNetPreprocessors nodes from /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui_controlnet_aux
No module named 'control'
[Errno 2] No such file or directory: '/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-animatediff/animatediff/sliding_schedule.py/__init__.py'
Loaded IPAdapter nodes from /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus
Loaded VideoHelperSuite from /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite
hus' utility nodes: loaded
Traceback (most recent call last):
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/nodes.py", line 1810, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node/__init__.py", line 25, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node/nodes.py", line 14, in <module>
    from scripts.reactor_faceswap import FaceSwapScript, get_models, get_current_faces_model, analyze_faces
ModuleNotFoundError: No module named 'scripts.reactor_faceswap'

Cannot import /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node module for custom nodes: No module named 'scripts.reactor_faceswap'
### Loading: ComfyUI-Manager (V1.18)
### ComfyUI Revision: 1877 [8c649357] | Released on '2024-01-03'
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
Traceback (most recent call last):
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/nodes.py", line 1810, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfy_vid2vid/__init__.py", line 8, in <module>
    from .sd import load_checkpoint_guess_config, load_lora_for_models
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfy_vid2vid/sd.py", line 3, in <module>
    from comfy.sd import load_model_weights, ModelPatcher, VAE, CLIP, model_lora_keys_unet, model_lora_keys_clip
ImportError: cannot import name 'ModelPatcher' from 'comfy.sd' (/home/a3211/ComfyUI_4ALL/ComfyUI/comfy/sd.py)
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json

Cannot import /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfy_vid2vid module for custom nodes:FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
cannot import name 'ModelPatcher' from 'comfy.sd' (/home/a3211/ComfyUI_4ALL/ComfyUI/comfy/sd.py)FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json

Traceback (most recent call last):
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/nodes.py", line 1810, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-animatediff/__init__.py", line 2, in <module>
    from .animatediff.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-animatediff/animatediff/nodes.py", line 15, in <module>
    from comfy.sd import ModelPatcher, calculate_parameters
ImportError: cannot import name 'ModelPatcher' from 'comfy.sd' (/home/a3211/ComfyUI_4ALL/ComfyUI/comfy/sd.py)

Cannot import /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-animatediff module for custom nodes: cannot import name 'ModelPatcher' from 'comfy.sd' (/home/a3211/ComfyUI_4ALL/ComfyUI/comfy/sd.py)
Traceback (most recent call last):
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/nodes.py", line 1810, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-SVD/__init__.py", line 1, in <module>
    from .comfyui_svd import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
ImportError: cannot import name 'NODE_CLASS_MAPPINGS' from 'ComfyUI-SVD.comfyui_svd' (/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-SVD/comfyui_svd.py)

Cannot import /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-SVD module for custom nodes: cannot import name 'NODE_CLASS_MAPPINGS' from 'ComfyUI-SVD.comfyui_svd' (/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-SVD/comfyui_svd.py)
### Loading: ComfyUI-Impact-Pack (V4.56.1)
### Loading: ComfyUI-Impact-Pack (Subpack: V0.4)
[Impact Pack] Wildcards loading done.

[rgthree] Loaded 20 exciting nodes.
[rgthree] Optimizing ComfyUI recursive execution. If queueing and/or re-queueing seems broken, change "patch_recursive_execution" to false in rgthree_config.json

### Loading: ComfyUI-Inspire-Pack (V0.54.4)
[tinyterraNodes] Loaded
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
Web extensions folder found at /home/a3211/ComfyUI_4ALL/ComfyUI/web/extensions/ComfyLiterals
### ComfyUI-Background-Replacement: Requirements already installed.
### ComfyUI-Background-Replacement: Initializing captioner...
### ComfyUI-Background-Replacement: Initializing upscaler...
Traceback (most recent call last):
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/nodes.py", line 1810, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Background-Replacement/__init__.py", line 93, in <module>
    init()
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Background-Replacement/__init__.py", line 87, in init
    saved_models_path = prepare_segmenter_environment()
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Background-Replacement/__init__.py", line 69, in prepare_segmenter_environment
    shutil.move(file_path, destination)
  File "/usr/lib/python3.10/shutil.py", line 814, in move
    raise Error("Destination path '%s' already exists" % real_dst)
shutil.Error: Destination path '/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Background-Replacement/models/models' already exists

Cannot import /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Background-Replacement module for custom nodes: Destination path '/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Background-Replacement/models/models' already exists
FizzleDorf Custom Nodes: Loaded

Import times for custom nodes:
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/efficiency-nodes-comfyui
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Image-Selector
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/canvas_tab
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUi-NoodleWebcam
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/sdxl-recommended-res-calc
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/LoadLoraWithTags
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-SDXL-EmptyLatentImage
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/cg-use-everywhere
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/sd-dynamic-thresholding
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/sdxl_prompt_styler
   0.0 seconds (IMPORT FAILED): /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-SVD
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Noise
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-previewlatent
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/stability-ComfyUI-nodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_ADV_CLIP_emb
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/cg_custom_core
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_TiledKSampler
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-WD14-Tagger
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui_controlnet_aux
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-tooling-nodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/masquerade-nodes-comfyui
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-post-processing-nodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_hus_utils
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/IPAdapter-ComfyUI
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyLiterals
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_NestedNodeBuilder
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Lora-Auto-Trigger-Words
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Cutoff
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/cg-noise
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/PowerNoiseSuite
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Styles_CSV_Loader
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/OneButtonPrompt
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Custom-Scripts
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/Comfy_KepListStuff
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Load_Image_With_Metadata
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/mikey_nodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/images-grid-comfy-plugin
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Text_Image-Composite
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Advanced-ControlNet
   0.0 seconds (IMPORT FAILED): /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfy_vid2vid
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/Derfuu_ComfyUI_ModdedNodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyMath
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/wlsh_nodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfy-image-saver
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale
   0.0 seconds (IMPORT FAILED): /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/rgthree-comfy
   0.0 seconds (IMPORT FAILED): /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-animatediff
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_essentials
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/facerestore_cf
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-KJNodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/StableZero123-comfyui
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_smZNodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Inspire-Pack
   0.1 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Impact-Pack
   0.1 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Manager
   0.2 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_FizzNodes
   0.2 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Allor
   0.4 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Styles
   0.5 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-art-venture
   0.7 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-N-Nodes
   0.8 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_MSSpeech_TTS
   1.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfy_controlnet_preprocessors
   1.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/was-node-suite-comfyui
   2.6 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui_segment_anything
   3.1 seconds (IMPORT FAILED): /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Background-Replacement
   3.5 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-audio
  23.5 seconds (IMPORT FAILED): /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Custom_Nodes_AlekPet

Starting server

To see the GUI go to: http://127.0.0.1:8188

Command '/usr/bin/x-www-browser' requires the firefox snap to be installed.
Please install it with:

snap install firefox

^C
Stopped server
a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL$ source ComfyUI/venv/bin/activate
(venv) a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL$ dir
ComfyUI  comfyui.log  comfyui.prev.log  comfyui.prev2.log  script.sh  utils
(venv) a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL$ cd ComfyUI
(venv) a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL/ComfyUI$ dir
1            comfy                   execution.py                    main.py    pytest.ini        tests
CODEOWNERS   comfy_extras            extra_model_paths.yaml.example  models     requirements.txt  tests-ui
LICENSE      comfyui_screenshot.png  folder_paths.py                 nodes.py   script_examples   venv
README.md    cuda_malloc.py          input                           notebooks  server.py         web
__pycache__  custom_nodes            latent_preview.py               output     styles.csv
(venv) a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL/ComfyUI$ cd custom_nodes
(venv) a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL/ComfyUI/custom_nodes$ dir
ComfyLiterals                    ComfyUI_Custom_Nodes_AlekPet      cg_custom_core
ComfyMath                        ComfyUI_Cutoff                    comfy-image-saver
ComfyUI-Advanced-ControlNet      ComfyUI_FizzNodes                 comfy_controlnet_preprocessors
ComfyUI-Allor                    ComfyUI_IPAdapter_plus            comfy_vid2vid
ComfyUI-AnimateDiff-Evolved      ComfyUI_Load_Image_With_Metadata  comfyui-animatediff
ComfyUI-Background-Replacement   ComfyUI_MSSpeech_TTS              comfyui-art-venture
ComfyUI-Custom-Scripts           ComfyUI_NestedNodeBuilder         comfyui-previewlatent
ComfyUI-Frame-Interpolation      ComfyUI_Noise                     comfyui-reactor-node
ComfyUI-Image-Selector           ComfyUI_TiledKSampler             comfyui-tooling-nodes
ComfyUI-Impact-Pack              ComfyUI_UltimateSDUpscale         comfyui_controlnet_aux
ComfyUI-Inspire-Pack             ComfyUI_essentials                comfyui_segment_anything
ComfyUI-KJNodes                  ComfyUI_hus_utils                 efficiency-nodes-comfyui
ComfyUI-Lora-Auto-Trigger-Words  ComfyUI_smZNodes                  example_node.py.example
ComfyUI-Manager                  ComfyUI_tinyterraNodes            facerestore_cf
ComfyUI-N-Nodes                  ComfyUi-NoodleWebcam              images-grid-comfy-plugin
ComfyUI-SDXL-EmptyLatentImage    Comfy_KepListStuff                masquerade-nodes-comfyui
ComfyUI-SVD                      Derfuu_ComfyUI_ModdedNodes        mikey_nodes
ComfyUI-Styles                   IPAdapter-ComfyUI                 rgthree-comfy
ComfyUI-Styles_CSV_Loader        LoadLoraWithTags                  sd-dynamic-thresholding
ComfyUI-Text_Image-Composite     OneButtonPrompt                   sdxl-recommended-res-calc
ComfyUI-VideoHelperSuite         PowerNoiseSuite                   sdxl_prompt_styler
ComfyUI-WD14-Tagger              StableZero123-comfyui             stability-ComfyUI-nodes
ComfyUI-audio                    __pycache__                       was-node-suite-comfyui
ComfyUI-post-processing-nodes    canvas_tab                        wlsh_nodes
ComfyUI_ADV_CLIP_emb             cg-noise
ComfyUI_Comfyroll_CustomNodes    cg-use-everywhere
(venv) a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL/ComfyUI/custom_nodes$ cd comfyui-reactor-node
(venv) a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node$ dir
LICENSE    README_RU.md  __pycache__  install.bat  modules   r_facelib             reactor_utils.py  scripts
README.md  __init__.py   basicsr      install.py   nodes.py  reactor_log_patch.py  requirements.txt
(venv) a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node$ ./install.py
-bash: ./install.py: Permission denied
(venv) a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node$ python3 install.py
Ok
(venv) a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node$ cd ..
(venv) a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL/ComfyUI/custom_nodes$ cd ..
(venv) a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL/ComfyUI$ cd ..
(venv) a3211@DESKTOP-89OI1TC:~/ComfyUI_4ALL$ ./script.sh
** ComfyUI startup time: 2024-01-04 20:16:20.736889
** Platform: Linux
** Python version: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
** Python executable: /usr/bin/python3
** Log path: /home/a3211/ComfyUI_4ALL/comfyui.log

Prestartup times for custom nodes:
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/rgthree-comfy
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Manager

Total VRAM 24576 MB, total RAM 15614 MB
xformers version: 0.0.22.post7
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync
VAE dtype: torch.bfloat16
Using xformers cross attention
WARNING: ComfyUI-audio failed to import vall_e_x; reason: invalid type: integer `404`, expected struct Tokenizer at line 1 column 3
packaging is already installed.
cpuinfo is already installed.
git is already installed.
moviepy is already installed.
cv2 is already installed.
skbuild is already installed.
typing is already installed.
diskcache is already installed.
llama_cpp is already installed.

Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: segment_anything in /home/a3211/.local/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (1.0)
Requirement already satisfied: timm in /home/a3211/.local/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (0.9.12)
Requirement already satisfied: addict in /home/a3211/.local/lib/python3.10/site-packages (from -r requirements.txt (line 3)) (2.4.0)
Requirement already satisfied: yapf in /home/a3211/.local/lib/python3.10/site-packages (from -r requirements.txt (line 4)) (0.40.2)
Requirement already satisfied: safetensors in /home/a3211/.local/lib/python3.10/site-packages (from timm->-r requirements.txt (line 2)) (0.4.1)
Requirement already satisfied: torchvision in /home/a3211/.local/lib/python3.10/site-packages (from timm->-r requirements.txt (line 2)) (0.16.0)
Requirement already satisfied: torch>=1.7 in /home/a3211/.local/lib/python3.10/site-packages (from timm->-r requirements.txt (line 2)) (2.1.0)
Requirement already satisfied: huggingface-hub in /home/a3211/.local/lib/python3.10/site-packages (from timm->-r requirements.txt (line 2)) (0.19.4)
Requirement already satisfied: pyyaml in /usr/lib/python3/dist-packages (from timm->-r requirements.txt (line 2)) (5.4.1)
Requirement already satisfied: platformdirs>=3.5.1 in /home/a3211/.local/lib/python3.10/site-packages (from yapf->-r requirements.txt (line 4)) (4.1.0)
Requirement already satisfied: tomli>=2.0.1 in /home/a3211/.local/lib/python3.10/site-packages (from yapf->-r requirements.txt (line 4)) (2.0.1)
Requirement already satisfied: importlib-metadata>=6.6.0 in /home/a3211/.local/lib/python3.10/site-packages (from yapf->-r requirements.txt (line 4)) (6.11.0)
Requirement already satisfied: zipp>=0.5 in /usr/lib/python3/dist-packages (from importlib-metadata>=6.6.0->yapf->-r requirements.txt (line 4)) (1.0.0)
Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (12.1.0.106)
Requirement already satisfied: sympy in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (1.12)
Requirement already satisfied: triton==2.1.0 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (2.1.0)
Requirement already satisfied: nvidia-cudnn-cu12==8.9.2.26 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (8.9.2.26)
Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (12.1.105)
Requirement already satisfied: jinja2 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (3.1.2)
Requirement already satisfied: filelock in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (3.12.4)
Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (11.0.2.54)
Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (10.3.2.106)
Requirement already satisfied: typing-extensions in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (4.9.0)
Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (11.4.5.107)
Requirement already satisfied: networkx in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (3.2.1)
Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (12.1.105)
Requirement already satisfied: fsspec in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (2023.12.2)
Requirement already satisfied: nvidia-nccl-cu12==2.18.1 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (2.18.1)
Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (12.1.105)
Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (12.1.105)
Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /home/a3211/.local/lib/python3.10/site-packages (from torch>=1.7->timm->-r requirements.txt (line 2)) (12.1.3.1)
Requirement already satisfied: nvidia-nvjitlink-cu12 in /home/a3211/.local/lib/python3.10/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.7->timm->-r requirements.txt (line 2)) (12.3.101)
Requirement already satisfied: requests in /home/a3211/.local/lib/python3.10/site-packages (from huggingface-hub->timm->-r requirements.txt (line 2)) (2.31.0)
Requirement already satisfied: packaging>=20.9 in /home/a3211/.local/lib/python3.10/site-packages (from huggingface-hub->timm->-r requirements.txt (line 2)) (23.2)
Requirement already satisfied: tqdm>=4.42.1 in /home/a3211/.local/lib/python3.10/site-packages (from huggingface-hub->timm->-r requirements.txt (line 2)) (4.66.1)
Requirement already satisfied: numpy in /home/a3211/.local/lib/python3.10/site-packages (from torchvision->timm->-r requirements.txt (line 2)) (1.24.4)
Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /home/a3211/.local/lib/python3.10/site-packages (from torchvision->timm->-r requirements.txt (line 2)) (9.3.0)
Requirement already satisfied: MarkupSafe>=2.0 in /home/a3211/.local/lib/python3.10/site-packages (from jinja2->torch>=1.7->timm->-r requirements.txt (line 2)) (2.1.3)
Requirement already satisfied: charset-normalizer<4,>=2 in /home/a3211/.local/lib/python3.10/site-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (3.3.2)
Requirement already satisfied: idna<4,>=2.5 in /home/a3211/.local/lib/python3.10/site-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (2.10)
Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/lib/python3/dist-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (1.26.5)
Requirement already satisfied: certifi>=2017.4.17 in /home/a3211/.local/lib/python3.10/site-packages (from requests->huggingface-hub->timm->-r requirements.txt (line 2)) (2023.7.22)
Requirement already satisfied: mpmath>=0.19 in /home/a3211/.local/lib/python3.10/site-packages (from sympy->torch>=1.7->timm->-r requirements.txt (line 2)) (1.3.0)
Total VRAM 24576 MB, total RAM 15614 MB
xformers version: 0.0.22.post7
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync
VAE dtype: torch.bfloat16
### [START] ComfyUI AlekPet Nodes ###
Node -> TranslateNode [Loading]
Node -> ExtrasNode [Loading]
Node -> PoseNode [Loading]
Node -> PainterNode [Loading]
Node -> ArgosTranslateNode [Loading]
Traceback (most recent call last):
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/nodes.py", line 1810, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Custom_Nodes_AlekPet/__init__.py", line 223, in <module>
    installNodes()
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Custom_Nodes_AlekPet/__init__.py", line 219, in installNodes
    addComfyUINodesToMapping(nodeElement)
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Custom_Nodes_AlekPet/__init__.py", line 167, in addComfyUINodesToMapping
    spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Custom_Nodes_AlekPet/ArgosTranslateNode/argos_translate_node.py", line 7, in <module>
    import argostranslate.package
ModuleNotFoundError: No module named 'argostranslate'

Cannot import /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Custom_Nodes_AlekPet module for custom nodes: No module named 'argostranslate'
[Power Noise Suite]: 🦚🦚🦚    MooOoo!!! 🦚🦚🦚
[Power Noise Suite]: Tamed 11 wild nodes.
[Allor]: 0 nodes were overridden.
[Allor]: 12 modules were enabled.
[Allor]: 98 nodes were loaded.
------------------------------------------
Comfyroll Studio v1.57 :  150 Nodes Loaded
------------------------------------------
** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki
------------------------------------------
Using xformers cross attention
WAS Node Suite: BlenderNeko's Advanced CLIP Text Encode found, attempting to enable `CLIPTextEncode` support.
WAS Node Suite: `CLIPTextEncode (BlenderNeko Advanced + NSP)` node enabled under `WAS Suite/Conditioning` menu.
WAS Node Suite: OpenCV Python installed.
WAS Node Suite: Finished. Loaded 199 nodes successfully.

        "Don't be afraid to give up the good to go for the great." - John D. Rockefeller

Adding /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes to sys.path
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!
Efficiency Nodes: Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)...Success!
Efficiency Nodes Warning: Failed to import python package 'simpleeval'; related nodes disabled.

Loaded efficiency nodes from /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/efficiency-nodes-comfyui
Loaded ControlNetPreprocessors nodes from /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui_controlnet_aux
No module named 'control'
[Errno 2] No such file or directory: '/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-animatediff/animatediff/sliding_schedule.py/__init__.py'
Loaded IPAdapter nodes from /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus
Loaded VideoHelperSuite from /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite
hus' utility nodes: loaded
Traceback (most recent call last):
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/nodes.py", line 1810, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node/__init__.py", line 25, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node/nodes.py", line 14, in <module>
    from scripts.reactor_faceswap import FaceSwapScript, get_models, get_current_faces_model, analyze_faces
ModuleNotFoundError: No module named 'scripts.reactor_faceswap'

Cannot import /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node module for custom nodes: No module named 'scripts.reactor_faceswap'
### Loading: ComfyUI-Manager (V1.18)
### ComfyUI Revision: 1877 [8c649357] | Released on '2024-01-03'
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
Traceback (most recent call last):
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/nodes.py", line 1810, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfy_vid2vid/__init__.py", line 8, in <module>
    from .sd import load_checkpoint_guess_config, load_lora_for_models
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfy_vid2vid/sd.py", line 3, in <module>
    from comfy.sd import load_model_weights, ModelPatcher, VAE, CLIP, model_lora_keys_unet, model_lora_keys_clip
ImportError: cannot import name 'ModelPatcher' from 'comfy.sd' (/home/a3211/ComfyUI_4ALL/ComfyUI/comfy/sd.py)

FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.jsonCannot import /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfy_vid2vid module for custom nodes:
 cannot import name 'ModelPatcher' from 'comfy.sd' (/home/a3211/ComfyUI_4ALL/ComfyUI/comfy/sd.py)
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
Traceback (most recent call last):
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/nodes.py", line 1810, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-animatediff/__init__.py", line 2, in <module>
    from .animatediff.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-animatediff/animatediff/nodes.py", line 15, in <module>
    from comfy.sd import ModelPatcher, calculate_parameters
ImportError: cannot import name 'ModelPatcher' from 'comfy.sd' (/home/a3211/ComfyUI_4ALL/ComfyUI/comfy/sd.py)

Cannot import /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-animatediff module for custom nodes: cannot import name 'ModelPatcher' from 'comfy.sd' (/home/a3211/ComfyUI_4ALL/ComfyUI/comfy/sd.py)
Traceback (most recent call last):
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/nodes.py", line 1810, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-SVD/__init__.py", line 1, in <module>
    from .comfyui_svd import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
ImportError: cannot import name 'NODE_CLASS_MAPPINGS' from 'ComfyUI-SVD.comfyui_svd' (/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-SVD/comfyui_svd.py)

Cannot import /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-SVD module for custom nodes: cannot import name 'NODE_CLASS_MAPPINGS' from 'ComfyUI-SVD.comfyui_svd' (/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-SVD/comfyui_svd.py)
### Loading: ComfyUI-Impact-Pack (V4.56.1)
### Loading: ComfyUI-Impact-Pack (Subpack: V0.4)
[Impact Pack] Wildcards loading done.

[rgthree] Loaded 20 exciting nodes.
[rgthree] Optimizing ComfyUI recursive execution. If queueing and/or re-queueing seems broken, change "patch_recursive_execution" to false in rgthree_config.json

### Loading: ComfyUI-Inspire-Pack (V0.54.4)
[tinyterraNodes] Loaded
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
Web extensions folder found at /home/a3211/ComfyUI_4ALL/ComfyUI/web/extensions/ComfyLiterals
### ComfyUI-Background-Replacement: Requirements already installed.
### ComfyUI-Background-Replacement: Initializing captioner...
### ComfyUI-Background-Replacement: Initializing upscaler...
Traceback (most recent call last):
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/nodes.py", line 1810, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Background-Replacement/__init__.py", line 93, in <module>
    init()
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Background-Replacement/__init__.py", line 87, in init
    saved_models_path = prepare_segmenter_environment()
  File "/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Background-Replacement/__init__.py", line 69, in prepare_segmenter_environment
    shutil.move(file_path, destination)
  File "/usr/lib/python3.10/shutil.py", line 814, in move
    raise Error("Destination path '%s' already exists" % real_dst)
shutil.Error: Destination path '/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Background-Replacement/models/models' already exists

Cannot import /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Background-Replacement module for custom nodes: Destination path '/home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Background-Replacement/models/models' already exists
FizzleDorf Custom Nodes: Loaded

Import times for custom nodes:
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Image-Selector
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/efficiency-nodes-comfyui
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUi-NoodleWebcam
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/canvas_tab
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Styles_CSV_Loader
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/sdxl-recommended-res-calc
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/LoadLoraWithTags
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-SDXL-EmptyLatentImage
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/cg-use-everywhere
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/sdxl_prompt_styler
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_ADV_CLIP_emb
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/sd-dynamic-thresholding
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Noise
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-previewlatent
   0.0 seconds (IMPORT FAILED): /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-SVD
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_TiledKSampler
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/cg_custom_core
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/stability-ComfyUI-nodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-tooling-nodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/masquerade-nodes-comfyui
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-WD14-Tagger
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyLiterals
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_hus_utils
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-post-processing-nodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui_controlnet_aux
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/IPAdapter-ComfyUI
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Lora-Auto-Trigger-Words
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Cutoff
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_NestedNodeBuilder
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/PowerNoiseSuite
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/cg-noise
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Load_Image_With_Metadata
   0.0 seconds (IMPORT FAILED): /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfy_vid2vid
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Custom-Scripts
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/OneButtonPrompt
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/images-grid-comfy-plugin
   0.0 seconds (IMPORT FAILED): /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-reactor-node
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Text_Image-Composite
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/Comfy_KepListStuff
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/mikey_nodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyMath
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Advanced-ControlNet
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/Derfuu_ComfyUI_ModdedNodes
   0.0 seconds (IMPORT FAILED): /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-animatediff
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfy-image-saver
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/rgthree-comfy
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/wlsh_nodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_essentials
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/facerestore_cf
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-KJNodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/StableZero123-comfyui
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Inspire-Pack
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_smZNodes
   0.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Impact-Pack
   0.1 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Manager
   0.2 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_FizzNodes
   0.2 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Allor
   0.4 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Styles
   0.4 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-N-Nodes
   0.4 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui-art-venture
   0.8 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_MSSpeech_TTS
   0.9 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/was-node-suite-comfyui
   1.0 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfy_controlnet_preprocessors
   2.7 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/comfyui_segment_anything
   2.9 seconds (IMPORT FAILED): /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-Background-Replacement
   3.5 seconds: /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI-audio
  23.5 seconds (IMPORT FAILED): /home/a3211/ComfyUI_4ALL/ComfyUI/custom_nodes/ComfyUI_Custom_Nodes_AlekPet

Starting server

To see the GUI go to: http://127.0.0.1:8188

Command '/usr/bin/x-www-browser' requires the firefox snap to be installed.
Please install it with:

snap install firefox

Additional information

No response

ShmuelRonen avatar Jan 04 '24 18:01 ShmuelRonen

Hi According to the log not only ReActor failed to start but some other nodes as well What's the reason to use WSL to run all of this?

ModuleNotFoundError: No module named 'scripts.reactor_faceswap'

It tries to find the "reactor_faceswap" script somewhere else but not inside the "comfyui-reactor-node" directory Not a common error 🤔

Gourieff avatar Jan 20 '24 08:01 Gourieff

I've got this ModuleNotFoundError: No module named 'scripts.reactor_faceswap' error too, all other nodes works well tho.

regarding the requirements i've got: onnx Version: 1.15.0 insightface Version: 0.7.3 opencv-python Version: 4.9.0.80 numpy Version: 1.26.3

is there a workaround? idk why it's not finding the module since it's there

Kobak24 avatar Jan 22 '24 13:01 Kobak24

The error I'm getting is: Efficiency Nodes: Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)...Failed!

mayjack0312 avatar Jan 28 '24 16:01 mayjack0312

The error I'm getting is: Efficiency Nodes: Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)...Failed!

have you resolved this error?

oktetopython avatar Feb 03 '24 01:02 oktetopython

The error I'm getting is: Efficiency Nodes: Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)...Failed!

have you resolved this error?

I have solved it, just reinstall the python environment and it will be fine

mayjack0312 avatar Feb 03 '24 08:02 mayjack0312

The error I'm getting is: Efficiency Nodes: Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)...Failed!

have you resolved this error?

I have solved it, just reinstall the python environment and it will be fine

Reinstall the python environment??? That sounds horrible...

aetherwu avatar Jun 11 '24 13:06 aetherwu

The error I'm getting is: Efficiency Nodes: Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)...Failed!

have you resolved this error?

I have solved it, just reinstall the python environment and it will be fine

Reinstall the python environment??? That sounds horrible...

Oh, there might be some disagreement with my suggested solution. It doesn't involve completely reinstalling the Python environment. You can try to overwrite the installation in the current environment (similar to running pip install xxx). However, if this doesn't resolve the issue, then you might need to prepare for a full Python reinstallation. (I hope the first method works!)

Once again, a reminder: make sure to back up the current environment at all times.

mayjack0312 avatar Jun 12 '24 09:06 mayjack0312

The error I'm getting is: Efficiency Nodes: Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)...Failed!

have you resolved this error?

I have solved it, just reinstall the python environment and it will be fine

Reinstall the python environment??? That sounds horrible...

Oh, there might be some disagreement with my suggested solution. It doesn't involve completely reinstalling the Python environment. You can try to overwrite the installation in the current environment (similar to running pip install xxx). However, if this doesn't resolve the issue, then you might need to prepare for a full Python reinstallation. (I hope the first method works!)

Once again, a reminder: make sure to back up the current environment at all times.

Oh, my mistake. It does sound terrible, but maybe it's the simplest and most straightforward solution. And don't forget to back up!

aetherwu avatar Jun 12 '24 12:06 aetherwu

The error I'm getting is: Efficiency Nodes: Attempting to add 'AnimatedDiff Script' Node (ComfyUI-AnimateDiff-Evolved add-on)...Failed!

have you resolved this error?

I have solved it, just reinstall the python environment and it will be fine

Reinstall the python environment??? That sounds horrible...

Oh, there might be some disagreement with my suggested solution. It doesn't involve completely reinstalling the Python environment. You can try to overwrite the installation in the current environment (similar to running pip install xxx). However, if this doesn't resolve the issue, then you might need to prepare for a full Python reinstallation. (I hope the first method works!) Once again, a reminder: make sure to back up the current environment at all times.

Oh, my mistake. It does sound terrible, but maybe it's the simplest and most straightforward solution. And don't forget to back up!

I hope it can be directly installed over the existing version; otherwise, it will be really troublesome.

mayjack0312 avatar Jun 13 '24 09:06 mayjack0312