Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I'm using TensorFlow 2.15.0, but my environment has CUDA 12.2. Is there a Colab runtime with a compatible CUDA version, or are there workarounds to make it work? Unable to register cuDNN, cuFFT, cuBLAS factory #633

Open
Amit30swgoh opened this issue Apr 30, 2024 · 1 comment

Comments

@Amit30swgoh
Copy link

image

#RUN
!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

def iframe_thread(port):
while True:
time.sleep(0.5)
sock = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
result = sock.connect_ex(('127.0.0.1', port))
if result == 0:
break
sock.close()
print("\nComfyUI finished loading, trying to launch cloudflared (if it gets stuck here cloudflared is having issues)\n")

p = subprocess.Popen(["cloudflared", "tunnel", "--url", "http:https://127.0.0.1:{}".format(port)], stdout=subprocess.PIPE, stderr=subprocess.PIPE)
for line in p.stderr:
l = line.decode()
if "trycloudflare.com " in l:
print("This is the URL to access ComfyUI:", l[l.find("http"):], end='')
#print(l, end='')

threading.Thread(target=iframe_thread, daemon=True, args=(8188,)).start()

!python main.py --dont-print-server --verbose --highvram --force-fp16

--2024-04-30 09:37:32-- 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.4.1/cloudflared-linux-amd64.deb [following]
--2024-04-30 09:37:33-- https://github.com/cloudflare/cloudflared/releases/download/2024.4.1/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/974cbcb3-672c-4a16-ab31-ee17813c8510?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240430%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240430T093628Z&X-Amz-Expires=300&X-Amz-Signature=07dabe06eff98de751cbb3b5643d8f3a9d10d5ed61ade415e9c00f3e6c9163c0&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-04-30 09:37:33-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/106867604/974cbcb3-672c-4a16-ab31-ee17813c8510?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCODYLSA53PQK4ZA%2F20240430%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20240430T093628Z&X-Amz-Expires=300&X-Amz-Signature=07dabe06eff98de751cbb3b5643d8f3a9d10d5ed61ade415e9c00f3e6c9163c0&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.109.133, 185.199.108.133, 185.199.110.133, ...
Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 17786268 (17M) [application/octet-stream]
Saving to: ‘cloudflared-linux-amd64.deb.14’

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

2024-04-30 09:37:34 (39.3 MB/s) - ‘cloudflared-linux-amd64.deb.14’ saved [17786268/17786268]

(Reading database ... 123567 files and directories currently installed.)
Preparing to unpack cloudflared-linux-amd64.deb ...
Unpacking cloudflared (2024.4.1) over (2024.4.1) ...
Setting up cloudflared (2024.4.1) ...
Processing triggers for man-db (2.10.2-1) ...
** ComfyUI startup time: 2024-04-30 09:37:35.518119
** 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/drive/MyDrive/ComfyUI/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.2 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager

Total VRAM 15102 MB, total RAM 52218 MB
xformers version: 0.0.22.post7
Forcing FP16.
Set vram state to: HIGH_VRAM
Device: cuda:0 Tesla T4 : cudaMallocAsync
VAE dtype: torch.float32
etils.epath found. Using etils.epath for file I/O.
Using xformers cross attention
Using selector: EpollSelector
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_latent.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_hypernetwork.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_upscale_model.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_post_processing.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_mask.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_compositing.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_rebatch.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_model_merging.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_tomesd.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_clip_sdxl.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_canny.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_freelunch.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_custom_sampler.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_hypertile.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_model_advanced.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_model_downscale.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_images.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_video_model.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_sag.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_perpneg.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_stable3d.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_sdupscale.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_photomaker.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_cond.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_morphology.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_stable_cascade.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_differential_diffusion.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_ip2p.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_model_merging_model_specific.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_pag.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_align_your_steps.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_attention_multiply.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/comfy_extras/nodes_advanced_samplers.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager

Loading: ComfyUI-Manager (V2.24.1)

Popen(['git', 'rev-list', 'HEAD', '--'], cwd=/content/drive/MyDrive/ComfyUI, stdin=None, shell=False, universal_newlines=False)
Popen(['git', 'cat-file', '--batch-check'], cwd=/content/drive/MyDrive/ComfyUI, stdin=, shell=False, universal_newlines=False)
Popen(['git', 'cat-file', '--batch'], cwd=/content/drive/MyDrive/ComfyUI, stdin=, shell=False, universal_newlines=False)

ComfyUI Revision: 2150 [eecd69b5] | Released on '2024-04-29'

Using selector: EpollSelector
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui_controlnet_aux
[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']
matplotlib data path: /usr/local/lib/python3.10/dist-packages/matplotlib/mpl-data
CONFIGDIR=/root/.config/matplotlib
interactive is False
platform is linux
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
CACHEDIR=/root/.cache/matplotlib
Using fontManager instance from /root/.cache/matplotlib/fontlist-v330.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
DWPose: Onnxruntime with acceleration providers detected
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack

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

Loading: ComfyUI-Impact-Pack (Subpack: V0.5)

Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Custom-Scripts
[Impact Pack] Wildcards loading done.
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-WD14-Tagger
(pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, AzureExecutionProvider, CPUExecutionProvider
(pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-SUPIR
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-portrait-master
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-inpaint-nodes
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/rgthree-comfy
recursive file list on directory /content/drive/MyDrive/ComfyUI/models/checkpoints
found 23 files

[rgthree] Loaded 37 magnificent nodes.
[rgthree] Will use rgthree's optimized recursive execution.

Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/was-node-suite-comfyui
WAS Node Suite: OpenCV Python FFMPEG support is enabled
WAS Node Suite Warning: ffmpeg_bin_path is not set in /content/drive/MyDrive/ComfyUI/custom_nodes/was-node-suite-comfyui/was_suite_config.json config file. Will attempt to use system ffmpeg binaries if available.
WAS Node Suite: Finished. Loaded 211 nodes successfully.

"Your time is now. Start where you are and never stop." - Roy T. Bennett

Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/websocket_image_save.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Flowty-TripoSR
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Marigold
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-KJNodes
Total VRAM 15102 MB, total RAM 52218 MB
xformers version: 0.0.22.post7
Forcing FP16.
Set vram state to: HIGH_VRAM
Device: cuda:0 Tesla T4 : cudaMallocAsync
VAE dtype: torch.float32
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_essentials
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_InstantID
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_FaceAnalysis
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-IF_AI_tools
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Crystools
[Crystools INFO] Crystools version: 1.12.0
[Crystools INFO] CPU: Unknown - Arch: Unknown - OS: Linux 6.1.58+
[Crystools INFO] GPU/s:
[Crystools INFO] 0) Tesla T4
[Crystools INFO] NVIDIA Driver: 535.104.05
Using selector: EpollSelector
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-various
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes
recursive file list on directory /content/drive/MyDrive/ComfyUI/models/controlnet
found 16 files

Comfyroll Studio v1.76 : 175 Nodes Loaded

** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki

Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/sd-dynamic-thresholding
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/gcLatentTunnel.py
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/Derfuu_ComfyUI_ModdedNodes
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_VLM_nodes
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
2024-04-30 09:37:48.287548: 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-04-30 09:37:48.287604: 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-04-30 09:37:48.288884: 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
Falling back to TensorFlow client; we recommended you install the Cloud TPU client directly with pip install cloud-tpu-client.
Creating converter from 7 to 5
Creating converter from 5 to 7
Creating converter from 7 to 5
Creating converter from 5 to 7
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-layerdiffuse
/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)
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_smZNodes
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-art-venture
Adding /content/drive/MyDrive/ComfyUI/custom_nodes to sys.path
Could not find efficiency nodes
Loaded ControlNetPreprocessors nodes from /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui_controlnet_aux
Could not find AdvancedControlNet nodes
Could not find AnimateDiff nodes
Loaded IPAdapter nodes from /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus
Loaded VideoHelperSuite from /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite

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

Loaded ImpactPack nodes from /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack
[Impact Pack] Wildcards loading done.
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/cg-use-everywhere
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui_segment_anything
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-mixlab-nodes

Mixlab Nodes: Loaded

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

Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-BRIA_AI-RMBG
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use
recursive file list on directory /content/drive/MyDrive/ComfyUI/models/loras
found 5 files
recursive file list on directory /content/drive/MyDrive/ComfyUI/models/vae
found 2 files
Comfy-Easy-Use v1.1.6: Loaded
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/sd-perturbed-attention
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/comfy_mtb
[comfy_mtb] | INFO -> loaded 73 nodes successfuly
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/mikey_nodes
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyMath
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_FizzNodes
FizzleDorf Custom Nodes: Loaded
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved
recursive file list on directory /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved/models
found 1 files
recursive file list on directory /content/drive/MyDrive/ComfyUI/models/animatediff_models
found 2 files
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/facerestore_cf
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Noise
Trying to load custom node /content/drive/MyDrive/ComfyUI/custom_nodes/Plush-for-ComfyUI
Plush - Running on python installation: /usr/bin/python3, ver: 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
Plush - Current Openai Version: 1.12.0
Plush - Version: 1.21.8

Import times for custom nodes:
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/websocket_image_save.py
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-VideoHelperSuite
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/gcLatentTunnel.py
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/sd-perturbed-attention
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Noise
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/cg-use-everywhere
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/sd-dynamic-thresholding
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_essentials
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-BRIA_AI-RMBG
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-WD14-Tagger
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/mikey_nodes
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-inpaint-nodes
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_FizzNodes
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyMath
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-KJNodes
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_FaceAnalysis
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-layerdiffuse
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Custom-Scripts
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-portrait-master
0.0 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-various
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/Plush-for-ComfyUI
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-AnimateDiff-Evolved
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/Derfuu_ComfyUI_ModdedNodes
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/rgthree-comfy
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_smZNodes
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes
0.1 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Easy-Use
0.2 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Manager
0.2 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui_segment_anything
0.2 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/facerestore_cf
0.2 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Marigold
0.3 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Flowty-TripoSR
0.3 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-art-venture
0.3 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfy_mtb
0.3 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Crystools
0.4 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-Impact-Pack
0.5 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-IF_AI_tools
0.6 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui-mixlab-nodes
0.6 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_InstantID
0.8 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/comfyui_controlnet_aux
1.7 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI-SUPIR
1.8 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/was-node-suite-comfyui
2.9 seconds: /content/drive/MyDrive/ComfyUI/custom_nodes/ComfyUI_VLM_nodes

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://casey-don-grand-lib.trycloudflare.com/ |

@Amit30swgoh
Copy link
Author

Amit30swgoh commented Apr 30, 2024

image

I'm using TensorFlow 2.15.0, but my environment has CUDA 12.2. Is there a Colab runtime with a compatible CUDA version, or are there workarounds to make it work?

image
he mismatch between myTensorFlow build's intended CUDA version (12.2) and the actual CUDA version in myColab environment (12.2) is unlikely to be the core source of my"cuDNN/cuFFT/cuBLAS factory" errors. so i went to check Xformers

image
Do you know if there are release notes or a changelog for xformers?

someone suggested :

image

but not sure how to imply it via Google colab pro jypiter notebook recommended cloudflare ( not sure if its important i also mounted my google drive)

image

What It Means:

Colab Setup: My Colab Pro environment is successfully detecting and recognizing the GPU.
TensorFlow and CUDA: The core interaction between the TensorFlow installation and the CUDA libraries provided by Colab seems to be working correctly.
Focus Shifts to Xformers: This significantly increases the likelihood that the "cuDNN/cuFFT/cuBLAS" registration errors stem from how the 'xformers' library interacts with these components.

I need help with Xformers Investigation please

@Amit30swgoh Amit30swgoh changed the title Unable to register cuDNN, cuFFT, cuBLAS factory I'm using TensorFlow 2.15.0, but my environment has CUDA 12.2. Is there a Colab runtime with a compatible CUDA version, or are there workarounds to make it work? Unable to register cuDNN, cuFFT, cuBLAS factory Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant