Skip to content
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

SUPIR_conditioner 'NoneType' object has no attribute 'token_embedding' #165

Open
Romanio1997 opened this issue Sep 16, 2024 · 1 comment

Comments

@Romanio1997
Copy link

Node SUPIR_conditioner doesn't work

ComfyUI Error Report

Error Details

  • Node Type: SUPIR_conditioner
  • Exception Type: AttributeError
  • Exception Message: 'NoneType' object has no attribute 'token_embedding'

Stack Trace

  File "c:\pinokio\ComfyUI_windows_portable\ComfyUI\execution.py", line 323, in execute
    output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "c:\pinokio\ComfyUI_windows_portable\ComfyUI\execution.py", line 198, in get_output_data
    return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "c:\pinokio\ComfyUI_windows_portable\ComfyUI\execution.py", line 169, in _map_node_over_list
    process_inputs(input_dict, i)

  File "c:\pinokio\ComfyUI_windows_portable\ComfyUI\execution.py", line 158, in process_inputs
    results.append(getattr(obj, func)(**inputs))
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR\nodes_v2.py", line 637, in condition
    _c, _uc = SUPIR_model.conditioner.get_unconditional_conditioning(cond, uncond)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR\sgm\modules\encoders\modules.py", line 190, in get_unconditional_conditioning
    c = self(batch_c)
        ^^^^^^^^^^^^^

  File "c:\pinokio\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "c:\pinokio\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR\sgm\modules\encoders\modules.py", line 211, in forward
    emb_out = embedder(batch[embedder.input_key])
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "c:\pinokio\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1553, in _wrapped_call_impl
    return self._call_impl(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "c:\pinokio\ComfyUI_windows_portable\python_embeded\Lib\site-packages\torch\nn\modules\module.py", line 1562, in _call_impl
    return forward_call(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR\sgm\modules\encoders\modules.py", line 571, in forward
    z = self.encode_with_transformer(tokens.to(self.device))
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

  File "C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR\sgm\modules\encoders\modules.py", line 580, in encode_with_transformer
    x = self.model.token_embedding(text)  # [batch_size, n_ctx, d_model]
        ^^^^^^^^^^^^^^^^^^^^^^^^^^

System Information

  • ComfyUI Version: v0.2.2-44-g56e8f5e
  • Arguments: ComfyUI\main.py --windows-standalone-build --disable-auto-launch
  • OS: nt
  • Python Version: 3.11.8 (tags/v3.11.8:db85d51, Feb 6 2024, 22:03:32) [MSC v.1937 64 bit (AMD64)]
  • Embedded Python: true
  • PyTorch Version: 2.4.1+cu121

Devices

  • Name: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync
    • Type: cuda
    • VRAM Total: 25769279488
    • VRAM Free: 16356163302
    • Torch VRAM Total: 8019509248
    • Torch VRAM Free: 19349222

Logs

2024-09-16 21:46:30,213 - root - INFO - Total VRAM 24576 MB, total RAM 32691 MB
2024-09-16 21:46:30,214 - root - INFO - pytorch version: 2.4.1+cu121
2024-09-16 21:46:30,215 - root - INFO - Set vram state to: NORMAL_VRAM
2024-09-16 21:46:30,215 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync
2024-09-16 21:46:31,560 - root - INFO - Using pytorch cross attention
2024-09-16 21:46:33,245 - root - INFO - [Prompt Server] web root: c:\pinokio\ComfyUI_windows_portable\ComfyUI\web
2024-09-16 21:46:33,246 - root - INFO - Adding extra search path checkpoints e:/models/models/checkpoints
2024-09-16 21:46:33,246 - root - INFO - Adding extra search path clipvision e:/models/models/clip_vision
2024-09-16 21:46:45,692 - root - INFO - Total VRAM 24576 MB, total RAM 32691 MB
2024-09-16 21:46:45,692 - root - INFO - pytorch version: 2.4.1+cu121
2024-09-16 21:46:45,694 - root - INFO - Set vram state to: NORMAL_VRAM
2024-09-16 21:46:45,694 - root - INFO - Device: cuda:0 NVIDIA GeForce RTX 3090 : cudaMallocAsync
2024-09-16 21:46:47,524 - root - INFO - --------------
2024-09-16 21:46:47,524 - root - INFO - �[91m ### Mixlab Nodes: �[93mLoaded
2024-09-16 21:46:47,525 - root - INFO - ChatGPT.available True
2024-09-16 21:46:47,527 - root - INFO - edit_mask.available True
2024-09-16 21:46:47,687 - root - INFO - ClipInterrogator.available True
2024-09-16 21:46:47,898 - root - INFO - PromptGenerate.available True
2024-09-16 21:46:47,900 - root - INFO - ChinesePrompt.available True
2024-09-16 21:46:47,900 - root - INFO - RembgNode_.available True
2024-09-16 21:46:48,610 - root - INFO - TripoSR.available
2024-09-16 21:46:48,611 - root - INFO - MiniCPMNode.available
2024-09-16 21:46:48,612 - root - INFO - �[93m -------------- �[0m
2024-09-16 21:46:58,499 - SaltAI - INFO - 
Added LoRa extension format: .results
2024-09-16 21:47:00,955 - root - INFO - 
Import times for custom nodes:
2024-09-16 21:47:00,956 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\quick-connections
2024-09-16 21:47:00,956 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
2024-09-16 21:47:00,958 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-mxToolkit
2024-09-16 21:47:00,958 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler
2024-09-16 21:47:00,959 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\fcSuite.py
2024-09-16 21:47:00,959 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Noise
2024-09-16 21:47:00,960 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Miaoshouai-Tagger
2024-09-16 21:47:00,961 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale
2024-09-16 21:47:00,961 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YOLO
2024-09-16 21:47:00,963 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
2024-09-16 21:47:00,963 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker
2024-09-16 21:47:00,964 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Eagle-PNGInfo
2024-09-16 21:47:00,964 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_PRNodes
2024-09-16 21:47:00,965 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\stability-ComfyUI-nodes
2024-09-16 21:47:00,965 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything
2024-09-16 21:47:00,966 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Chibi-Nodes
2024-09-16 21:47:00,966 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes
2024-09-16 21:47:00,967 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyLiterals
2024-09-16 21:47:00,968 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
2024-09-16 21:47:00,968 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ClarityAI
2024-09-16 21:47:00,970 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\sd-perturbed-attention
2024-09-16 21:47:00,970 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BRIA_AI-RMBG
2024-09-16 21:47:00,971 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
2024-09-16 21:47:00,974 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
2024-09-16 21:47:00,978 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Merlin
2024-09-16 21:47:00,978 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ControlAltAI-Nodes
2024-09-16 21:47:00,979 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Tara-LLM-Integration
2024-09-16 21:47:00,979 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_AI_Assistant
2024-09-16 21:47:00,980 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes
2024-09-16 21:47:00,980 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2
2024-09-16 21:47:00,981 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
2024-09-16 21:47:00,981 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion
2024-09-16 21:47:00,982 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence-2
2024-09-16 21:47:00,983 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes
2024-09-16 21:47:00,984 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes
2024-09-16 21:47:00,984 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\DZ-FaceDetailer
2024-09-16 21:47:00,985 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
2024-09-16 21:47:00,985 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\hd_node
2024-09-16 21:47:00,986 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-layerdiffuse
2024-09-16 21:47:00,986 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
2024-09-16 21:47:00,987 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
2024-09-16 21:47:00,988 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
2024-09-16 21:47:00,989 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes
2024-09-16 21:47:00,991 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
2024-09-16 21:47:00,992 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\virtuoso-nodes
2024-09-16 21:47:00,992 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
2024-09-16 21:47:00,993 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
2024-09-16 21:47:00,993 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
2024-09-16 21:47:00,994 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
2024-09-16 21:47:00,994 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-segment-anything-2
2024-09-16 21:47:00,995 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
2024-09-16 21:47:00,995 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-reader-node
2024-09-16 21:47:00,996 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-LivePortraitKJ
2024-09-16 21:47:00,997 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2024-09-16 21:47:00,998 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
2024-09-16 21:47:00,998 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\eden_comfy_pipelines
2024-09-16 21:47:00,999 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR
2024-09-16 21:47:00,999 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\tdxh_node_comfyui
2024-09-16 21:47:01,000 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
2024-09-16 21:47:01,000 - root - INFO -    0.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
2024-09-16 21:47:01,001 - root - INFO -    0.1 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
2024-09-16 21:47:01,001 - root - INFO -    0.1 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
2024-09-16 21:47:01,002 - root - INFO -    0.1 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
2024-09-16 21:47:01,002 - root - INFO -    0.1 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KwaiKolorsWrapper
2024-09-16 21:47:01,002 - root - INFO -    0.1 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_dagthomas
2024-09-16 21:47:01,004 - root - INFO -    0.1 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
2024-09-16 21:47:01,010 - root - INFO -    0.1 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb
2024-09-16 21:47:01,010 - root - INFO -    0.1 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_MaraScott_Nodes
2024-09-16 21:47:01,012 - root - INFO -    0.1 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
2024-09-16 21:47:01,012 - root - INFO -    0.2 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle
2024-09-16 21:47:01,013 - root - INFO -    0.2 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_TensorRT
2024-09-16 21:47:01,013 - root - INFO -    0.2 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SAM2
2024-09-16 21:47:01,014 - root - INFO -    0.2 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\SaltAI
2024-09-16 21:47:01,014 - root - INFO -    0.3 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ollama
2024-09-16 21:47:01,015 - root - INFO -    0.3 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gemini
2024-09-16 21:47:01,015 - root - INFO -    0.4 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis
2024-09-16 21:47:01,016 - root - INFO -    0.6 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-AdvancedLivePortrait
2024-09-16 21:47:01,016 - root - INFO -    0.6 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
2024-09-16 21:47:01,018 - root - INFO -    0.6 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
2024-09-16 21:47:01,019 - root - INFO -    0.7 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
2024-09-16 21:47:01,025 - root - INFO -    0.9 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hangover-Moondream
2024-09-16 21:47:01,026 - root - INFO -    1.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Fill-Nodes
2024-09-16 21:47:01,027 - root - INFO -    1.1 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-propost
2024-09-16 21:47:01,028 - root - INFO -    1.4 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Griptape
2024-09-16 21:47:01,029 - root - INFO -    1.9 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
2024-09-16 21:47:01,030 - root - INFO -    2.0 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CCSR
2024-09-16 21:47:01,031 - root - INFO -    2.2 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes
2024-09-16 21:47:01,032 - root - INFO -    2.4 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
2024-09-16 21:47:01,033 - root - INFO -    2.5 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-Hugo
2024-09-16 21:47:01,033 - root - INFO -    2.6 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Hiero-Nodes
2024-09-16 21:47:01,034 - root - INFO -    3.1 seconds: C:\pinokio\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-YoloWorld-EfficientSAM
2024-09-16 21:47:01,035 - root - INFO - 
@ZiBrianQian
Copy link

Same

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants