ltdrdata / ComfyUI-Manager

ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers management functions to install, remove, disable, and enable various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

please help friends

Amit30swgoh opened this issue · comments

12345678910111213141516171819202122232425262728293031

!wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
!dpkg -i cloudflared-linux-amd64.deb

import subprocess
import threading
import time
import socket
import urllib.request

--2024-05-31 08:32:31-- https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
Resolving github.com (github.com)... 20.205.243.166
Connecting to github.com (github.com)|20.205.243.166|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github.com/cloudflare/cloudflared/releases/download/2024.5.0/cloudflared-linux-amd64.deb [following]
--2024-05-31 08:32:31-- https://github.com/cloudflare/cloudflared/releases/download/2024.5.0/cloudflared-linux-amd64.deb
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/106867604/b56baf41-b55d-4f8a-be33-4d00d4a1f377?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240531%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240531T083030Z&X-Amz-Expires=300&X-Amz-Signature=fbd58e353c6fb7c419dfe6d2793ca5b707b29adb04dab6d32943ca99b2bb860b&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=106867604&response-content-disposition=attachment%3B%20filename%3Dcloudflared-linux-amd64.deb&response-content-type=application%2Foctet-stream [following]
--2024-05-31 08:32:31-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/106867604/b56baf41-b55d-4f8a-be33-4d00d4a1f377?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240531%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240531T083030Z&X-Amz-Expires=300&X-Amz-Signature=fbd58e353c6fb7c419dfe6d2793ca5b707b29adb04dab6d32943ca99b2bb860b&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=106867604&response-content-disposition=attachment%3B%20filename%3Dcloudflared-linux-amd64.deb&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.108.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18276276 (17M) [application/octet-stream]
Saving to: ‘cloudflared-linux-amd64.deb’

cloudflared-linux-a 100%[===================>] 17.43M --.-KB/s in 0.05s

2024-05-31 08:32:32 (343 MB/s) - ‘cloudflared-linux-amd64.deb’ saved [18276276/18276276]

(Reading database ... 121922 files and directories currently installed.)
Preparing to unpack cloudflared-linux-amd64.deb ...
Unpacking cloudflared (2024.5.0) over (2024.5.0) ...
Setting up cloudflared (2024.5.0) ...
Processing triggers for man-db (2.10.2-1) ...

ComfyUI-Manager: installing dependencies done.

** ComfyUI startup time: 2024-05-31 08:32:33.670993
** 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: /content/comfyui.log

#######################################################################
[ComfyUI-Manager] Starting dependency installation/(de)activation for the extension

Install: pip packages for '/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack'
Install: install script for '/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack'

ComfyUI-Impact-Pack: Check dependencies

ComfyUI-Impact-Pack: Updating subpack

[Impact Pack] EXECUTE: ['/usr/bin/python3', 'install.py'] in '/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/impact_subpack'
req_path: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/impact_subpack/requirements.txt
req_path: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/impact_subpack/requirements.txt
req_path: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/requirements.txt

ComfyUI-Impact-Pack: Check basic models

[ComfyUI-Manager] Startup script completed.
#######################################################################

Prestartup times for custom nodes:
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Marigold
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/rgthree-comfy
17.7 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager

Total VRAM 15102 MB, total RAM 52217 MB
pytorch version: 2.3.0+cu121
xformers version: 0.0.26.post1
Set vram state to: HIGH_VRAM
Device: cuda:0 Tesla T4 : cudaMallocAsync
VAE dtype: torch.float32
Using xformers cross attention
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in
from spandrel import ModelLoader, ImageModelDescriptor
ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py module for custom nodes: No module named 'spandrel'

Loading: ComfyUI-Manager (V2.35.1)

ComfyUI Revision: 2218 [bf3e334d] | Released on '2024-05-30'

[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/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[comfyui_controlnet_aux] | INFO -> Using ckpts path: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts
[comfyui_controlnet_aux] | INFO -> Using symlinks: False
[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui_controlnet_aux/node_wrappers/dwpose.py:26: UserWarning: DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly
warnings.warn("DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly")

Loading: ComfyUI-Impact-Pack (V5.8.1)

ComfyUI-Impact-Pack: Reinstall dependencies (several dependencies are missing.)

ComfyUI-Impact-Pack: Check dependencies

ComfyUI-Impact-Pack: Updating subpack

[Impact Pack] EXECUTE: ['/usr/bin/python3', 'install.py'] in '/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/impact_subpack'
req_path: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/impact_subpack/requirements.txt
req_path: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/impact_subpack/requirements.txt
req_path: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/requirements.txt

ComfyUI-Impact-Pack: Check basic models

Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/init.py", line 72, in
import impact.impact_server # to load server api
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/modules/impact/impact_server.py", line 12, in
import impact.core as core
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/modules/impact/core.py", line 15, in
import comfy_extras.nodes_upscale_model as model_upscale
File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in
from spandrel import ModelLoader, ImageModelDescriptor
ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack module for custom nodes: No module named 'spandrel'
(pysssss:WD14Tagger) [DEBUG] Available ORT providers: AzureExecutionProvider, CPUExecutionProvider
(pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-inpaint-nodes/init.py", line 21, in
from . import nodes
File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-inpaint-nodes/nodes.py", line 7, in
from spandrel import ModelLoader, MaskedImageModelDescriptor
ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-inpaint-nodes module for custom nodes: No module named 'spandrel'

[rgthree] Loaded 38 fantastic nodes.
[rgthree] Will use rgthree's optimized recursive execution.

Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/was-node-suite-comfyui/init.py", line 1, in
from .WAS_Node_Suite import NODE_CLASS_MAPPINGS
File "/content/drive/MyDrive/ComfyUI/custom_nodes/was-node-suite-comfyui/WAS_Node_Suite.py", line 29, in
from comfy_extras.chainner_models import model_loading
File "/content/drive/MyDrive/ComfyUI/comfy_extras/chainner_models/model_loading.py", line 1, in
from spandrel import ModelLoader
ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/was-node-suite-comfyui module for custom nodes: No module named 'spandrel'
2024-05-31 08:33:05.077890: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
2024-05-31 08:33:05.077944: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
2024-05-31 08:33:05.079285: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
2024-05-31 08:33:05.086831: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 AVX512F FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
2024-05-31 08:33:06.160101: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT
NumExpr defaulting to 8 threads.
Total VRAM 15102 MB, total RAM 52217 MB
pytorch version: 2.3.0+cu121
xformers version: 0.0.26.post1
Set vram state to: HIGH_VRAM
Device: cuda:0 Tesla T4 : cudaMallocAsync
VAE dtype: torch.float32
[Crystools INFO] Crystools version: 1.12.0
[Crystools INFO] CPU: Unknown - Arch: Unknown - OS: Linux 6.1.85+
[Crystools INFO] GPU/s:
[Crystools INFO] 0) Tesla T4
[Crystools INFO] NVIDIA Driver: 535.104.05
Comfyroll Studio: Failed to load Essential nodes
Comfyroll Studio: Failed to load Graphics nodes
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes/init.py", line 21, in
from .node_mappings import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes/node_mappings.py", line 87, in
"CR Image Size": CR_ImageSize,
NameError: name 'CR_ImageSize' is not defined

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes module for custom nodes: name 'CR_ImageSize' is not defined
All packages from requirements.txt are installed and up to date.
llama-cpp installed
All packages from requirements.txt are installed and up to date.
AutoGPTQ installed
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:249: FutureWarning: AutoencoderTinyBlock is deprecated and will be removed in version 0.29. Importing AutoencoderTinyBlock from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AutoencoderTinyBlock, instead.
deprecate("AutoencoderTinyBlock", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:254: FutureWarning: UNetMidBlock2D is deprecated and will be removed in version 0.29. Importing UNetMidBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2D, instead.
deprecate("UNetMidBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:259: FutureWarning: UNetMidBlock2DCrossAttn is deprecated and will be removed in version 0.29. Importing UNetMidBlock2DCrossAttn from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DCrossAttn, instead.
deprecate("UNetMidBlock2DCrossAttn", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:264: FutureWarning: UNetMidBlock2DSimpleCrossAttn is deprecated and will be removed in version 0.29. Importing UNetMidBlock2DSimpleCrossAttn from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DSimpleCrossAttn, instead.
deprecate("UNetMidBlock2DSimpleCrossAttn", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:269: FutureWarning: AttnDownBlock2D is deprecated and will be removed in version 0.29. Importing AttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnDownBlock2D, instead.
deprecate("AttnDownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:274: FutureWarning: CrossAttnDownBlock2D is deprecated and will be removed in version 0.29. Importing AttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import CrossAttnDownBlock2D, instead.
deprecate("CrossAttnDownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:279: FutureWarning: DownBlock2D is deprecated and will be removed in version 0.29. Importing DownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import DownBlock2D, instead.
deprecate("DownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:284: FutureWarning: AttnDownEncoderBlock2D is deprecated and will be removed in version 0.29. Importing AttnDownEncoderBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnDownEncoderBlock2D, instead.
deprecate("AttnDownEncoderBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:289: FutureWarning: AttnSkipDownBlock2D is deprecated and will be removed in version 0.29. Importing AttnSkipDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnSkipDownBlock2D, instead.
deprecate("AttnSkipDownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:294: FutureWarning: SkipDownBlock2D is deprecated and will be removed in version 0.29. Importing SkipDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SkipDownBlock2D, instead.
deprecate("SkipDownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:299: FutureWarning: ResnetDownsampleBlock2D is deprecated and will be removed in version 0.29. Importing ResnetDownsampleBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import ResnetDownsampleBlock2D, instead.
deprecate("ResnetDownsampleBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:304: FutureWarning: SimpleCrossAttnDownBlock2D is deprecated and will be removed in version 0.29. Importing SimpleCrossAttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnDownBlock2D, instead.
deprecate("SimpleCrossAttnDownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:309: FutureWarning: KDownBlock2D is deprecated and will be removed in version 0.29. Importing KDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KDownBlock2D, instead.
deprecate("KDownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:314: FutureWarning: KCrossAttnDownBlock2D is deprecated and will be removed in version 0.29. Importing KCrossAttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KCrossAttnDownBlock2D, instead.
deprecate("KCrossAttnDownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:319: FutureWarning: AttnUpBlock2D is deprecated and will be removed in version 0.29. Importing AttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnUpBlock2D, instead.
deprecate("AttnUpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:324: FutureWarning: CrossAttnUpBlock2D is deprecated and will be removed in version 0.29. Importing CrossAttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import CrossAttnUpBlock2D, instead.
deprecate("CrossAttnUpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:329: FutureWarning: UpBlock2D is deprecated and will be removed in version 0.29. Importing UpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UpBlock2D, instead.
deprecate("UpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:334: FutureWarning: UpDecoderBlock2D is deprecated and will be removed in version 0.29. Importing UpDecoderBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UpDecoderBlock2D, instead.
deprecate("UpDecoderBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:339: FutureWarning: AttnUpDecoderBlock2D is deprecated and will be removed in version 0.29. Importing AttnUpDecoderBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnUpDecoderBlock2D, instead.
deprecate("AttnUpDecoderBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:344: FutureWarning: AttnSkipUpBlock2D is deprecated and will be removed in version 0.29. Importing AttnSkipUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnSkipUpBlock2D, instead.
deprecate("AttnSkipUpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:349: FutureWarning: SkipUpBlock2D is deprecated and will be removed in version 0.29. Importing SkipUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SkipUpBlock2D, instead.
deprecate("SkipUpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:354: FutureWarning: ResnetUpsampleBlock2D is deprecated and will be removed in version 0.29. Importing ResnetUpsampleBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import ResnetUpsampleBlock2D, instead.
deprecate("ResnetUpsampleBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:359: FutureWarning: SimpleCrossAttnUpBlock2D is deprecated and will be removed in version 0.29. Importing SimpleCrossAttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnUpBlock2D, instead.
deprecate("SimpleCrossAttnUpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:364: FutureWarning: KUpBlock2D is deprecated and will be removed in version 0.29. Importing KUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KUpBlock2D, instead.
deprecate("KUpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:369: FutureWarning: KCrossAttnUpBlock2D is deprecated and will be removed in version 0.29. Importing KCrossAttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KCrossAttnUpBlock2D, instead.
deprecate("KCrossAttnUpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:375: FutureWarning: KAttentionBlock is deprecated and will be removed in version 0.29. Importing KAttentionBlock from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KAttentionBlock, instead.
deprecate("KAttentionBlock", "0.29", deprecation_message)
#fix sys.stdout.isatty

Mixlab Nodes: Loaded

LaMaInpainting.available True
ClipInterrogator.available True
PromptGenerate.available True
ChinesePrompt.available True
RembgNode_.available True

Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use/init.py", line 21, in
imported_module = importlib.import_module(".py.{}".format(module_name), name)
File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1050, in _gcd_import
File "", line 1027, in _find_and_load
File "", line 1006, in _find_and_load_unlocked
File "", line 688, in _load_unlocked
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use/py/easyNodes.py", line 12, in
from comfy_extras.chainner_models import model_loading
File "/content/drive/MyDrive/ComfyUI/comfy_extras/chainner_models/model_loading.py", line 1, in
from spandrel import ModelLoader
ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use module for custom nodes: No module named 'spandrel'
[comfy_mtb] | INFO -> loaded 78 nodes successfuly
FizzleDorf Custom Nodes: Loaded
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes/init.py", line 1, in
from .ttNpy.tinyterraNodes import TTN_VERSIONS
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes/ttNpy/tinyterraNodes.py", line 52, in
from spandrel import ModelLoader, ImageModelDescriptor
ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes module for custom nodes: No module named 'spandrel'

Loading: ComfyUI-Inspire-Pack (V0.72.1)

Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 879, in exec_module
File "", line 1016, in get_code
File "", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/MyDrive/ComfyUI/custom_nodes/BrushNet/init.py'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/BrushNet module for custom nodes: [Errno 2] No such file or directory: '/content/drive/MyDrive/ComfyUI/custom_nodes/BrushNet/init.py'
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-reactor-node/init.py", line 23, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-reactor-node/nodes.py", line 20, in
from comfy_extras.chainner_models import model_loading
File "/content/drive/MyDrive/ComfyUI/comfy_extras/chainner_models/model_loading.py", line 1, in
from spandrel import ModelLoader
ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-reactor-node module for custom nodes: No module named 'spandrel'

😺dzNodes: LayerStyle -> Cannot import name 'guidedFilter' from 'cv2.ximgproc'

A few nodes cannot works properly, while most nodes are not affected. Please REINSTALL package 'opencv-contrib-python'.
For detail refer to chflame163/ComfyUI_LayerStyle#5

😺dzNodes: LayerStyle -> Warning: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_LayerStyle/resource_dir.ini not found, default directory to be used.

😺dzNodes: LayerStyle -> Find 1 LUTs in /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_LayerStyle/lut

😺dzNodes: LayerStyle -> Find 1 Fonts in /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_LayerStyle/font

Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/efficiency-nodes-comfyui/init.py", line 9, in
from .efficiency_nodes import NODE_CLASS_MAPPINGS
File "/content/drive/MyDrive/ComfyUI/custom_nodes/efficiency-nodes-comfyui/efficiency_nodes.py", line 34, in
from comfy_extras.nodes_upscale_model import UpscaleModelLoader, ImageUpscaleWithModel
File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in
from spandrel import ModelLoader, ImageModelDescriptor
ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/efficiency-nodes-comfyui module for custom nodes: No module named 'spandrel'
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale/init.py", line 32, in
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale/nodes.py", line 10, in
from modules.upscaler import UpscalerData
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale/modules/upscaler.py", line 3, in
from comfy_extras.nodes_upscale_model import ImageUpscaleWithModel
File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in
from spandrel import ModelLoader, ImageModelDescriptor
ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale module for custom nodes: No module named 'spandrel'
Use STYLE:weight_interpretation:normalization at the start of a prompt to use advanced encodings
Weight interpretations available: comfy,A1111,compel,comfy++,down_weight,perp
Normalization types available: none,mean,length,length+mean
Workspace manager - Openning file hash dict

Loading: Workspace Manager (V1.0.0)

[AnimateDiff] - WARNING - xformers is enabled but it has a bug that can cause issue while using with AnimateDiff.
Searge-SDXL v4.3.1 in /content/drive/MyDrive/ComfyUI/custom_nodes/SeargeSDXL
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/SeargeSDXL/init.py", line 33, in
from .modules._legacy import LEGACY_CLASS_MAPPINGS, LEGACY_DISPLAY_NAME_MAPPINGS
File "/content/drive/MyDrive/ComfyUI/custom_nodes/SeargeSDXL/modules/_legacy.py", line 32, in
import comfy_extras.nodes_upscale_model
File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in
from spandrel import ModelLoader, ImageModelDescriptor
ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/SeargeSDXL module for custom nodes: No module named 'spandrel'
/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-InstanceDiffusion/modules/convnext.py:167: UserWarning: Overwriting convnext_tiny in registry with ComfyUI-InstanceDiffusion.modules.convnext.convnext_tiny. This is because the name being registered conflicts with an existing name. Please check if this is not expected.
def convnext_tiny(pretrained=False, in_22k=False, **kwargs):
Please 'pip install apex'
Skip /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI module for custom nodes due to the lack of NODE_CLASS_MAPPINGS.
Adding /content/drive/MyDrive/ComfyUI/custom_nodes to sys.path
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-art-venture/init.py", line 13, in
from .modules.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-art-venture/modules/nodes.py", line 18, in
from .utility_nodes import (
File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-art-venture/modules/utility_nodes.py", line 15, in
from comfy_extras.nodes_upscale_model import ImageUpscaleWithModel
File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in
from spandrel import ModelLoader, ImageModelDescriptor
ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-art-venture module for custom nodes: No module named 'spandrel'
!!!fish_speech path was added to /usr/local/lib/python3.10/dist-packages/fish_speech.pth
if meet No module error,try python main.py again
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/mikey_nodes/init.py", line 1, in
from .mikey_nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "/content/drive/MyDrive/ComfyUI/custom_nodes/mikey_nodes/mikey_nodes.py", line 38, in
spec.loader.exec_module(module)
File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in
from spandrel import ModelLoader, ImageModelDescriptor
ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/mikey_nodes module for custom nodes: No module named 'spandrel'

N-Suite Revision: ab4af9de

Current version of packaging: 24.0
Version of cpuinfo: Not found
Current version of git: 3.1.43
Current version of moviepy: 1.0.3
Current version of cv2: 4.7.0
Current version of skbuild: 0.17.6
Version of typing: Not found
Current version of diskcache: 5.6.3
Current version of llama_cpp: 0.2.26+cu121
Current version of timm: 0.9.12
error: XDG_RUNTIME_DIR not set in the environment.
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
ALSA lib confmisc.c:855:(parse_card) cannot find card '0'
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory
ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory
ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name
ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory
ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory
ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/save-image-extended-comfyui/init.py", line 14, in
from .save_image_extended import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "/content/drive/MyDrive/ComfyUI/custom_nodes/save-image-extended-comfyui/save_image_extended.py", line 14
version = 2.6.5
^^
SyntaxError: invalid syntax

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/save-image-extended-comfyui module for custom nodes: invalid syntax (save_image_extended.py, line 14)
Ib Custom Nodes: Loaded
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/facerestore_cf/init.py", line 8, in
from custom_nodes.facerestore_cf.facelib.utils.face_restoration_helper import FaceRestoreHelper
File "/content/drive/MyDrive/ComfyUI/custom_nodes/facerestore_cf/init.py", line 11, in
from comfy_extras.chainner_models import model_loading
File "/content/drive/MyDrive/ComfyUI/comfy_extras/chainner_models/model_loading.py", line 1, in
from spandrel import ModelLoader
ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/facerestore_cf module for custom nodes: No module named 'spandrel'
Ignoring node 'CV2TonemapDurand' due to cv2 edition/version
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Fill-Nodes/init.py", line 5, in
from .fl_audio_preview import FL_AudioPreview
File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Fill-Nodes/fl_audio_preview.py", line 3, in
import sounddevice as sd
File "/usr/local/lib/python3.10/dist-packages/sounddevice.py", line 71, in
raise OSError('PortAudio library not found')
OSError: PortAudio library not found

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Fill-Nodes module for custom nodes: PortAudio library not found
Failed to auto update Quality of Life Suit
QualityOfLifeSuit_Omar92_DIR: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-QualityOfLifeSuit_Omar92
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 879, in exec_module
File "", line 1016, in get_code
File "", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_ID_Animator/init.py'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_ID_Animator module for custom nodes: [Errno 2] No such file or directory: '/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_ID_Animator/init.py'

Import times for custom nodes:
0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_ID_Animator
0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/BrushNet
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/gcLatentTunnel.py
0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/websocket_image_save.py
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Image-Selector
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-sampler-lcm-alternative
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Logic
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Ib_CustomNodes
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/extended-saveimage-comfyui
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/Vector_Sculptor_ComfyUI
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-RAVE
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_JPS-Nodes
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/cg-use-everywhere
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_ADV_CLIP_emb
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/masquerade-nodes-comfyui
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/sdxl_prompt_styler
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-post-processing-nodes
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfy-image-saver
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_essentials
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/cg-image-picker
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/sd-dynamic-thresholding
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-ResAdapter
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUi_NNLatentUpscale
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/sd-perturbed-attention
0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/save-image-extended-comfyui
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_IsaacNodes
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-MakeFrame
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-AutomaticCFG
0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-inpaint-nodes
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-WD14-Tagger
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-prompt-composer
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-QualityOfLifeSuit_Omar92
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-IC-Light
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Fans
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-AudioScheduler
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_ColorMod
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/clipseg.py
0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes
0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/mikey_nodes
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-various
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-SizeFromPresets
0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-art-venture
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-BRIA_AI-RMBG
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-IPAnimate
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_FaceAnalysis
0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/efficiency-nodes-comfyui
0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/was-node-suite-comfyui
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-animatediff
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Video-Matting
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_FizzNodes
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-KJNodes
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-layerdiffuse
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-FishSpeech
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-RAVE_ATTN
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Custom-Scripts
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/OneButtonPrompt
0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-reactor-node
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/steerable-motion
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/eden_comfy_pipelines
0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-InstanceDiffusion
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Advanced-ControlNet
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-magic-clothing
0.1 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-AnimateAnyone-Evolved
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_ExtraModels
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-workspace-manager
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/Derfuu_ComfyUI_ModdedNodes
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-portrait-master
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-dream-project
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/rgthree-comfy
0.1 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/facerestore_cf
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-UVR5
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-CCSR
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-prompt-control
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Inspire-Pack
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/komojini-comfyui-nodes
0.1 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite
0.2 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui_segment_anything
0.2 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/PuLID_ComfyUI
0.2 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Crystools
0.2 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfy_mtb
0.2 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Fill-Nodes
0.3 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Upscaler-Tensorrt
0.4 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager
0.5 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-IF_AI_tools
0.5 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_InstantID
0.6 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-N-Nodes
0.6 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_LayerStyle
0.6 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_VLM_nodes
0.8 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui_controlnet_aux
1.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/SeargeSDXL
1.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-mixlab-nodes
2.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-SUPIR
3.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Marigold
5.9 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack

WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.

IMPORT FAILED: nodes_upscale_model.py

This issue might be caused by new missing dependencies added the last time you updated ComfyUI.
Please do a: pip install -r requirements.txt

Setting output directory to: /content/OUTPUT_DIRECTORY
Setting input directory to: /content/INPUT_DIRECTORY
https_key OK: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-mixlab-nodes/https/certificate.crt /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-mixlab-nodes/https/private.key

ComfyUI finished loading, trying to launch cloudflared (if it gets stuck here cloudflared is having issues)

This is the URL to access ComfyUI: https://hanging-survivors-acceptance-tract.trycloudflare.com/ |

colab pro

image

also everytime i disconnect and delete run time and the when i want to run it again im getting

--2024-05-31 08:55:44-- https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
Resolving github.com (github.com)... 20.27.177.113
Connecting to github.com (github.com)|20.27.177.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github.com/cloudflare/cloudflared/releases/download/2024.5.0/cloudflared-linux-amd64.deb [following]
--2024-05-31 08:55:45-- https://github.com/cloudflare/cloudflared/releases/download/2024.5.0/cloudflared-linux-amd64.deb
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/106867604/b56baf41-b55d-4f8a-be33-4d00d4a1f377?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240531%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240531T085545Z&X-Amz-Expires=300&X-Amz-Signature=a81b3f18015232d9418866edc274f10d32c281fa33b6101e9a35761d96d61252&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=106867604&response-content-disposition=attachment%3B%20filename%3Dcloudflared-linux-amd64.deb&response-content-type=application%2Foctet-stream [following]
--2024-05-31 08:55:45-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/106867604/b56baf41-b55d-4f8a-be33-4d00d4a1f377?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240531%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240531T085545Z&X-Amz-Expires=300&X-Amz-Signature=a81b3f18015232d9418866edc274f10d32c281fa33b6101e9a35761d96d61252&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=106867604&response-content-disposition=attachment%3B%20filename%3Dcloudflared-linux-amd64.deb&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18276276 (17M) [application/octet-stream]
Saving to: ‘cloudflared-linux-amd64.deb’

cloudflared-linux-a 100%[===================>] 17.43M 41.6MB/s in 0.4s

2024-05-31 08:55:46 (41.6 MB/s) - ‘cloudflared-linux-amd64.deb’ saved [18276276/18276276]

Selecting previously unselected package cloudflared.
(Reading database ... 121918 files and directories currently installed.)
Preparing to unpack cloudflared-linux-amd64.deb ...
Unpacking cloudflared (2024.5.0) ...
Setting up cloudflared (2024.5.0) ...
Processing triggers for man-db (2.10.2-1) ...

ComfyUI-Manager: installing dependencies. (GitPython)

ComfyUI-Manager: installing dependencies done.

** ComfyUI startup time: 2024-05-31 08:56:08.177222
** 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: /content/comfyui.log

Prestartup times for custom nodes:
0.9 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use
0.9 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/rgthree-comfy
1.4 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Marigold
12.8 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager

Total VRAM 15102 MB, total RAM 52217 MB
pytorch version: 2.3.0+cu121
Set vram state to: HIGH_VRAM
Device: cuda:0 Tesla T4 : cudaMallocAsync
VAE dtype: torch.float32
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/main.py", line 76, in
import execution
File "/content/drive/MyDrive/ComfyUI/execution.py", line 11, in
import nodes
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 21, in
import comfy.diffusers_load
File "/content/drive/MyDrive/ComfyUI/comfy/diffusers_load.py", line 3, in
import comfy.sd
File "/content/drive/MyDrive/ComfyUI/comfy/sd.py", line 14, in
from . import clip_vision
File "/content/drive/MyDrive/ComfyUI/comfy/clip_vision.py", line 11, in
import comfy.clip_model
File "/content/drive/MyDrive/ComfyUI/comfy/clip_model.py", line 2, in
from comfy.ldm.modules.attention import optimized_attention_for_device
File "/content/drive/MyDrive/ComfyUI/comfy/ldm/modules/attention.py", line 5, in
from einops import rearrange, repeat
ModuleNotFoundError: No module named 'einops'

and need to click again on

image

and install all dependencies allover again restoring everything takes atleast 15 min

any way i can mount it to my googledrive so i will never need to install dependencies each time please?

ty

also always missing --2024-05-31 09:13:23-- https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
Resolving github.com (github.com)... 20.27.177.113
Connecting to github.com (github.com)|20.27.177.113|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://github.com/cloudflare/cloudflared/releases/download/2024.5.0/cloudflared-linux-amd64.deb [following]
--2024-05-31 09:13:24-- https://github.com/cloudflare/cloudflared/releases/download/2024.5.0/cloudflared-linux-amd64.deb
Reusing existing connection to github.com:443.
HTTP request sent, awaiting response... 302 Found
Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/106867604/b56baf41-b55d-4f8a-be33-4d00d4a1f377?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240531%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240531T091324Z&X-Amz-Expires=300&X-Amz-Signature=90fcc2e60a9efeb7a088155eaa01ec54abe36269fbff168989e2e281299f7f6a&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=106867604&response-content-disposition=attachment%3B%20filename%3Dcloudflared-linux-amd64.deb&response-content-type=application%2Foctet-stream [following]
--2024-05-31 09:13:24-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/106867604/b56baf41-b55d-4f8a-be33-4d00d4a1f377?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240531%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240531T091324Z&X-Amz-Expires=300&X-Amz-Signature=90fcc2e60a9efeb7a088155eaa01ec54abe36269fbff168989e2e281299f7f6a&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=106867604&response-content-disposition=attachment%3B%20filename%3Dcloudflared-linux-amd64.deb&response-content-type=application%2Foctet-stream
Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.109.133, 185.199.110.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 18276276 (17M) [application/octet-stream]
Saving to: ‘cloudflared-linux-amd64.deb.1’

cloudflared-linux-a 100%[===================>] 17.43M 41.2MB/s in 0.4s

2024-05-31 09:13:25 (41.2 MB/s) - ‘cloudflared-linux-amd64.deb.1’ saved [18276276/18276276]

(Reading database ... 121922 files and directories currently installed.)
Preparing to unpack cloudflared-linux-amd64.deb ...
Unpacking cloudflared (2024.5.0) over (2024.5.0) ...
Setting up cloudflared (2024.5.0) ...
Processing triggers for man-db (2.10.2-1) ...

ComfyUI-Manager: installing dependencies done.

** ComfyUI startup time: 2024-05-31 09:13:26.654554
** 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: /content/comfyui.log

Prestartup times for custom nodes:
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Marigold
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/rgthree-comfy
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use
0.2 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager

Total VRAM 15102 MB, total RAM 52217 MB
pytorch version: 2.1.0+cu121
xformers version: 0.0.22.post7
Set vram state to: HIGH_VRAM
Device: cuda:0 Tesla T4 : cudaMallocAsync
VAE dtype: torch.float32
Using xformers cross attention
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in
from spandrel import ModelLoader, ImageModelDescriptor
ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py module for custom nodes: No module named 'spandrel'
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_canny.py", line 1, in
from kornia.filters import canny
ModuleNotFoundError: No module named 'kornia'

Cannot import /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_canny.py module for custom nodes: No module named 'kornia'
Traceback (most recent call last):
File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 883, in exec_module
File "", line 241, in _call_with_frames_removed
File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_morphology.py", line 4, in
from kornia.morphology import dilation, erosion, opening, closing, gradient, top_hat, bottom_hat
ModuleNotFoundError: No module named 'kornia'

Cannot import /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_morphology.py module for custom nodes: No module named 'kornia'

Loading: ComfyUI-Manager (V2.35.1)

kronia einops spandel etc

what is this also please
image

also everytime i disconnect and delete run time and the when i want to run it again im getting

--2024-05-31 08:55:44-- https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb Resolving github.com (github.com)... 20.27.177.113 Connecting to github.com (github.com)|20.27.177.113|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://github.com/cloudflare/cloudflared/releases/download/2024.5.0/cloudflared-linux-amd64.deb [following] --2024-05-31 08:55:45-- https://github.com/cloudflare/cloudflared/releases/download/2024.5.0/cloudflared-linux-amd64.deb Reusing existing connection to github.com:443. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/106867604/b56baf41-b55d-4f8a-be33-4d00d4a1f377?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240531%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240531T085545Z&X-Amz-Expires=300&X-Amz-Signature=a81b3f18015232d9418866edc274f10d32c281fa33b6101e9a35761d96d61252&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=106867604&response-content-disposition=attachment%3B%20filename%3Dcloudflared-linux-amd64.deb&response-content-type=application%2Foctet-stream [following] --2024-05-31 08:55:45-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/106867604/b56baf41-b55d-4f8a-be33-4d00d4a1f377?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240531%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240531T085545Z&X-Amz-Expires=300&X-Amz-Signature=a81b3f18015232d9418866edc274f10d32c281fa33b6101e9a35761d96d61252&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=106867604&response-content-disposition=attachment%3B%20filename%3Dcloudflared-linux-amd64.deb&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.109.133, 185.199.108.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18276276 (17M) [application/octet-stream] Saving to: ‘cloudflared-linux-amd64.deb’

cloudflared-linux-a 100%[===================>] 17.43M 41.6MB/s in 0.4s

2024-05-31 08:55:46 (41.6 MB/s) - ‘cloudflared-linux-amd64.deb’ saved [18276276/18276276]

Selecting previously unselected package cloudflared. (Reading database ... 121918 files and directories currently installed.) Preparing to unpack cloudflared-linux-amd64.deb ... Unpacking cloudflared (2024.5.0) ... Setting up cloudflared (2024.5.0) ... Processing triggers for man-db (2.10.2-1) ...

ComfyUI-Manager: installing dependencies. (GitPython)

ComfyUI-Manager: installing dependencies done.

** ComfyUI startup time: 2024-05-31 08:56:08.177222 ** 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: /content/comfyui.log

Prestartup times for custom nodes: 0.9 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use 0.9 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/rgthree-comfy 1.4 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Marigold 12.8 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager

Total VRAM 15102 MB, total RAM 52217 MB pytorch version: 2.3.0+cu121 Set vram state to: HIGH_VRAM Device: cuda:0 Tesla T4 : cudaMallocAsync VAE dtype: torch.float32 Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/main.py", line 76, in import execution File "/content/drive/MyDrive/ComfyUI/execution.py", line 11, in import nodes File "/content/drive/MyDrive/ComfyUI/nodes.py", line 21, in import comfy.diffusers_load File "/content/drive/MyDrive/ComfyUI/comfy/diffusers_load.py", line 3, in import comfy.sd File "/content/drive/MyDrive/ComfyUI/comfy/sd.py", line 14, in from . import clip_vision File "/content/drive/MyDrive/ComfyUI/comfy/clip_vision.py", line 11, in import comfy.clip_model File "/content/drive/MyDrive/ComfyUI/comfy/clip_model.py", line 2, in from comfy.ldm.modules.attention import optimized_attention_for_device File "/content/drive/MyDrive/ComfyUI/comfy/ldm/modules/attention.py", line 5, in from einops import rearrange, repeat ModuleNotFoundError: No module named 'einops'

and need to click again on

image

and install all dependencies allover again restoring everything takes atleast 15 min

any way i can mount it to my googledrive so i will never need to install dependencies each time please?

ty

When I used to use Colab + Google Drive before moving to a local machine, I tried running packages based on venv installed on Google Drive.

Surprisingly, it is much slower. Installing with pip at the start is actually faster.

Unfortunately, when you mount Google Drive, all the files you access must be transferred to your Colab instance over the network and cached to function properly. Utilizing already extracted and installed packages offers no speed advantage.

TBH, if you're using Colab, I would never recommend installing many custom nodes. It's an almost useless environment.

12345678910111213141516171819202122232425262728293031

!wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb !dpkg -i cloudflared-linux-amd64.deb

import subprocess import threading import time import socket import urllib.request

--2024-05-31 08:32:31-- https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb Resolving github.com (github.com)... 20.205.243.166 Connecting to github.com (github.com)|20.205.243.166|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://github.com/cloudflare/cloudflared/releases/download/2024.5.0/cloudflared-linux-amd64.deb [following] --2024-05-31 08:32:31-- https://github.com/cloudflare/cloudflared/releases/download/2024.5.0/cloudflared-linux-amd64.deb Reusing existing connection to github.com:443. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/106867604/b56baf41-b55d-4f8a-be33-4d00d4a1f377?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240531%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240531T083030Z&X-Amz-Expires=300&X-Amz-Signature=fbd58e353c6fb7c419dfe6d2793ca5b707b29adb04dab6d32943ca99b2bb860b&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=106867604&response-content-disposition=attachment%3B%20filename%3Dcloudflared-linux-amd64.deb&response-content-type=application%2Foctet-stream [following] --2024-05-31 08:32:31-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/106867604/b56baf41-b55d-4f8a-be33-4d00d4a1f377?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=releaseassetproduction%2F20240531%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240531T083030Z&X-Amz-Expires=300&X-Amz-Signature=fbd58e353c6fb7c419dfe6d2793ca5b707b29adb04dab6d32943ca99b2bb860b&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=106867604&response-content-disposition=attachment%3B%20filename%3Dcloudflared-linux-amd64.deb&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.111.133, 185.199.110.133, 185.199.108.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.111.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18276276 (17M) [application/octet-stream] Saving to: ‘cloudflared-linux-amd64.deb’

cloudflared-linux-a 100%[===================>] 17.43M --.-KB/s in 0.05s

2024-05-31 08:32:32 (343 MB/s) - ‘cloudflared-linux-amd64.deb’ saved [18276276/18276276]

(Reading database ... 121922 files and directories currently installed.) Preparing to unpack cloudflared-linux-amd64.deb ... Unpacking cloudflared (2024.5.0) over (2024.5.0) ... Setting up cloudflared (2024.5.0) ... Processing triggers for man-db (2.10.2-1) ...

ComfyUI-Manager: installing dependencies done.

** ComfyUI startup time: 2024-05-31 08:32:33.670993 ** 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: /content/comfyui.log

####################################################################### [ComfyUI-Manager] Starting dependency installation/(de)activation for the extension

Install: pip packages for '/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack' Install: install script for '/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack'

ComfyUI-Impact-Pack: Check dependencies

ComfyUI-Impact-Pack: Updating subpack

[Impact Pack] EXECUTE: ['/usr/bin/python3', 'install.py'] in '/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/impact_subpack' req_path: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/impact_subpack/requirements.txt req_path: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/impact_subpack/requirements.txt req_path: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/requirements.txt

ComfyUI-Impact-Pack: Check basic models

[ComfyUI-Manager] Startup script completed. #######################################################################

Prestartup times for custom nodes: 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Marigold 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/rgthree-comfy 17.7 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager

Total VRAM 15102 MB, total RAM 52217 MB pytorch version: 2.3.0+cu121 xformers version: 0.0.26.post1 Set vram state to: HIGH_VRAM Device: cuda:0 Tesla T4 : cudaMallocAsync VAE dtype: torch.float32 Using xformers cross attention Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in from spandrel import ModelLoader, ImageModelDescriptor ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py module for custom nodes: No module named 'spandrel'

Loading: ComfyUI-Manager (V2.35.1)

ComfyUI Revision: 2218 [bf3e334d] | Released on '2024-05-30'

[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/alter-list.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json [comfyui_controlnet_aux] | INFO -> Using ckpts path: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui_controlnet_aux/ckpts [comfyui_controlnet_aux] | INFO -> Using symlinks: False [comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui_controlnet_aux/node_wrappers/dwpose.py:26: UserWarning: DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly warnings.warn("DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly")

Loading: ComfyUI-Impact-Pack (V5.8.1)

ComfyUI-Impact-Pack: Reinstall dependencies (several dependencies are missing.)

ComfyUI-Impact-Pack: Check dependencies

ComfyUI-Impact-Pack: Updating subpack

[Impact Pack] EXECUTE: ['/usr/bin/python3', 'install.py'] in '/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/impact_subpack' req_path: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/impact_subpack/requirements.txt req_path: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/impact_subpack/requirements.txt req_path: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/requirements.txt

ComfyUI-Impact-Pack: Check basic models

Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/init.py", line 72, in import impact.impact_server # to load server api File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/modules/impact/impact_server.py", line 12, in import impact.core as core File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/modules/impact/core.py", line 15, in import comfy_extras.nodes_upscale_model as model_upscale File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in from spandrel import ModelLoader, ImageModelDescriptor ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack module for custom nodes: No module named 'spandrel' (pysssss:WD14Tagger) [DEBUG] Available ORT providers: AzureExecutionProvider, CPUExecutionProvider (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-inpaint-nodes/init.py", line 21, in from . import nodes File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-inpaint-nodes/nodes.py", line 7, in from spandrel import ModelLoader, MaskedImageModelDescriptor ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-inpaint-nodes module for custom nodes: No module named 'spandrel'

[rgthree] Loaded 38 fantastic nodes. [rgthree] Will use rgthree's optimized recursive execution.

Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/was-node-suite-comfyui/init.py", line 1, in from .WAS_Node_Suite import NODE_CLASS_MAPPINGS File "/content/drive/MyDrive/ComfyUI/custom_nodes/was-node-suite-comfyui/WAS_Node_Suite.py", line 29, in from comfy_extras.chainner_models import model_loading File "/content/drive/MyDrive/ComfyUI/comfy_extras/chainner_models/model_loading.py", line 1, in from spandrel import ModelLoader ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/was-node-suite-comfyui module for custom nodes: No module named 'spandrel' 2024-05-31 08:33:05.077890: E external/local_xla/xla/stream_executor/cuda/cuda_dnn.cc:9261] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered 2024-05-31 08:33:05.077944: E external/local_xla/xla/stream_executor/cuda/cuda_fft.cc:607] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered 2024-05-31 08:33:05.079285: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1515] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered 2024-05-31 08:33:05.086831: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: AVX2 AVX512F FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. 2024-05-31 08:33:06.160101: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT NumExpr defaulting to 8 threads. Total VRAM 15102 MB, total RAM 52217 MB pytorch version: 2.3.0+cu121 xformers version: 0.0.26.post1 Set vram state to: HIGH_VRAM Device: cuda:0 Tesla T4 : cudaMallocAsync VAE dtype: torch.float32 [Crystools INFO] Crystools version: 1.12.0 [Crystools INFO] CPU: Unknown - Arch: Unknown - OS: Linux 6.1.85+ [Crystools INFO] GPU/s: [Crystools INFO] 0) Tesla T4 [Crystools INFO] NVIDIA Driver: 535.104.05 Comfyroll Studio: Failed to load Essential nodes Comfyroll Studio: Failed to load Graphics nodes Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes/init.py", line 21, in from .node_mappings import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes/node_mappings.py", line 87, in "CR Image Size": CR_ImageSize, NameError: name 'CR_ImageSize' is not defined

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes module for custom nodes: name 'CR_ImageSize' is not defined

All packages from requirements.txt are installed and up to date.
llama-cpp installed
All packages from requirements.txt are installed and up to date.
AutoGPTQ installed
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:249: FutureWarning: AutoencoderTinyBlock is deprecated and will be removed in version 0.29. Importing AutoencoderTinyBlock from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AutoencoderTinyBlock, instead.
deprecate("AutoencoderTinyBlock", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:254: FutureWarning: UNetMidBlock2D is deprecated and will be removed in version 0.29. Importing UNetMidBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2D, instead.
deprecate("UNetMidBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:259: FutureWarning: UNetMidBlock2DCrossAttn is deprecated and will be removed in version 0.29. Importing UNetMidBlock2DCrossAttn from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DCrossAttn, instead.
deprecate("UNetMidBlock2DCrossAttn", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:264: FutureWarning: UNetMidBlock2DSimpleCrossAttn is deprecated and will be removed in version 0.29. Importing UNetMidBlock2DSimpleCrossAttn from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UNetMidBlock2DSimpleCrossAttn, instead.
deprecate("UNetMidBlock2DSimpleCrossAttn", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:269: FutureWarning: AttnDownBlock2D is deprecated and will be removed in version 0.29. Importing AttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnDownBlock2D, instead.
deprecate("AttnDownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:274: FutureWarning: CrossAttnDownBlock2D is deprecated and will be removed in version 0.29. Importing AttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import CrossAttnDownBlock2D, instead.
deprecate("CrossAttnDownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:279: FutureWarning: DownBlock2D is deprecated and will be removed in version 0.29. Importing DownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import DownBlock2D, instead.
deprecate("DownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:284: FutureWarning: AttnDownEncoderBlock2D is deprecated and will be removed in version 0.29. Importing AttnDownEncoderBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnDownEncoderBlock2D, instead.
deprecate("AttnDownEncoderBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:289: FutureWarning: AttnSkipDownBlock2D is deprecated and will be removed in version 0.29. Importing AttnSkipDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnSkipDownBlock2D, instead.
deprecate("AttnSkipDownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:294: FutureWarning: SkipDownBlock2D is deprecated and will be removed in version 0.29. Importing SkipDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SkipDownBlock2D, instead.
deprecate("SkipDownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:299: FutureWarning: ResnetDownsampleBlock2D is deprecated and will be removed in version 0.29. Importing ResnetDownsampleBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import ResnetDownsampleBlock2D, instead.
deprecate("ResnetDownsampleBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:304: FutureWarning: SimpleCrossAttnDownBlock2D is deprecated and will be removed in version 0.29. Importing SimpleCrossAttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnDownBlock2D, instead.
deprecate("SimpleCrossAttnDownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:309: FutureWarning: KDownBlock2D is deprecated and will be removed in version 0.29. Importing KDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KDownBlock2D, instead.
deprecate("KDownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:314: FutureWarning: KCrossAttnDownBlock2D is deprecated and will be removed in version 0.29. Importing KCrossAttnDownBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KCrossAttnDownBlock2D, instead.
deprecate("KCrossAttnDownBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:319: FutureWarning: AttnUpBlock2D is deprecated and will be removed in version 0.29. Importing AttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnUpBlock2D, instead.
deprecate("AttnUpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:324: FutureWarning: CrossAttnUpBlock2D is deprecated and will be removed in version 0.29. Importing CrossAttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import CrossAttnUpBlock2D, instead.
deprecate("CrossAttnUpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:329: FutureWarning: UpBlock2D is deprecated and will be removed in version 0.29. Importing UpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UpBlock2D, instead.
deprecate("UpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:334: FutureWarning: UpDecoderBlock2D is deprecated and will be removed in version 0.29. Importing UpDecoderBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import UpDecoderBlock2D, instead.
deprecate("UpDecoderBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:339: FutureWarning: AttnUpDecoderBlock2D is deprecated and will be removed in version 0.29. Importing AttnUpDecoderBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnUpDecoderBlock2D, instead.
deprecate("AttnUpDecoderBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:344: FutureWarning: AttnSkipUpBlock2D is deprecated and will be removed in version 0.29. Importing AttnSkipUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import AttnSkipUpBlock2D, instead.
deprecate("AttnSkipUpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:349: FutureWarning: SkipUpBlock2D is deprecated and will be removed in version 0.29. Importing SkipUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SkipUpBlock2D, instead.
deprecate("SkipUpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:354: FutureWarning: ResnetUpsampleBlock2D is deprecated and will be removed in version 0.29. Importing ResnetUpsampleBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import ResnetUpsampleBlock2D, instead.
deprecate("ResnetUpsampleBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:359: FutureWarning: SimpleCrossAttnUpBlock2D is deprecated and will be removed in version 0.29. Importing SimpleCrossAttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import SimpleCrossAttnUpBlock2D, instead.
deprecate("SimpleCrossAttnUpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:364: FutureWarning: KUpBlock2D is deprecated and will be removed in version 0.29. Importing KUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KUpBlock2D, instead.
deprecate("KUpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:369: FutureWarning: KCrossAttnUpBlock2D is deprecated and will be removed in version 0.29. Importing KCrossAttnUpBlock2D from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KCrossAttnUpBlock2D, instead.
deprecate("KCrossAttnUpBlock2D", "0.29", deprecation_message)
/usr/local/lib/python3.10/dist-packages/diffusers/models/unet_2d_blocks.py:375: FutureWarning: KAttentionBlock is deprecated and will be removed in version 0.29. Importing KAttentionBlock from diffusers.models.unet_2d_blocks is deprecated and this will be removed in a future version. Please use from diffusers.models.unets.unet_2d_blocks import KAttentionBlock, instead.
deprecate("KAttentionBlock", "0.29", deprecation_message)
#fix sys.stdout.isatty

Mixlab Nodes: Loaded

LaMaInpainting.available True

ClipInterrogator.available True
PromptGenerate.available True
ChinesePrompt.available True
RembgNode_.available True
Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use/init.py", line 21, in imported_module = importlib.import_module(".py.{}".format(module_name), name) File "/usr/lib/python3.10/importlib/init.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "", line 1050, in _gcd_import File "", line 1027, in _find_and_load File "", line 1006, in _find_and_load_unlocked File "", line 688, in _load_unlocked File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use/py/easyNodes.py", line 12, in from comfy_extras.chainner_models import model_loading File "/content/drive/MyDrive/ComfyUI/comfy_extras/chainner_models/model_loading.py", line 1, in from spandrel import ModelLoader ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use module for custom nodes: No module named 'spandrel' [comfy_mtb] | INFO -> loaded 78 nodes successfuly FizzleDorf Custom Nodes: Loaded Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes/init.py", line 1, in from .ttNpy.tinyterraNodes import TTN_VERSIONS File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes/ttNpy/tinyterraNodes.py", line 52, in from spandrel import ModelLoader, ImageModelDescriptor ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes module for custom nodes: No module named 'spandrel'

Loading: ComfyUI-Inspire-Pack (V0.72.1)

Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/MyDrive/ComfyUI/custom_nodes/BrushNet/init.py'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/BrushNet module for custom nodes: [Errno 2] No such file or directory: '/content/drive/MyDrive/ComfyUI/custom_nodes/BrushNet/init.py' Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-reactor-node/init.py", line 23, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-reactor-node/nodes.py", line 20, in from comfy_extras.chainner_models import model_loading File "/content/drive/MyDrive/ComfyUI/comfy_extras/chainner_models/model_loading.py", line 1, in from spandrel import ModelLoader ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-reactor-node module for custom nodes: No module named 'spandrel'

😺dzNodes: LayerStyle -> Cannot import name 'guidedFilter' from 'cv2.ximgproc'

A few nodes cannot works properly, while most nodes are not affected. Please REINSTALL package 'opencv-contrib-python'. For detail refer to chflame163/ComfyUI_LayerStyle#5

😺dzNodes: LayerStyle -> Warning: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_LayerStyle/resource_dir.ini not found, default directory to be used.

😺dzNodes: LayerStyle -> Find 1 LUTs in /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_LayerStyle/lut

😺dzNodes: LayerStyle -> Find 1 Fonts in /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_LayerStyle/font

Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/efficiency-nodes-comfyui/init.py", line 9, in from .efficiency_nodes import NODE_CLASS_MAPPINGS File "/content/drive/MyDrive/ComfyUI/custom_nodes/efficiency-nodes-comfyui/efficiency_nodes.py", line 34, in from comfy_extras.nodes_upscale_model import UpscaleModelLoader, ImageUpscaleWithModel File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in from spandrel import ModelLoader, ImageModelDescriptor ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/efficiency-nodes-comfyui module for custom nodes: No module named 'spandrel' Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale/init.py", line 32, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale/nodes.py", line 10, in from modules.upscaler import UpscalerData File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale/modules/upscaler.py", line 3, in from comfy_extras.nodes_upscale_model import ImageUpscaleWithModel File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in from spandrel import ModelLoader, ImageModelDescriptor ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale module for custom nodes: No module named 'spandrel' Use STYLE:weight_interpretation:normalization at the start of a prompt to use advanced encodings Weight interpretations available: comfy,A1111,compel,comfy++,down_weight,perp Normalization types available: none,mean,length,length+mean Workspace manager - Openning file hash dict

Loading: Workspace Manager (V1.0.0)

[AnimateDiff] - WARNING - xformers is enabled but it has a bug that can cause issue while using with AnimateDiff. Searge-SDXL v4.3.1 in /content/drive/MyDrive/ComfyUI/custom_nodes/SeargeSDXL Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/SeargeSDXL/init.py", line 33, in from .modules._legacy import LEGACY_CLASS_MAPPINGS, LEGACY_DISPLAY_NAME_MAPPINGS File "/content/drive/MyDrive/ComfyUI/custom_nodes/SeargeSDXL/modules/_legacy.py", line 32, in import comfy_extras.nodes_upscale_model File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in from spandrel import ModelLoader, ImageModelDescriptor ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/SeargeSDXL module for custom nodes: No module named 'spandrel' /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-InstanceDiffusion/modules/convnext.py:167: UserWarning: Overwriting convnext_tiny in registry with ComfyUI-InstanceDiffusion.modules.convnext.convnext_tiny. This is because the name being registered conflicts with an existing name. Please check if this is not expected. def convnext_tiny(pretrained=False, in_22k=False, **kwargs): Please 'pip install apex' Skip /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI module for custom nodes due to the lack of NODE_CLASS_MAPPINGS. Adding /content/drive/MyDrive/ComfyUI/custom_nodes to sys.path Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-art-venture/init.py", line 13, in from .modules.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-art-venture/modules/nodes.py", line 18, in from .utility_nodes import ( File "/content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-art-venture/modules/utility_nodes.py", line 15, in from comfy_extras.nodes_upscale_model import ImageUpscaleWithModel File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in from spandrel import ModelLoader, ImageModelDescriptor ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-art-venture module for custom nodes: No module named 'spandrel' !!!fish_speech path was added to /usr/local/lib/python3.10/dist-packages/fish_speech.pth if meet No module error,try python main.py again Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/mikey_nodes/init.py", line 1, in from .mikey_nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/content/drive/MyDrive/ComfyUI/custom_nodes/mikey_nodes/mikey_nodes.py", line 38, in spec.loader.exec_module(module) File "/content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py", line 3, in from spandrel import ModelLoader, ImageModelDescriptor ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/mikey_nodes module for custom nodes: No module named 'spandrel'

N-Suite Revision: ab4af9de

Current version of packaging: 24.0 Version of cpuinfo: Not found Current version of git: 3.1.43 Current version of moviepy: 1.0.3 Current version of cv2: 4.7.0 Current version of skbuild: 0.17.6 Version of typing: Not found Current version of diskcache: 5.6.3 Current version of llama_cpp: 0.2.26+cu121 Current version of timm: 0.9.12 error: XDG_RUNTIME_DIR not set in the environment. ALSA lib confmisc.c:855:(parse_card) cannot find card '0' ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default ALSA lib confmisc.c:855:(parse_card) cannot find card '0' ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_card_inum returned error: No such file or directory ALSA lib confmisc.c:422:(snd_func_concat) error evaluating strings ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_concat returned error: No such file or directory ALSA lib confmisc.c:1334:(snd_func_refer) error evaluating name ALSA lib conf.c:5178:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directory ALSA lib conf.c:5701:(snd_config_expand) Evaluate error: No such file or directory ALSA lib pcm.c:2664:(snd_pcm_open_noupdate) Unknown PCM default Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/save-image-extended-comfyui/init.py", line 14, in from .save_image_extended import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS File "/content/drive/MyDrive/ComfyUI/custom_nodes/save-image-extended-comfyui/save_image_extended.py", line 14 version = 2.6.5 ^^ SyntaxError: invalid syntax

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/save-image-extended-comfyui module for custom nodes: invalid syntax (save_image_extended.py, line 14) Ib Custom Nodes: Loaded Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/facerestore_cf/init.py", line 8, in from custom_nodes.facerestore_cf.facelib.utils.face_restoration_helper import FaceRestoreHelper File "/content/drive/MyDrive/ComfyUI/custom_nodes/facerestore_cf/init.py", line 11, in from comfy_extras.chainner_models import model_loading File "/content/drive/MyDrive/ComfyUI/comfy_extras/chainner_models/model_loading.py", line 1, in from spandrel import ModelLoader ModuleNotFoundError: No module named 'spandrel'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/facerestore_cf module for custom nodes: No module named 'spandrel' Ignoring node 'CV2TonemapDurand' due to cv2 edition/version Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Fill-Nodes/init.py", line 5, in from .fl_audio_preview import FL_AudioPreview File "/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Fill-Nodes/fl_audio_preview.py", line 3, in import sounddevice as sd File "/usr/local/lib/python3.10/dist-packages/sounddevice.py", line 71, in raise OSError('PortAudio library not found') OSError: PortAudio library not found

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Fill-Nodes module for custom nodes: PortAudio library not found Failed to auto update Quality of Life Suit QualityOfLifeSuit_Omar92_DIR: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-QualityOfLifeSuit_Omar92 Traceback (most recent call last): File "/content/drive/MyDrive/ComfyUI/nodes.py", line 1879, in load_custom_node module_spec.loader.exec_module(module) File "", line 879, in exec_module File "", line 1016, in get_code File "", line 1073, in get_data FileNotFoundError: [Errno 2] No such file or directory: '/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_ID_Animator/init.py'

Cannot import /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_ID_Animator module for custom nodes: [Errno 2] No such file or directory: '/content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_ID_Animator/init.py'

Import times for custom nodes: 0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_ID_Animator 0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/BrushNet 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/gcLatentTunnel.py 0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/websocket_image_save.py 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Image-Selector 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-sampler-lcm-alternative 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Logic 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Ib_CustomNodes 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/extended-saveimage-comfyui 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/Vector_Sculptor_ComfyUI 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-RAVE 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_JPS-Nodes 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/cg-use-everywhere 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_ADV_CLIP_emb 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/masquerade-nodes-comfyui 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/sdxl_prompt_styler 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-post-processing-nodes 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfy-image-saver 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_essentials 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/cg-image-picker 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/sd-dynamic-thresholding 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-ResAdapter 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUi_NNLatentUpscale 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/sd-perturbed-attention 0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/save-image-extended-comfyui 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_IsaacNodes 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-MakeFrame 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-AutomaticCFG 0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-inpaint-nodes 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-WD14-Tagger 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-prompt-composer 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-QualityOfLifeSuit_Omar92 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-IC-Light 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Fans 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-AudioScheduler 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_ColorMod 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/clipseg.py 0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_tinyterraNodes 0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/mikey_nodes 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-various 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-SizeFromPresets 0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-art-venture 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-BRIA_AI-RMBG 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-IPAnimate 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_FaceAnalysis 0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/efficiency-nodes-comfyui 0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/was-node-suite-comfyui 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-animatediff 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Video-Matting 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_FizzNodes 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-KJNodes 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-layerdiffuse 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-FishSpeech 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-RAVE_ATTN 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Custom-Scripts 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/OneButtonPrompt 0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-reactor-node 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/steerable-motion 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/eden_comfy_pipelines 0.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_UltimateSDUpscale 0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-InstanceDiffusion 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Advanced-ControlNet 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-magic-clothing 0.1 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Frame-Interpolation 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-AnimateAnyone-Evolved 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_ExtraModels 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-workspace-manager 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/Derfuu_ComfyUI_ModdedNodes 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-portrait-master 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-dream-project 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/rgthree-comfy 0.1 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/facerestore_cf 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-UVR5 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-CCSR 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-prompt-control 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Inspire-Pack 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/komojini-comfyui-nodes 0.1 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes 0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite 0.2 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui_segment_anything 0.2 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/PuLID_ComfyUI 0.2 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Crystools 0.2 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfy_mtb 0.2 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Fill-Nodes 0.3 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Upscaler-Tensorrt 0.4 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager 0.5 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-IF_AI_tools 0.5 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_InstantID 0.6 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-N-Nodes 0.6 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_LayerStyle 0.6 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_VLM_nodes 0.8 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui_controlnet_aux 1.0 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/SeargeSDXL 1.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-mixlab-nodes 2.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-SUPIR 3.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Marigold 5.9 seconds (IMPORT FAILED): /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack

WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.

IMPORT FAILED: nodes_upscale_model.py

This issue might be caused by new missing dependencies added the last time you updated ComfyUI. Please do a: pip install -r requirements.txt

Setting output directory to: /content/OUTPUT_DIRECTORY Setting input directory to: /content/INPUT_DIRECTORY https_key OK: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-mixlab-nodes/https/certificate.crt /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-mixlab-nodes/https/private.key

ComfyUI finished loading, trying to launch cloudflared (if it gets stuck here cloudflared is having issues)

This is the URL to access ComfyUI: https://hanging-survivors-acceptance-tract.trycloudflare.com/ |

missing kornia spandrel packages issue is fixed.

trycloudflare.com/ |

Ty again Dr.! btw does trycloudflare.com need new link should be generated everytime i dissconnect from colab pro ?

!wget https://github.com/cloudflare/cloudflared/releases/latest/download/cloudflared-linux-amd64.deb
!dpkg -i cloudflared-linux-amd64.deb

or i can use the generated link more than once ?

thanks!

You are only borrowing the tunnel temporarily. You need to create a new one each time