File size: 3,680 Bytes
6fd97c7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
## ComfyUI-Manager: installing dependencies done.
[2025-01-27 14:37:32.547] ** ComfyUI startup time: 2025-01-27 14:37:32.547
[2025-01-27 14:37:32.547] ** Platform: Windows
[2025-01-27 14:37:32.547] ** Python version: 3.12.3 | packaged by conda-forge | (main, Apr 15 2024, 18:20:11) [MSC v.1938 64 bit (AMD64)]
[2025-01-27 14:37:32.547] ** Python executable: C:\Users\DELL\anaconda3\python.exe
[2025-01-27 14:37:32.547] ** ComfyUI Path: C:\Users\DELL\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI
[2025-01-27 14:37:32.547] ** ComfyUI Base Folder Path: C:\Users\DELL\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI
[2025-01-27 14:37:32.547] ** User directory: C:\Users\DELL\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\user
[2025-01-27 14:37:32.560] ** ComfyUI-Manager config path: C:\Users\DELL\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\user\default\ComfyUI-Manager\config.ini
[2025-01-27 14:37:32.563] ** Log path: C:\Users\DELL\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\user\comfyui.log

Prestartup times for custom nodes:
[2025-01-27 14:37:40.752]   14.3 seconds: C:\Users\DELL\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-manager
[2025-01-27 14:37:40.752] 
[2025-01-27 14:37:40.765] Could not import load_extra_path_config from main.py. Looking in utils.extra_config instead.
[2025-01-27 14:37:40.767] Could not find the extra_model_paths config file.
[2025-01-27 14:37:40.797] Traceback (most recent call last):
[2025-01-27 14:37:40.797]   File "C:\Users\DELL\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\app.py", line 118, in <module>
[2025-01-27 14:37:40.798]     from nodes import NODE_CLASS_MAPPINGS
[2025-01-27 14:37:40.798]   File "C:\Users\DELL\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\nodes.py", line 22, in <module>
[2025-01-27 14:37:40.798]     import comfy.diffusers_load
[2025-01-27 14:37:40.798]   File "C:\Users\DELL\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\diffusers_load.py", line 3, in <module>
[2025-01-27 14:37:40.803]     import comfy.sd
[2025-01-27 14:37:40.803]   File "C:\Users\DELL\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\sd.py", line 6, in <module>
[2025-01-27 14:37:40.803]     from comfy import model_management
[2025-01-27 14:37:40.803]   File "C:\Users\DELL\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\model_management.py", line 166, in <module>
[2025-01-27 14:37:40.806]     total_vram = get_total_memory(get_torch_device()) / (1024 * 1024)
[2025-01-27 14:37:40.806]                                   ^^^^^^^^^^^^^^^^^^
[2025-01-27 14:37:40.823]   File "C:\Users\DELL\Downloads\ComfyUI_windows_portable_nvidia\ComfyUI_windows_portable\ComfyUI\comfy\model_management.py", line 129, in get_torch_device
[2025-01-27 14:37:40.823]     return torch.device(torch.cuda.current_device())
[2025-01-27 14:37:40.823]                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2025-01-27 14:37:40.840]   File "C:\Users\DELL\anaconda3\Lib\site-packages\torch\cuda\__init__.py", line 940, in current_device
[2025-01-27 14:37:40.840]     _lazy_init()
[2025-01-27 14:37:40.840]   File "C:\Users\DELL\anaconda3\Lib\site-packages\torch\cuda\__init__.py", line 310, in _lazy_init
[2025-01-27 14:37:40.840]     raise AssertionError("Torch not compiled with CUDA enabled")
[2025-01-27 14:37:40.847] AssertionError: Torch not compiled with CUDA enabled