ComfyUI
ComfyUI copied to clipboard
Commit cd5017c..2622c55 running extraordinarily slowly ...
Expected Behavior
To work like normal!
Actual Behavior
Working like swimming thru treacle!!!
Steps to Reproduce
efficiency-nodes-comfyui seems to be the culprit - I disabled these and all was back to normal!
Debug Logs
## ComfyUI-Manager: installing dependencies done.
[2024-08-18 09:44] ** ComfyUI startup time: 2024-08-18 09:44:44.173713
[2024-08-18 09:44] ** Platform: Windows
[2024-08-18 09:44] ** Python version: 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
[2024-08-18 09:44] ** Python executable: C:\Users\john_\AppData\Local\Programs\Python\Python310\python.exe
[2024-08-18 09:44] ** ComfyUI Path: X:\ComfyUI
[2024-08-18 09:44] ** Log path: X:\ComfyUI\comfyui.log
[2024-08-18 09:44] [SDFXBridgeForComfyUI] FATAL -> sdfx.config.json not found and not specified
[2024-08-18 09:44]
Prestartup times for custom nodes:
[2024-08-18 09:44] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Easy-Use
[2024-08-18 09:44] 0.0 seconds: X:\ComfyUI\custom_nodes\SDFXBridgeForComfyUI
[2024-08-18 09:44] 7.2 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Manager
[2024-08-18 09:44]
Total VRAM 8192 MB, total RAM 65482 MB
[2024-08-18 09:44] pytorch version: 2.4.0+cu124
[2024-08-18 09:44] WARNING[XFORMERS]: xFormers can't load C++/CUDA extensions. xFormers was built for:
PyTorch 2.3.1+cu118 with CUDA 1108 (you have 2.4.0+cu124)
Python 3.10.11 (you have 3.10.11)
Please reinstall xformers (see https://github.com/facebookresearch/xformers#installing-xformers)
Memory-efficient attention, SwiGLU, sparse and more won't be available.
Set XFORMERS_MORE_DETAILS=1 for more details
[2024-08-18 09:44] C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\xformers\ops\fmha\flash.py:211: FutureWarning: `torch.library.impl_abstract` was renamed to `torch.library.register_fake`. Please use that instead; we will remove `torch.library.impl_abstract` in a future version of PyTorch.
@torch.library.impl_abstract("xformers_flash::flash_fwd")
[2024-08-18 09:44] C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\xformers\ops\fmha\flash.py:344: FutureWarning: `torch.library.impl_abstract` was renamed to `torch.library.register_fake`. Please use that instead; we will remove `torch.library.impl_abstract` in a future version of PyTorch.
@torch.library.impl_abstract("xformers_flash::flash_bwd")
[2024-08-18 09:44] C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\xformers\ops\swiglu_op.py:128: FutureWarning: `torch.cuda.amp.custom_fwd(args...)` is deprecated. Please use `torch.amp.custom_fwd(args..., device_type='cuda')` instead.
def forward(cls, ctx, x, w1, b1, w2, b2, w3, b3):
[2024-08-18 09:44] C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\xformers\ops\swiglu_op.py:149: FutureWarning: `torch.cuda.amp.custom_bwd(args...)` is deprecated. Please use `torch.amp.custom_bwd(args..., device_type='cuda')` instead.
def backward(cls, ctx, dx5):
[2024-08-18 09:44] xformers version: 0.0.27+cu118
[2024-08-18 09:44] Set vram state to: NORMAL_VRAM
[2024-08-18 09:44] Device: cuda:0 NVIDIA GeForce RTX 2070 : cudaMallocAsync
[2024-08-18 09:44] Using pytorch cross attention
[2024-08-18 09:44] [Prompt Server] web root: X:\ComfyUI\web
[2024-08-18 09:44] C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\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-08-18 09:44] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\aegisflow\\__init__.py'
[2024-08-18 09:44] Cannot import X:\ComfyUI\custom_nodes\aegisflow module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\aegisflow\\__init__.py'
[2024-08-18 09:44] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\aura-sr\\__init__.py'
[2024-08-18 09:44] Cannot import X:\ComfyUI\custom_nodes\aura-sr module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\aura-sr\\__init__.py'
[2024-08-18 09:44] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\AuraFlow\\__init__.py'
[2024-08-18 09:44] Cannot import X:\ComfyUI\custom_nodes\AuraFlow module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\AuraFlow\\__init__.py'
[2024-08-18 09:44] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\Auto-Photoshop-StableDiffusion-Plugin\\__init__.py'
[2024-08-18 09:44] Cannot import X:\ComfyUI\custom_nodes\Auto-Photoshop-StableDiffusion-Plugin module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\Auto-Photoshop-StableDiffusion-Plugin\\__init__.py'
[2024-08-18 09:44] Note: NumExpr detected 16 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8.
[2024-08-18 09:44] NumExpr defaulting to 8 threads.
[2024-08-18 09:44] C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\colour\utilities\verbose.py:265: ColourWarning: "vaab/colour" was detected in "sys.path", please define a "COLOUR_SCIENCE__COLOUR__IMPORT_VAAB_COLOUR=True" environment variable to import its objects into "colour" namespace!
warn(*args, **kwargs) # noqa: B028
[2024-08-18 09:44] Web extensions folder found at X:\ComfyUI\web\extensions\ComfyLiterals
[2024-08-18 09:44] Adding X:\ComfyUI\custom_nodes to sys.path
[2024-08-18 09:44] Could not find efficiency nodes
[2024-08-18 09:44] [36;20m[comfyui_controlnet_aux] | INFO -> Using ckpts path: X:\ComfyUI_Base\Custom_Nodes\comfyui_controlnet_aux\ckpts[0m
[2024-08-18 09:44] [36;20m[comfyui_controlnet_aux] | INFO -> Using symlinks: False[0m
[2024-08-18 09:44] [36;20m[comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'][0m
[2024-08-18 09:44] DWPose: Onnxruntime with acceleration providers detected
[2024-08-18 09:44] Loaded ControlNetPreprocessors nodes from \\?\X:\ComfyUI_Base\custom_nodes\comfyui_controlnet_aux
[2024-08-18 09:44] Loaded AdvancedControlNet nodes from \\?\X:\ComfyUI_Base\custom_nodes\ComfyUI-Advanced-ControlNet
[2024-08-18 09:44] Could not find AnimateDiff nodes
[2024-08-18 09:44] Loaded IPAdapter nodes from \\?\X:\ComfyUI_Base\custom_nodes\ComfyUI_IPAdapter_plus
[2024-08-18 09:45] Loaded VideoHelperSuite from \\?\X:\ComfyUI_Base\custom_nodes\ComfyUI-VideoHelperSuite
[2024-08-18 09:45] ### Loading: ComfyUI-Impact-Pack (V7.1)
[2024-08-18 09:45] ### ComfyUI-Impact-Pack: Updating dependencies [0 -> 22]
[2024-08-18 09:45] ### ComfyUI-Impact-Pack: Check dependencies
[2024-08-18 09:45] ### ComfyUI-Impact-Pack: Updating subpack
[2024-08-18 09:45] [Impact Pack] EXECUTE: ['C:\\Users\\john_\\AppData\\Local\\Programs\\Python\\Python310\\python.exe', 'install.py'] in '\\?\X:\ComfyUI_Base\custom_nodes\ComfyUI-Impact-Pack\impact_subpack'
[2024-08-18 09:45] req_path: \\?\X:\ComfyUI_Base\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\requirements.txt
[2024-08-18 09:45] req_path: \\?\X:\ComfyUI_Base\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\requirements.txt
[2024-08-18 09:45] req_path: \\?\X:\ComfyUI_Base\custom_nodes\ComfyUI-Impact-Pack\requirements.txt
[2024-08-18 09:45] ### ComfyUI-Impact-Pack: Check basic models
[2024-08-18 09:45] [ERROR] ComfyUI-Impact-Pack: Dependency installation has failed. Please install manually.
[2024-08-18 09:45] Traceback (most recent call last):
[2024-08-18 09:45] File "\\?\X:\ComfyUI_Base\custom_nodes\ComfyUI-Impact-Pack\install.py", line 295, in <module>
install()
[2024-08-18 09:45] File "\\?\X:\ComfyUI_Base\custom_nodes\ComfyUI-Impact-Pack\install.py", line 292, in install
impact.config.write_config()
[2024-08-18 09:45] File "\\?\X:\ComfyUI_Base\custom_nodes\ComfyUI-Impact-Pack\modules\impact\config.py", line 25, in write_config
with open(config_path, 'w') as configfile:
[2024-08-18 09:45] OSError: [Errno 22] Invalid argument: '\\\\?\\X:\\ComfyUI_Base\\custom_nodes\\ComfyUI-Impact-Pack\\modules\\impact\\..\\..\\impact-pack.ini'
[2024-08-18 09:45] [2024-08-18 09:45] ### Loading: ComfyUI-Impact-Pack (Subpack: V0.6)
[2024-08-18 09:45] ### Loading: ComfyUI-Impact-Pack (V7.1)
[2024-08-18 09:45] ### ComfyUI-Impact-Pack: Updating dependencies [0 -> 22]
[2024-08-18 09:45] ### ComfyUI-Impact-Pack: Check dependencies
[2024-08-18 09:45] ### ComfyUI-Impact-Pack: Updating subpack
[2024-08-18 09:45] [Impact Pack] EXECUTE: ['C:\\Users\\john_\\AppData\\Local\\Programs\\Python\\Python310\\python.exe', 'install.py'] in 'X:\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack'
[2024-08-18 09:45] req_path: X:\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\requirements.txt
[2024-08-18 09:45] req_path: X:\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\requirements.txt
[2024-08-18 09:45] req_path: X:\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\requirements.txt
[2024-08-18 09:45] ### ComfyUI-Impact-Pack: Check basic models
[2024-08-18 09:45] [ERROR] ComfyUI-Impact-Pack: Dependency installation has failed. Please install manually.
Traceback (most recent call last):
[2024-08-18 09:45] File "X:\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\install.py", line 295, in <module>
install()
[2024-08-18 09:45] File "X:\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\install.py", line 292, in install
impact.config.write_config()
[2024-08-18 09:45] File "\\?\X:\ComfyUI_Base\custom_nodes\ComfyUI-Impact-Pack\modules\impact\config.py", line 25, in write_config
with open(config_path, 'w') as configfile:
[2024-08-18 09:45] OSError: [Errno 22] Invalid argument: '\\\\?\\X:\\ComfyUI_Base\\custom_nodes\\ComfyUI-Impact-Pack\\modules\\impact\\..\\..\\impact-pack.ini'
[2024-08-18 09:45] [2024-08-18 09:45] Loaded ImpactPack nodes from \\?\X:\ComfyUI_Base\custom_nodes\ComfyUI-Impact-Pack
[2024-08-18 09:45] [Impact Pack] Wildcards loading done.
[2024-08-18 09:45] [Impact Pack] Wildcards loading done.
[2024-08-18 09:45] X:\ComfyUI\custom_nodes\ComfyUI-ArtGallery\../../web/extensions/core/uploadImage.js
Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, 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 "X:\ComfyUI\custom_nodes\ComfyUI-ArtGallery\__init__.py", line 56, in <module>
modify_js_file(uploadimg_js_file_path, new_js_content)
File "X:\ComfyUI\custom_nodes\ComfyUI-ArtGallery\__init__.py", line 5, in modify_js_file
with open(file_path, 'r') as file:
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\ComfyUI-ArtGallery\\../../web/extensions/core/uploadImage.js'
[2024-08-18 09:45] Cannot import X:\ComfyUI\custom_nodes\ComfyUI-ArtGallery module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\ComfyUI-ArtGallery\\../../web/extensions/core/uploadImage.js'
[2024-08-18 09:45] [Crystools [0;32mINFO[0m] Crystools version: 1.16.6
[2024-08-18 09:45] [Crystools [0;32mINFO[0m] CPU: AMD Ryzen 7 2700X Eight-Core Processor - Arch: Arch unknown - OS: Windows 10
[2024-08-18 09:45] [Crystools [0;32mINFO[0m] Pynvml (Nvidia) initialized.
[2024-08-18 09:45] [Crystools [0;32mINFO[0m] GPU/s:
[2024-08-18 09:45] [Crystools [0;32mINFO[0m] 0) NVIDIA GeForce RTX 2070
[2024-08-18 09:45] [Crystools [0;32mINFO[0m] NVIDIA Driver: 560.81
[2024-08-18 09:45] From C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\keras\src\losses.py:2976: The name tf.losses.sparse_softmax_cross_entropy is deprecated. Please use tf.compat.v1.losses.sparse_softmax_cross_entropy instead.
[2024-08-18 09:45] [34m[ComfyUI-Easy-Use] server: [0mv1.2.2 [92mLoaded[0m
[2024-08-18 09:45] [34m[ComfyUI-Easy-Use] web root: [0mX:\ComfyUI_Base\Custom_Nodes\ComfyUI-Easy-Use\web_version/v2 [92mLoaded[0m
[2024-08-18 09:45] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, 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 "X:\ComfyUI\custom_nodes\ComfyUI-Easy-Use_old\__init__.py", line 19, in <module>
imported_module = importlib.import_module(".py.{}".format(module_name), __name__)
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "X:\ComfyUI\custom_nodes\ComfyUI-Easy-Use_old\py\easyNodes.py", line 1581, in <module>
from .dynamiCrafter import DynamiCrafter
File "X:\ComfyUI\custom_nodes\ComfyUI-Easy-Use_old\py\dynamiCrafter\__init__.py", line 9, in <module>
from .utils.model_utils import DynamiCrafterBase, DYNAMICRAFTER_CONFIG, load_image_proj_dict, load_dynamicrafter_dict, get_image_proj_model
File "X:\ComfyUI\custom_nodes\ComfyUI-Easy-Use_old\py\dynamiCrafter\utils\model_utils.py", line 10, in <module>
from comfy import sd2_clip
ImportError: cannot import name 'sd2_clip' from 'comfy' (unknown location)
[2024-08-18 09:45] Cannot import X:\ComfyUI\custom_nodes\ComfyUI-Easy-Use_old module for custom nodes: cannot import name 'sd2_clip' from 'comfy' (unknown location)
[2024-08-18 09:45] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, 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 "X:\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\__init__.py", line 9, in <module>
from .IFChatPromptNode import IFChatPrompt
File "X:\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\IFChatPromptNode.py", line 14, in <module>
from .send_request import send_request
File "X:\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\send_request.py", line 5, in <module>
from .groq_api import send_groq_request
File "X:\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools\groq_api.py", line 1, in <module>
from groq import Groq
ModuleNotFoundError: No module named 'groq'
[2024-08-18 09:45] Cannot import X:\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools module for custom nodes: No module named 'groq'
[2024-08-18 09:45] ### Loading: ComfyUI-Impact-Pack (V7.1)
[2024-08-18 09:45] ### ComfyUI-Impact-Pack: Updating dependencies [0 -> 22]
[2024-08-18 09:45] ### ComfyUI-Impact-Pack: Check dependencies
[2024-08-18 09:45] ### ComfyUI-Impact-Pack: Updating subpack
[2024-08-18 09:45] [Impact Pack] EXECUTE: ['C:\\Users\\john_\\AppData\\Local\\Programs\\Python\\Python310\\python.exe', 'install.py'] in 'X:\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack'
[2024-08-18 09:45] req_path: X:\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\requirements.txt
[2024-08-18 09:45] req_path: X:\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\impact_subpack\requirements.txt
[2024-08-18 09:45] req_path: X:\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\requirements.txt
[2024-08-18 09:45] ### ComfyUI-Impact-Pack: Check basic models
[2024-08-18 09:45] [ERROR] ComfyUI-Impact-Pack: Dependency installation has failed. Please install manually.
[2024-08-18 09:45] Traceback (most recent call last):
[2024-08-18 09:45] File "X:\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\install.py", line 295, in <module>
install()
[2024-08-18 09:45] File "X:\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\install.py", line 292, in install
impact.config.write_config()
[2024-08-18 09:45] File "\\?\X:\ComfyUI_Base\custom_nodes\ComfyUI-Impact-Pack\modules\impact\config.py", line 25, in write_config
with open(config_path, 'w') as configfile:
[2024-08-18 09:45] OSError: [Errno 22] Invalid argument: '\\\\?\\X:\\ComfyUI_Base\\custom_nodes\\ComfyUI-Impact-Pack\\modules\\impact\\..\\..\\impact-pack.ini'
[2024-08-18 09:45] [2024-08-18 09:45] [Impact Pack] Wildcards loading done.
[2024-08-18 09:45] ### Loading: ComfyUI-Inspire-Pack (V0.85.2)
Total VRAM 8192 MB, total RAM 65482 MB
[2024-08-18 09:45] pytorch version: 2.4.0+cu124
[2024-08-18 09:45] xformers version: 0.0.27+cu118
[2024-08-18 09:45] Set vram state to: NORMAL_VRAM
[2024-08-18 09:45] Device: cuda:0 NVIDIA GeForce RTX 2070 : cudaMallocAsync
[2024-08-18 09:45] Package diffusers is already installed.
[2024-08-18 09:45] [94mtheUpsiders Logic Nodes: [92mLoaded[0m
[2024-08-18 09:45] ### Loading: ComfyUI-Manager (V2.50.1)
[2024-08-18 09:45] ### ComfyUI Revision: 2563 [2622c55a] | Released on '2024-08-18'
[2024-08-18 09:45] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[2024-08-18 09:45] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
[2024-08-18 09:45] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
[2024-08-18 09:45] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
[2024-08-18 09:45] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
[2024-08-18 09:45] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, 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 "X:\ComfyUI\custom_nodes\comfyui-ollama\__init__.py", line 1, in <module>
from .CompfyuiOllama import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "X:\ComfyUI\custom_nodes\comfyui-ollama\CompfyuiOllama.py", line 3, in <module>
from ollama import Client
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\ollama\__init__.py", line 34, in <module>
_client = Client()
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\ollama\_client.py", line 65, in __init__
super().__init__(httpx.Client, host, **kwargs)
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\ollama\_client.py", line 54, in __init__
self._client = client(
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\httpx\_client.py", line 672, in __init__
self._transport = self._init_transport(
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\httpx\_client.py", line 720, in _init_transport
return HTTPTransport(
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\httpx\_transports\default.py", line 136, in __init__
self._pool = httpcore.ConnectionPool(
TypeError: ConnectionPool.__init__() got an unexpected keyword argument 'socket_options'
[2024-08-18 09:45] Cannot import X:\ComfyUI\custom_nodes\comfyui-ollama module for custom nodes: ConnectionPool.__init__() got an unexpected keyword argument 'socket_options'
[2024-08-18 09:45] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, 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 "X:\ComfyUI\custom_nodes\comfyui-ollama-prompt-encode\__init__.py", line 8, in <module>
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "X:\ComfyUI\custom_nodes\comfyui-ollama-prompt-encode\nodes\__init__.py", line 8, in <module>
from .OllamaPromptGenerator import OllamaPromptGenerator
File "X:\ComfyUI\custom_nodes\comfyui-ollama-prompt-encode\nodes\OllamaPromptGenerator.py", line 10, in <module>
from ollama import Client, Options
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\ollama\__init__.py", line 34, in <module>
_client = Client()
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\ollama\_client.py", line 65, in __init__
super().__init__(httpx.Client, host, **kwargs)
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\ollama\_client.py", line 54, in __init__
self._client = client(
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\httpx\_client.py", line 672, in __init__
self._transport = self._init_transport(
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\httpx\_client.py", line 720, in _init_transport
return HTTPTransport(
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\httpx\_transports\default.py", line 136, in __init__
self._pool = httpcore.ConnectionPool(
TypeError: ConnectionPool.__init__() got an unexpected keyword argument 'socket_options'
[2024-08-18 09:45] Cannot import X:\ComfyUI\custom_nodes\comfyui-ollama-prompt-encode module for custom nodes: ConnectionPool.__init__() got an unexpected keyword argument 'socket_options'
[2024-08-18 09:45] [34mOpenPose Editor: [92mLoaded[0m
[2024-08-18 09:45] Vector sculptor extension detected, can use SCULPT()
[2024-08-18 09:45] Use STYLE(weight_interpretation, normalization) at the start of a prompt to use advanced encodings
[2024-08-18 09:45] Weight interpretations available: comfy,A1111,compel,comfy++,down_weight,perp
[2024-08-18 09:45] Normalization types available: none,mean,length,length+mean
[2024-08-18 09:45] [0m[1;34m[SD Prompt Reader] [36mNode version: 1.3.3[0m
[2024-08-18 09:45] [0m[1;34m[SD Prompt Reader] [36mCore version: 1.3.4.post1[0m
[2024-08-18 09:45] [0;33m[ReActor][0m - [38;5;173mSTATUS[0m - [0;32mRunning v0.5.1-a6 in ComfyUI[0m
[2024-08-18 09:45] Torch version: 2.4.0+cu124
[2024-08-18 09:45] X:\ComfyUI
[2024-08-18 09:45] ############################################
[2024-08-18 09:45] X:\ComfyUI\custom_nodes\ComfyUI-NAI-styler\CSV
[2024-08-18 09:45] ############################################
[2024-08-18 09:45] []
[2024-08-18 09:45] ############################################
[2024-08-18 09:45] Workspace manager - Openning file hash dict
[2024-08-18 09:45] π¦π¦Loading: Workspace Manager (V2.1.0)
[2024-08-18 09:45] ------------------------------------------
[2024-08-18 09:45] [34mComfyroll Studio v1.76 : [92m 175 Nodes Loaded[0m
[2024-08-18 09:45] ------------------------------------------
[2024-08-18 09:45] ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
[2024-08-18 09:45] ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki
[2024-08-18 09:45] ------------------------------------------
[2024-08-18 09:45]
***ERROR IMPORTING sfast._C***
Unable to load stable-fast C extension.
Is it compatible with your PyTorch installation?
Or is it compatible with your CUDA version?
[2024-08-18 09:45]
[2024-08-18 09:45] ComfyUI_stable_fast: StableFast node import failed.
[2024-08-18 09:45] Traceback (most recent call last):
[2024-08-18 09:45] File "X:\ComfyUI\custom_nodes\ComfyUI_stable_fast.disable\__init__.py", line 10, in <module>
from .node import ApplyStableFastUnet
[2024-08-18 09:45] File "X:\ComfyUI\custom_nodes\ComfyUI_stable_fast.disable\node.py", line 2, in <module>
from sfast.compilers.diffusion_pipeline_compiler import CompilationConfig
[2024-08-18 09:45] File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\site-packages\sfast\__init__.py", line 23, in <module>
import sfast._C as _C
[2024-08-18 09:45] ImportError: DLL load failed while importing _C: The specified module could not be found.
[2024-08-18 09:45] [2024-08-18 09:45] ComfyUI_stable_fast: tensorrt_node import failed.
Traceback (most recent call last):
[2024-08-18 09:45] File "X:\ComfyUI\custom_nodes\ComfyUI_stable_fast.disable\__init__.py", line 26, in <module>
from .tensorrt_node import (
[2024-08-18 09:45] File "X:\ComfyUI\custom_nodes\ComfyUI_stable_fast.disable\tensorrt_node.py", line 13, in <module>
from .module.controlnet_tensorrt import (
[2024-08-18 09:45] File "X:\ComfyUI\custom_nodes\ComfyUI_stable_fast.disable\module\controlnet_tensorrt.py", line 1, in <module>
from .tensorrt_wrapper import CallableTensorRTEngineWrapper
[2024-08-18 09:45] File "X:\ComfyUI\custom_nodes\ComfyUI_stable_fast.disable\module\tensorrt_wrapper.py", line 19, in <module>
from .tensorrt_utilities import Engine
[2024-08-18 09:45] File "X:\ComfyUI\custom_nodes\ComfyUI_stable_fast.disable\module\tensorrt_utilities.py", line 25, in <module>
import onnx_graphsurgeon as gs
[2024-08-18 09:45] ModuleNotFoundError: No module named 'onnx_graphsurgeon'
[2024-08-18 09:45] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, 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 "X:\ComfyUI\custom_nodes\ComfyUI_stable_fast.disable\__init__.py", line 49, in <module>
raise Exception("import failed")
Exception: import failed
[2024-08-18 09:45] Cannot import X:\ComfyUI\custom_nodes\ComfyUI_stable_fast.disable module for custom nodes: import failed
[2024-08-18 09:45] [92m[tinyterraNodes] [32mLoaded[0m
[2024-08-18 09:45] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, 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 "X:\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\__init__.py", line 32, in <module>
from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "X:\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale\nodes.py", line 6, in <module>
from usdu_patch import usdu
File "X:\ComfyUI_Base\Custom_Nodes\ComfyUI_UltimateSDUpscale\usdu_patch.py", line 2, in <module>
from repositories import ultimate_upscale as usdu
File "X:\ComfyUI_Base\Custom_Nodes\ComfyUI_UltimateSDUpscale\repositories\__init__.py", line 14, in <module>
spec.loader.exec_module(ultimate_upscale)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI_Base\\Custom_Nodes\\ComfyUI_UltimateSDUpscale\\repositories\\ultimate_sd_upscale\\scripts\\ultimate-upscale.py'
[2024-08-18 09:45] Cannot import X:\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI_Base\\Custom_Nodes\\ComfyUI_UltimateSDUpscale\\repositories\\ultimate_sd_upscale\\scripts\\ultimate-upscale.py'
[2024-08-18 09:45] All packages from requirements.txt are installed and up to date.
[2024-08-18 09:45] llama-cpp installed
[2024-08-18 09:45] All packages from requirements.txt are installed and up to date.
[2024-08-18 09:45] AutoGPTQ installed
[2024-08-18 09:46] [36;20m[comfy_mtb] | INFO -> loaded [96m84[0m nodes successfuly[0m
[2024-08-18 09:46] [36;20m[comfy_mtb] | INFO -> Some nodes (2) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.[0m
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\CSBW_Style\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\CSBW_Style module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\CSBW_Style\\__init__.py'
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\dust3r\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\dust3r module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\dust3r\\__init__.py'
[2024-08-18 09:46] FaceDetailer: Model directory already exists
[2024-08-18 09:46] FaceDetailer: Model already exists
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\efficiency-nodes-comfyui-main\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\efficiency-nodes-comfyui-main module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\efficiency-nodes-comfyui-main\\__init__.py'
[2024-08-18 09:46] X:\ComfyUI\custom_nodes\failfast-comfyui-extensions\extensions
[2024-08-18 09:46] X:\ComfyUI\web\extensions\failfast-comfyui-extensions
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\FLUX.1-dev-Controlnet-Canny\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\FLUX.1-dev-Controlnet-Canny module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\FLUX.1-dev-Controlnet-Canny\\__init__.py'
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, 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 "X:\ComfyUI\custom_nodes\Fooocus_Nodes\__init__.py", line 43, in <module>
imported_module = importlib.import_module(
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\importlib\__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 883, in exec_module
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "X:\ComfyUI\custom_nodes\Fooocus_Nodes\py\api.py", line 9, in <module>
from modules.sdxl_styles import legal_style_names
ModuleNotFoundError: No module named 'modules.sdxl_styles'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\Fooocus_Nodes module for custom nodes: No module named 'modules.sdxl_styles'
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\Hires-Tiled-Diffusion-ControlNet-Tile-\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\Hires-Tiled-Diffusion-ControlNet-Tile- module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\Hires-Tiled-Diffusion-ControlNet-Tile-\\__init__.py'
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\insightface\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\insightface module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\insightface\\__init__.py'
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\insightface_old\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\insightface_old module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\insightface_old\\__init__.py'
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\InstantID\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\InstantID module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\InstantID\\__init__.py'
[2024-08-18 09:46] Downloading anime face detector...
[2024-08-18 09:46] Failed to download lbpcascade_animeface.xml so please download it in X:\ComfyUI_Base\Custom_Nodes\IPAdapter-ComfyUI.
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\JPS-ComfyUI-Workflows\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\JPS-ComfyUI-Workflows module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\JPS-ComfyUI-Workflows\\__init__.py'
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, 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 "X:\ComfyUI\custom_nodes\OneButtonPrompt\__init__.py", line 9, in <module>
from .OneButtonPromptNodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
File "X:\ComfyUI\custom_nodes\OneButtonPrompt\OneButtonPromptNodes.py", line 13, in <module>
from .build_dynamic_prompt import *
File "X:\ComfyUI\custom_nodes\OneButtonPrompt\build_dynamic_prompt.py", line 19, in <module>
OBPresets = OneButtonPresets()
File "X:\ComfyUI\custom_nodes\OneButtonPrompt\one_button_presets.py", line 14, in __init__
self.opb_presets = self.load_obp_presets()
File "X:\ComfyUI\custom_nodes\OneButtonPrompt\one_button_presets.py", line 18, in load_obp_presets
data = self._load_data(self.OBP_FILE)
File "X:\ComfyUI\custom_nodes\OneButtonPrompt\one_button_presets.py", line 30, in _load_data
return json.load(open(file_path))
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 293, in load
return loads(fp.read(),
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 346, in loads
return _default_decoder.decode(s)
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Users\john_\AppData\Local\Programs\Python\Python310\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\OneButtonPrompt module for custom nodes: Expecting value: line 1 column 1 (char 0)
[2024-08-18 09:46] [1;32m[Power Noise Suite]: π¦π¦π¦ [93m[3mMooOoo!!![0m π¦π¦π¦
[2024-08-18 09:46] [1;32m[Power Noise Suite]:[0m Tamed [93m11[0m wild nodes.
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\SD3-Controlnet-Canny\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\SD3-Controlnet-Canny module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\SD3-Controlnet-Canny\\__init__.py'
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\SD3-Controlnet-Pose\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\SD3-Controlnet-Pose module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\SD3-Controlnet-Pose\\__init__.py'
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\SD3-Controlnet-Tile\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\SD3-Controlnet-Tile module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\SD3-Controlnet-Tile\\__init__.py'
[2024-08-18 09:46] [SDFXBridgeForComfyUI] FATAL -> sdfx.config.json not found and not specified
[2024-08-18 09:46] Searge-SDXL v4.3.1 in X:\ComfyUI_Base\Custom_Nodes\SeargeSDXL
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\stable-diffusion-3-medium\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\stable-diffusion-3-medium module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\stable-diffusion-3-medium\\__init__.py'
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\stable-diffusion-prompt-reader\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\stable-diffusion-prompt-reader module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\stable-diffusion-prompt-reader\\__init__.py'
[2024-08-18 09:46] Traceback (most recent call last):
File "X:\ComfyUI\nodes.py", line 1993, in load_custom_node
module_spec.loader.exec_module(module)
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\SUPIR\\__init__.py'
[2024-08-18 09:46] Cannot import X:\ComfyUI\custom_nodes\SUPIR module for custom nodes: [Errno 2] No such file or directory: 'X:\\ComfyUI\\custom_nodes\\SUPIR\\__init__.py'
[2024-08-18 09:46] [34mWAS Node Suite: [0mBlenderNeko's Advanced CLIP Text Encode found, attempting to enable `CLIPTextEncode` support.[0m
[2024-08-18 09:46] [34mWAS Node Suite: [0m`CLIPTextEncode (BlenderNeko Advanced + NSP)` node enabled under `WAS Suite/Conditioning` menu.[0m
[2024-08-18 09:46] [34mWAS Node Suite: [0mOpenCV Python FFMPEG support is enabled[0m
[2024-08-18 09:46] [34mWAS Node Suite [93mWarning: [0m`ffmpeg_bin_path` is not set in `X:\ComfyUI\custom_nodes\was-node-suite-comfyui-main\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.[0m
[2024-08-18 09:46] [34mWAS Node Suite: [0mFinished.[0m [32mLoaded[0m [0m212[0m [32mnodes successfully.[0m
[2024-08-18 09:46]
[3m[93m"Don't be afraid to give up the good to go for the great."[0m[3m - John D. Rockefeller[0m
[2024-08-18 09:46]
[2024-08-18 09:46]
Import times for custom nodes:
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\SDXLAspectRatio.py
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\dequality.py
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\InstantID
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\insightface_old
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\Auto-Photoshop-StableDiffusion-Plugin
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\AuraFlow
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\Hires-Tiled-Diffusion-ControlNet-Tile-
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\SD3-Controlnet-Pose
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\efficiency-nodes-comfyui-main
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\SD3-Controlnet-Tile
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\JPS-ComfyUI-Workflows
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\dust3r
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\CSBW_Style
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\SUPIR
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\aura-sr
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\sdxl-recommended-res-calc
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-SDXL-EmptyLatentImage
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\comfyui_easy_padding
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI_SimpleMath
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\FLUX.1-dev-Controlnet-Canny
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\sdxl_prompt_styler
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\noise_latent_perlinpinpin
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\Vector_Sculptor_ComfyUI
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-StableDiffusion3-API
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\insightface
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\save-image-extended-comfyui
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\stable-diffusion-prompt-reader
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI_CreaPrompt
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI_Noise
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\cg-use-everywhere
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\SD3-Controlnet-Canny
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\comfyui-photoshop
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-GlifNodes
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Logic
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\ComfyUI-ArtGallery
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Inpaint-CropAndStitch
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI_TiledKSampler
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\cg-image-picker
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\comfyui-prompt-composer
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\aegisflow
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\sd-perturbed-attention
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\stable-diffusion-3-medium
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI_restart_sampling
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\masquerade-nodes-comfyui
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-post-processing-nodes
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Fans
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Chibi-Nodes
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyLiterals
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-OpenPose-Editor
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-AutomaticCFG
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI_ELLA
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-ELLA
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUi_PromptStylers
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\sigmas_tools_and_the_golden_scheduler
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Universal-Styler
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\PowerNoiseSuite
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\comfyui_controlnet_aux
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\UltraCascade
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Extra-Samplers
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\images-grid-comfy-plugin
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\Fooocus_Nodes
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\comfyui-portrait-master
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\IPAdapter-ComfyUI
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyMath
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI_essentials
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\DZ-FaceDetailer
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\mikey_nodes
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\OneButtonPrompt
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\comfyui-browser
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-LCM
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\bsz-cui-extras
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\comfy-image-saver
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\failfast-comfyui-extensions
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\comfyui-ollama-prompt-encode
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\ComfyUI-IF_AI_tools
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\SDFXBridgeForComfyUI
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-ODE
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI_ExtraModels
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-KJNodes
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\ComfyUI_stable_fast.disable
[2024-08-18 09:46] 0.0 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\ComfyUI-Easy-Use_old
[2024-08-18 09:46] 0.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI_stable_fast
[2024-08-18 09:46] 0.1 seconds: X:\ComfyUI\custom_nodes\ComfyUI_smZNodes
[2024-08-18 09:46] 0.1 seconds: X:\ComfyUI\custom_nodes\facerestore_cf
[2024-08-18 09:46] 0.1 seconds: X:\ComfyUI\custom_nodes\ComfyUI_bitsandbytes_NF4
[2024-08-18 09:46] 0.1 seconds: X:\ComfyUI\custom_nodes\comfyui-workspace-manager
[2024-08-18 09:46] 0.1 seconds: X:\ComfyUI\custom_nodes\RES4LYF
[2024-08-18 09:46] 0.1 seconds: X:\ComfyUI\custom_nodes\comfyui-prompt-control
[2024-08-18 09:46] 0.1 seconds: X:\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes
[2024-08-18 09:46] 0.1 seconds: X:\ComfyUI\custom_nodes\comfyui-reactor-node
[2024-08-18 09:46] 0.1 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
[2024-08-18 09:46] 0.1 seconds: X:\ComfyUI\custom_nodes\comfyui-prompt-reader-node
[2024-08-18 09:46] 0.1 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Crystools
[2024-08-18 09:46] 0.1 seconds: X:\ComfyUI\custom_nodes\komojini-comfyui-nodes
[2024-08-18 09:46] 0.2 seconds: X:\ComfyUI\custom_nodes\ComfyUI-AnimateDiff-Evolved
[2024-08-18 09:46] 0.3 seconds: X:\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Plus
[2024-08-18 09:46] 0.3 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Gemini
[2024-08-18 09:46] 0.3 seconds (IMPORT FAILED): X:\ComfyUI\custom_nodes\comfyui-ollama
[2024-08-18 09:46] 0.4 seconds: X:\ComfyUI\custom_nodes\ComfyUI_VLM_nodes
[2024-08-18 09:46] 0.5 seconds: X:\ComfyUI\custom_nodes\ComfyUI_Primere_Nodes
[2024-08-18 09:46] 0.7 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Easy-Use
[2024-08-18 09:46] 0.8 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Manager
[2024-08-18 09:46] 0.9 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Mana-Nodes
[2024-08-18 09:46] 1.3 seconds: X:\ComfyUI\custom_nodes\comfy_mtb
[2024-08-18 09:46] 1.7 seconds: X:\ComfyUI\custom_nodes\bilbox-comfyui
[2024-08-18 09:46] 1.7 seconds: X:\ComfyUI\custom_nodes\comfy_controlnet_preprocessors
[2024-08-18 09:46] 2.5 seconds: X:\ComfyUI\custom_nodes\SeargeSDXL
[2024-08-18 09:46] 2.7 seconds: X:\ComfyUI\custom_nodes\ComfyUI-SUPIR
[2024-08-18 09:46] 8.4 seconds: X:\ComfyUI\custom_nodes\was-node-suite-comfyui-main
[2024-08-18 09:46] 12.1 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
[2024-08-18 09:46] 13.0 seconds: X:\ComfyUI\custom_nodes\ComfyUI-Diffusers
[2024-08-18 09:46] 25.9 seconds: X:\ComfyUI\custom_nodes\comfyui-art-venture
[2024-08-18 09:46]
[2024-08-18 09:46] Starting server
[2024-08-18 09:46] To see the GUI go to: http://127.0.0.1:8188
[2024-08-18 09:48] got prompt
[2024-08-18 09:48] 'π₯ - 19 Nodes not included in prompt but is activated'
[2024-08-18 09:48] model weight dtype torch.bfloat16, manual cast: torch.float16
[2024-08-18 09:48] model_type FLUX
[2024-08-18 09:48] Using pytorch attention in VAE
[2024-08-18 09:48] Using pytorch attention in VAE
[2024-08-18 09:48] got prompt
[2024-08-18 09:48] 'π₯ - 19 Nodes not included in prompt but is activated'
[2024-08-18 09:48] got prompt
[2024-08-18 09:48] 'π₯ - 19 Nodes not included in prompt but is activated'
[2024-08-18 09:48] clip missing: ['text_projection.weight']
[2024-08-18 09:48] Requested to load FluxClipModel_
[2024-08-18 09:48] Loading 1 new model
[2024-08-18 09:48] got prompt
[2024-08-18 09:48] 'π₯ - 19 Nodes not included in prompt but is activated'
[2024-08-18 09:48] loaded partially 5905.2 5884.23095703125 0
[2024-08-18 09:49] Requested to load Flux
[2024-08-18 09:49] Loading 1 new model
[2024-08-18 09:49] loaded partially 5849.2 5859.856831550598 0
[2024-08-18 09:54]
100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 25/25 [04:28<00:00, 13.29s/it]
100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 25/25 [04:28<00:00, 10.74s/it]
[2024-08-18 09:54] Requested to load AutoencodingEngine
[2024-08-18 09:54] Loading 1 new model
[2024-08-18 09:54] Prompt executed in 352.16 seconds
[2024-08-18 09:54] Requested to load Flux
[2024-08-18 09:54] Loading 1 new model
[2024-08-18 09:54] loaded partially 5845.2 5859.856831550598 0
Other
No response
I immediately notice your running pytorch 2.4.0 Downgrade to 2.3.1 and check how performance is.