File size: 17,538 Bytes
b966a36
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
## ComfyUI-Manager: installing dependencies done.
[2024-06-14 03:00] ** ComfyUI startup time: 2024-06-14 03:00:18.585475
[2024-06-14 03:00] ** Platform: Windows
[2024-06-14 03:00] ** Python version: 3.11.9 (tags/v3.11.9:de54cf5, Apr  2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
[2024-06-14 03:00] ** Python executable: C:\Users\bewiz\AppData\Local\Programs\Python\Python311\python.exe
[2024-06-14 03:00] ** Log path: C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\comfyui.log
[2024-06-14 03:00] 
Prestartup times for custom nodes:
[2024-06-14 03:00]    0.0 seconds: C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
[2024-06-14 03:00]    1.2 seconds: C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
[2024-06-14 03:00] 
Total VRAM 12282 MB, total RAM 32604 MB
[2024-06-14 03:00] pytorch version: 2.0.1+cu118
[2024-06-14 03:00] Set vram state to: NORMAL_VRAM
[2024-06-14 03:00] Device: cuda:0 NVIDIA GeForce RTX 4070 : cudaMallocAsync
[2024-06-14 03:00] VAE dtype: torch.bfloat16
[2024-06-14 03:00] Using pytorch cross attention
[2024-06-14 03:00] Traceback (most recent call last):
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1890, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\anynode\__init__.py", line 8, in <module>
    from .nodes.any import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS, AnyNode
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\anynode\nodes\any.py", line 16, in <module>
    import os, json, random, string, sys, math, datetime, collections, itertools, functools, urllib, shutil, re, torch, time, decimal, matplotlib, io, base64, wave, chromadb, uuid, scipy, torchaudio, torchvision, cv2, PIL
ModuleNotFoundError: No module named 'chromadb'

[2024-06-14 03:00] Cannot import C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\anynode module for custom nodes: No module named 'chromadb'
[2024-06-14 03:00] Traceback (most recent call last):
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1890, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ADMotionDirector\__init__.py", line 1, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ADMotionDirector\nodes.py", line 10, in <module>
    from omegaconf import OmegaConf
ModuleNotFoundError: No module named 'omegaconf'

[2024-06-14 03:00] Cannot import C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ADMotionDirector module for custom nodes: No module named 'omegaconf'
[2024-06-14 03:00] [AnimateDiff] - ERROR - No models available. Please download one and put it in models folder
[2024-06-14 03:00] Adding C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes to sys.path
[2024-06-14 03:00] 
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!
[2024-06-14 03:00] Efficiency Nodes Warning: Failed to import python package 'simpleeval'; related nodes disabled.
[2024-06-14 03:00] 
[2024-06-14 03:00] Loaded Efficiency nodes from C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
[2024-06-14 03:00] Loaded ControlNetPreprocessors nodes from C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
[2024-06-14 03:00] Loaded AdvancedControlNet nodes from C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
[2024-06-14 03:00] Loaded AnimateDiff from C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff\animatediff/sliding_schedule.py
[2024-06-14 03:00] C:\Users\bewiz\AppData\Local\Programs\Python\Python311\Lib\site-packages\torchvision\datapoints\__init__.py:12: UserWarning: The torchvision.datapoints and torchvision.transforms.v2 namespaces are still Beta. While we do not expect major breaking changes, some APIs may still change according to user feedback. Please submit any feedback you may have in this issue: https://github.com/pytorch/vision/issues/6753, and you can also check out https://github.com/pytorch/vision/issues/7319 to learn more about the APIs that we suspect might involve future changes. You can silence this warning by calling torchvision.disable_beta_transforms_warning().
  warnings.warn(_BETA_TRANSFORMS_WARNING)
[2024-06-14 03:00] C:\Users\bewiz\AppData\Local\Programs\Python\Python311\Lib\site-packages\torchvision\transforms\v2\__init__.py:54: UserWarning: The torchvision.datapoints and torchvision.transforms.v2 namespaces are still Beta. While we do not expect major breaking changes, some APIs may still change according to user feedback. Please submit any feedback you may have in this issue: https://github.com/pytorch/vision/issues/6753, and you can also check out https://github.com/pytorch/vision/issues/7319 to learn more about the APIs that we suspect might involve future changes. You can silence this warning by calling torchvision.disable_beta_transforms_warning().
  warnings.warn(_BETA_TRANSFORMS_WARNING)
[2024-06-14 03:00] Loaded IPAdapter nodes from C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
[2024-06-14 03:00] Loaded VideoHelperSuite from C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
[2024-06-14 03:00] ### Loading: ComfyUI-Impact-Pack (V5.12)
[2024-06-14 03:00] ### Loading: ComfyUI-Impact-Pack (Subpack: V0.6)
[2024-06-14 03:00] ### Loading: ComfyUI-Impact-Pack (V5.12)
[2024-06-14 03:00] Loaded ImpactPack nodes from C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
[2024-06-14 03:00] [Impact Pack] Wildcards loading done.
[2024-06-14 03:00] [Impact Pack] Wildcards loading done.
[2024-06-14 03:00] Traceback (most recent call last):
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1890, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools\__init__.py", line 10, in <module>
    from .core import version, logger
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools\core\__init__.py", line 5, in <module>
    from .common import *
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools\core\common.py", line 4, in <module>
    from deepdiff import DeepDiff
ModuleNotFoundError: No module named 'deepdiff'

[2024-06-14 03:00] Cannot import C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools module for custom nodes: No module named 'deepdiff'
[2024-06-14 03:00] Traceback (most recent call last):
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1890, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Disco-Diffusion\__init__.py", line 3, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Disco-Diffusion\nodes.py", line 24, in <module>
    from .settings import DiscoDiffusionSettings
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Disco-Diffusion\settings.py", line 11, in <module>
    import lpips
ModuleNotFoundError: No module named 'lpips'

[2024-06-14 03:00] Cannot import C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Disco-Diffusion module for custom nodes: No module named 'lpips'
[2024-06-14 03:00] ### Loading: ComfyUI-Impact-Pack (V5.12)
[2024-06-14 03:00] [Impact Pack] Wildcards loading done.
[2024-06-14 03:00] ### Loading: ComfyUI-Inspire-Pack (V0.75.2)
[2024-06-14 03:00] Total VRAM 12282 MB, total RAM 32604 MB
[2024-06-14 03:00] pytorch version: 2.0.1+cu118
[2024-06-14 03:00] Set vram state to: NORMAL_VRAM
[2024-06-14 03:00] Device: cuda:0 NVIDIA GeForce RTX 4070 : cudaMallocAsync
[2024-06-14 03:00] VAE dtype: torch.bfloat16
[2024-06-14 03:00] Traceback (most recent call last):
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1890, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Malefish-Custom-Scripts\__init__.py", line 3, in <module>
    from .py.conditioning.random_prompt import *
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Malefish-Custom-Scripts\py\conditioning\random_prompt.py", line 8, in <module>
    from dynamicprompts.sampling_context import SamplingContext
ModuleNotFoundError: No module named 'dynamicprompts'

[2024-06-14 03:00] Cannot import C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Malefish-Custom-Scripts module for custom nodes: No module named 'dynamicprompts'
[2024-06-14 03:00] ### Loading: ComfyUI-Manager (V2.38)
[2024-06-14 03:00] ### ComfyUI Revision: 2246 [0eaa34ec] | Released on '2024-06-12'
[2024-06-14 03:00] Failed to auto update `Quality of Life Suit` 
[2024-06-14 03:00] QualityOfLifeSuit_Omar92_DIR: C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
[2024-06-14 03:00] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[2024-06-14 03:00] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[2024-06-14 03:00] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
[2024-06-14 03:00] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
[2024-06-14 03:00] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[2024-06-14 03:00] Traceback (most recent call last):
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1890, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\__init__.py", line 23, in <module>
    from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 15, in <module>
    from insightface.app.common import Face
ModuleNotFoundError: No module named 'insightface.app'

[2024-06-14 03:00] Cannot import C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'insightface.app'
[2024-06-14 03:00] C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI
[2024-06-14 03:00] ############################################
[2024-06-14 03:00] C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-NAI-styler\CSV
[2024-06-14 03:00] ############################################
[2024-06-14 03:00] []
[2024-06-14 03:00] ############################################
[2024-06-14 03:00] (pysssss:WD14Tagger) [ERROR] onnxruntime is required, please check requirements are installed.
[2024-06-14 03:00] Skip C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger module for custom nodes due to the lack of NODE_CLASS_MAPPINGS.
[2024-06-14 03:00] ------------------------------------------
[2024-06-14 03:00] Comfyroll Studio v1.76 :  175 Nodes Loaded
[2024-06-14 03:00] ------------------------------------------
[2024-06-14 03:00] ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
[2024-06-14 03:00] ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki
[2024-06-14 03:00] ------------------------------------------
[2024-06-14 03:00] Traceback (most recent call last):
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1890, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes\__init__.py", line 57, in <module>
    from .ScheduledNodes import (
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes\ScheduledNodes.py", line 4, in <module>
    import numexpr
ModuleNotFoundError: No module named 'numexpr'

[2024-06-14 03:00] Cannot import C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes module for custom nodes: No module named 'numexpr'
[2024-06-14 03:00] Traceback (most recent call last):
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1890, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle\__init__.py", line 60, in <module>
    imported_module = importlib.import_module(".py.{}".format(name), __name__)
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\bewiz\AppData\Local\Programs\Python\Python311\Lib\importlib\__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1204, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1176, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 940, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\add_grain.py", line 1, in <module>
    from .imagefunc import *
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\imagefunc.py", line 40, in <module>
    from .blendmodes import *
  File "C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle\py\blendmodes.py", line 10, in <module>
    from blend_modes import difference, normal, screen, soft_light, lighten_only, dodge,   \
ModuleNotFoundError: No module named 'blend_modes'

[2024-06-14 03:00] Cannot import C:\Users\bewiz\OneDrive\Desktop\AI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle module for custom nodes: No module named 'blend_modes'
[2024-06-14 03:00] [tinyterraNodes] Loaded
[2024-06-14 03:00] [comfy_mtb] | INFO -> loaded 69 nodes successfuly
[2024-06-14 03:00] [comfy_mtb] | INFO -> Some nodes (10) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.