Spaces:
Running
on
L40S
Running
on
L40S
File size: 12,351 Bytes
4450790 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 |
## ComfyUI-Manager: installing dependencies done.
[2024-12-02 17:49:38.296] ** ComfyUI startup time: 2024-12-02 17:49:38.296680
[2024-12-02 17:49:38.296] ** Platform: Linux
[2024-12-02 17:49:38.297] ** Python version: 3.10.12 (main, Jun 11 2023, 05:26:28) [GCC 11.4.0]
[2024-12-02 17:49:38.297] ** Python executable: /usr/bin/python
[2024-12-02 17:49:38.297] ** ComfyUI Path: /home/ubuntu/comfy/ComfyUI/custom_nodes/ComfyUI-to-Python-Extension
[2024-12-02 17:49:38.297] ** Log path: /home/ubuntu/comfy/ComfyUI/custom_nodes/ComfyUI-to-Python-Extension/comfyui.log
[2024-12-02 17:49:40.015]
Prestartup times for custom nodes:
[2024-12-02 17:49:40.015] 0.0 seconds: /home/ubuntu/comfy/ComfyUI/custom_nodes/rgthree-comfy
[2024-12-02 17:49:40.015] 3.1 seconds: /home/ubuntu/comfy/ComfyUI/custom_nodes/ComfyUI-Manager
[2024-12-02 17:49:40.015]
Total VRAM 80995 MB, total RAM 201282 MB
[2024-12-02 17:49:40.338] pytorch version: 2.5.1+cu124
[2024-12-02 17:49:41.975] xformers version: 0.0.28.post1
[2024-12-02 17:49:41.976] Set vram state to: NORMAL_VRAM
[2024-12-02 17:49:41.976] Device: cuda:0 NVIDIA H100 PCIe : native
[2024-12-02 17:49:42.147] Using xformers cross attention
[2024-12-02 17:49:42.573] Could not find the extra_model_paths config file.
[2024-12-02 17:49:42.577] [Prompt Server] web root: /home/ubuntu/comfy/ComfyUI/web
[2024-12-02 17:49:42.695] /home/ubuntu/.local/lib/python3.10/site-packages/kornia/feature/lightglue.py:44: FutureWarning: `torch.cuda.amp.custom_fwd(args...)` is deprecated. Please use `torch.amp.custom_fwd(args..., device_type='cuda')` instead.
@torch.cuda.amp.custom_fwd(cast_inputs=torch.float32)
[2024-12-02 17:49:43.048] Traceback (most recent call last):
File "/home/ubuntu/comfy/ComfyUI/nodes.py", line 2036, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/home/ubuntu/comfy/ComfyUI/comfy_extras/nodes_audio.py", line 1, in <module>
import torchaudio
File "/home/ubuntu/.local/lib/python3.10/site-packages/torchaudio/__init__.py", line 2, in <module>
from . import _extension # noqa # usort: skip
File "/home/ubuntu/.local/lib/python3.10/site-packages/torchaudio/_extension/__init__.py", line 42, in <module>
_check_cuda_version()
File "/home/ubuntu/.local/lib/python3.10/site-packages/torchaudio/_extension/utils.py", line 175, in _check_cuda_version
raise RuntimeError(
RuntimeError: Detected that PyTorch and TorchAudio were compiled with different CUDA versions. PyTorch has CUDA version 12.4 whereas TorchAudio has CUDA version 12.1. Please install the TorchAudio version that matches your PyTorch version.
[2024-12-02 17:49:43.049] Cannot import /home/ubuntu/comfy/ComfyUI/comfy_extras/nodes_audio.py module for custom nodes: Detected that PyTorch and TorchAudio were compiled with different CUDA versions. PyTorch has CUDA version 12.4 whereas TorchAudio has CUDA version 12.1. Please install the TorchAudio version that matches your PyTorch version.
[2024-12-02 17:49:43.358] ------------------------------------------
[2024-12-02 17:49:43.358] [34mComfyroll Studio v1.76 : [92m 175 Nodes Loaded[0m
[2024-12-02 17:49:43.358] ------------------------------------------
[2024-12-02 17:49:43.358] ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
[2024-12-02 17:49:43.358] ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki
[2024-12-02 17:49:43.358] ------------------------------------------
[2024-12-02 17:49:45.933] /home/ubuntu/.local/lib/python3.10/site-packages/numba/np/ufunc/parallel.py:371: NumbaWarning: [1mThe TBB threading layer requires TBB version 2021 update 6 or later i.e., TBB_INTERFACE_VERSION >= 12060. Found TBB_INTERFACE_VERSION = 12050. The TBB threading layer is disabled.[0m
warnings.warn(problem)
[2024-12-02 17:49:46.079] [36;20m[comfy_mtb] | INFO -> loaded [96m87[0m nodes successfuly[0m
[2024-12-02 17:49:46.090] Total VRAM 80995 MB, total RAM 201282 MB
[2024-12-02 17:49:46.090] pytorch version: 2.5.1+cu124
[2024-12-02 17:49:46.090] xformers version: 0.0.28.post1
[2024-12-02 17:49:46.090] Set vram state to: NORMAL_VRAM
[2024-12-02 17:49:46.090] Device: cuda:0 NVIDIA H100 PCIe : native
[2024-12-02 17:49:46.124] ComfyUI found: /home/ubuntu/comfy/ComfyUI
[2024-12-02 17:49:46.124] '/home/ubuntu/comfy/ComfyUI' added to sys.path
[2024-12-02 17:49:46.134] ### Loading: ComfyUI-Manager (V2.54)
[2024-12-02 17:49:46.227] ### ComfyUI Revision: 2876 [8e4118c0] | Released on '2024-12-01'
[2024-12-02 17:49:46.252]
[2024-12-02 17:49:46.252] [92m[rgthree-comfy] Loaded 42 epic nodes. π[00m
[2024-12-02 17:49:46.252]
[2024-12-02 17:49:46.252]
Import times for custom nodes:
[2024-12-02 17:49:46.252] 0.0 seconds: /home/ubuntu/comfy/ComfyUI/custom_nodes/ComfyUI-SaveAsScript
[2024-12-02 17:49:46.252] 0.0 seconds: /home/ubuntu/comfy/ComfyUI/custom_nodes/websocket_image_save.py
[2024-12-02 17:49:46.252] 0.0 seconds: /home/ubuntu/comfy/ComfyUI/custom_nodes/ComfyUI_essentials
[2024-12-02 17:49:46.252] 0.0 seconds: /home/ubuntu/comfy/ComfyUI/custom_nodes/ComfyUI-DepthAnythingV2
[2024-12-02 17:49:46.252] 0.0 seconds: /home/ubuntu/comfy/ComfyUI/custom_nodes/rgthree-comfy
[2024-12-02 17:49:46.252] 0.0 seconds: /home/ubuntu/comfy/ComfyUI/custom_nodes/ComfyUI-KJNodes
[2024-12-02 17:49:46.252] 0.0 seconds: /home/ubuntu/comfy/ComfyUI/custom_nodes/ComfyUI-to-Python-Extension
[2024-12-02 17:49:46.252] 0.1 seconds: /home/ubuntu/comfy/ComfyUI/custom_nodes/ComfyUI-Manager
[2024-12-02 17:49:46.252] 0.3 seconds: /home/ubuntu/comfy/ComfyUI/custom_nodes/ComfyUI_Comfyroll_CustomNodes
[2024-12-02 17:49:46.252] 2.7 seconds: /home/ubuntu/comfy/ComfyUI/custom_nodes/comfy_mtb
[2024-12-02 17:49:46.253]
[2024-12-02 17:49:46.253] WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.
[2024-12-02 17:49:46.253] IMPORT FAILED: nodes_audio.py
[2024-12-02 17:49:46.253]
This issue might be caused by new missing dependencies added the last time you updated ComfyUI.
[2024-12-02 17:49:46.253] Please do a: pip install -r requirements.txt
[2024-12-02 17:49:46.253]
[2024-12-02 17:49:46.432] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[2024-12-02 17:49:46.443] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[2024-12-02 17:49:46.458] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
[2024-12-02 17:49:46.487] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[2024-12-02 17:49:46.544] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
[2024-12-02 17:49:47.350] clip missing: ['text_projection.weight']
[2024-12-02 17:49:47.567] Using xformers attention in VAE
[2024-12-02 17:49:47.568] Using xformers attention in VAE
[2024-12-02 17:49:47.965] model weight dtype torch.bfloat16, manual cast: None
[2024-12-02 17:49:47.965] model_type FLUX
[2024-12-02 17:49:50.661] Loading model from: /home/ubuntu/comfy/ComfyUI/models/depthanything/depth_anything_v2_vitl_fp32.safetensors
[2024-12-02 17:49:50.664] using MLP layer as FFN
[2024-12-02 17:49:51.223] Running on local URL: http://127.0.0.1:7860
[2024-12-02 17:49:51.528] HTTP Request: GET http://127.0.0.1:7860/startup-events "HTTP/1.1 200 OK"
[2024-12-02 17:49:51.816] HTTP Request: GET https://checkip.amazonaws.com/ "HTTP/1.1 200 "
[2024-12-02 17:49:51.833] HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
[2024-12-02 17:49:51.835] /home/ubuntu/.local/lib/python3.10/site-packages/gradio/analytics.py:106: UserWarning: IMPORTANT: You are using gradio version 4.42.0, however version 4.44.1 is available, please upgrade.
--------
warnings.warn(
[2024-12-02 17:49:53.722] HTTP Request: HEAD http://127.0.0.1:7860/ "HTTP/1.1 200 OK"
[2024-12-02 17:49:54.057] HTTP Request: GET https://api.gradio.app/v2/tunnel-request "HTTP/1.1 200 OK"
[2024-12-02 17:49:54.245] Running on public URL: https://a8a0ef5c1ddba31194.gradio.live
[2024-12-02 17:49:54.245]
This share link expires in 72 hours. For free permanent hosting and GPU upgrades, run `gradio deploy` from Terminal to deploy to Spaces (https://huggingface.co/spaces)
[2024-12-02 17:50:30.121] Requested to load FluxClipModel_
[2024-12-02 17:50:30.121] Loading 1 new model
[2024-12-02 17:50:31.803] loaded completely 0.0 9319.23095703125 True
[2024-12-02 17:50:32.548] Requested to load AutoencodingEngine
[2024-12-02 17:50:32.549] Loading 1 new model
[2024-12-02 17:50:32.582] loaded completely 0.0 159.87335777282715 True
[2024-12-02 17:50:34.410] Requested to load CLIPVisionModelProjection
[2024-12-02 17:50:34.410] Loading 1 new model
[2024-12-02 17:50:34.538] loaded completely 0.0 787.7150573730469 True
[2024-12-02 17:50:34.812] Requested to load Flux
[2024-12-02 17:50:34.813] Loading 1 new model
[2024-12-02 17:50:37.911] loaded completely 0.0 22700.509887695312 True
[2024-12-02 17:50:47.688]
100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 28/28 [00:09<00:00, 2.82it/s]
100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 28/28 [00:09<00:00, 2.87it/s]
[2024-12-02 17:50:48.181] Traceback (most recent call last):
[2024-12-02 17:50:48.181] File "/home/ubuntu/comfy/ComfyUI/custom_nodes/ComfyUI-to-Python-Extension/demo_1.py", line 12, in get_value_at_index
return obj[index]
[2024-12-02 17:50:48.181] KeyError: 0
[2024-12-02 17:50:48.181]
During handling of the above exception, another exception occurred:
[2024-12-02 17:50:48.181] Traceback (most recent call last):
[2024-12-02 17:50:48.181] File "/home/ubuntu/.local/lib/python3.10/site-packages/gradio/queueing.py", line 536, in process_events
response = await route_utils.call_process_api(
[2024-12-02 17:50:48.182] File "/home/ubuntu/.local/lib/python3.10/site-packages/gradio/route_utils.py", line 321, in call_process_api
output = await app.get_blocks().process_api(
[2024-12-02 17:50:48.182] File "/home/ubuntu/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1935, in process_api
result = await self.call_function(
[2024-12-02 17:50:48.182] File "/home/ubuntu/.local/lib/python3.10/site-packages/gradio/blocks.py", line 1520, in call_function
prediction = await anyio.to_thread.run_sync( # type: ignore
[2024-12-02 17:50:48.182] File "/home/ubuntu/.local/lib/python3.10/site-packages/anyio/to_thread.py", line 33, in run_sync
return await get_asynclib().run_sync_in_worker_thread(
[2024-12-02 17:50:48.182] File "/home/ubuntu/.local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 877, in run_sync_in_worker_thread
return await future
[2024-12-02 17:50:48.182] File "/home/ubuntu/.local/lib/python3.10/site-packages/anyio/_backends/_asyncio.py", line 807, in run
result = context.run(func, *args)
[2024-12-02 17:50:48.182] File "/home/ubuntu/.local/lib/python3.10/site-packages/gradio/utils.py", line 826, in wrapper
response = f(*args, **kwargs)
[2024-12-02 17:50:48.182] File "/home/ubuntu/comfy/ComfyUI/custom_nodes/ComfyUI-to-Python-Extension/demo_1.py", line 277, in generate_image
return get_value_at_index(saved, 0)
[2024-12-02 17:50:48.182] File "/home/ubuntu/comfy/ComfyUI/custom_nodes/ComfyUI-to-Python-Extension/demo_1.py", line 14, in get_value_at_index
return obj["result"][index]
[2024-12-02 17:50:48.183] KeyError: 'result'
[2024-12-02 17:50:48.183] [2024-12-02 17:59:19.076] Keyboard interruption in main thread... closing server.
[2024-12-02 17:59:19.181] Killing tunnel 127.0.0.1:7860 <> https://a8a0ef5c1ddba31194.gradio.live
|