ltdrdata / ComfyUI-Manager

ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers management functions to install, remove, disable, and enable various custom nodes of ComfyUI. Furthermore, this extension provides a hub feature and convenience functions to access a wide range of information within ComfyUI.
GNU General Public License v3.0
5.83k stars 726 forks source link

Hi I cannot Install any nodes or updates #419

Closed HASAN3DG closed 2 months ago

HASAN3DG commented 6 months ago

Hi I cannot Install any nodes or updates Screenshot 2024-02-18 202144

ltdrdata commented 6 months ago

Show me the comfyui.log

HASAN3DG commented 6 months ago

ComfyUI startup time: 2024-02-19 12:02:04.063210 [2024-02-19 12:02] Platform: Windows [2024-02-19 12:02] Python version: 3.11.6 (tags/v3.11.6:8b6ee5b, Oct 2 2023, 14:57:12) [MSC v.1935 64 bit (AMD64)] [2024-02-19 12:02] Python executable: C:\Ai\ComfyUI_\ComfyUI_windows_portable\pythonembeded\python.exe [2024-02-19 12:02] ** Log path: C:\Ai\ComfyUI\ComfyUI_windowsportable\comfyui.log [2024-02-19 12:02] Prestartup times for custom nodes: [2024-02-19 12:02] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Marigold [2024-02-19 12:02] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\rgthree-comfy [2024-02-19 12:02] 0.4 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager [2024-02-19 12:02] [2024-02-19 12:02] Total VRAM 12287 MB, total RAM 65445 MB [2024-02-19 12:02] Set vram state to: NORMAL_VRAM [2024-02-19 12:02] Device: cuda:0 NVIDIA GeForce RTX 3080 Ti : cudaMallocAsync [2024-02-19 12:02] VAE dtype: torch.bfloat16 [2024-02-19 12:02] Using pytorch cross attention [2024-02-19 12:02] Adding extra search path checkpoints D:/stable-diffusion-webui-1.6.0\models/Stable-diffusion [2024-02-19 12:02] Adding extra search path configs D:/stable-diffusion-webui-1.6.0\models/Stable-diffusion [2024-02-19 12:02] Adding extra search path vae D:/stable-diffusion-webui-1.6.0\models/VAE [2024-02-19 12:02] Adding extra search path loras D:/stable-diffusion-webui-1.6.0\models/Lora [2024-02-19 12:02] Adding extra search path loras D:/stable-diffusion-webui-1.6.0\models/LyCORIS [2024-02-19 12:02] Adding extra search path upscale_models D:/stable-diffusion-webui-1.6.0\models/ESRGAN [2024-02-19 12:02] Adding extra search path upscale_models D:/stable-diffusion-webui-1.6.0\models/RealESRGAN [2024-02-19 12:02] Adding extra search path upscalemodels D:/stable-diffusion-webui-1.6.0\models/SwinIR [2024-02-19 12:02] Adding extra search path embeddings D:/stable-diffusion-webui-1.6.0\embeddings [2024-02-19 12:02] Adding extra search path hypernetworks D:/stable-diffusion-webui-1.6.0\models/hypernetworks [2024-02-19 12:02] Adding extra search path controlnet D:/stable-diffusion-webui-1.6.0\models/ControlNet [2024-02-19 12:02] C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\blibla-comfyui-extensions-main\extensions [2024-02-19 12:02] C:\Ai\ComfyUI\ComfyUI_windowsportable\ComfyUI\web\extensions\failfast-comfyui-extensions [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\CLICivitai.py", line 8, in from Completer import Completer ModuleNotFoundError: No module named 'Completer' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\CLICivitai.py module for custom nodes: No module named 'Completer' [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\color.py", line 1, in import tkinter as tk ModuleNotFoundError: No module named 'tkinter' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\color.py module for custom nodes: No module named 'tkinter' [2024-02-19 12:02] Skip C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\colorsforme.py module for custom nodes due to the lack of NODE_CLASSMAPPINGS. [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor__init__.py", line 7, in loader.checkupdates() File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor\Loader.py", line 208, in checkupdates repo.remotes.origin.fetch() File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\git\remote.py", line 1027, in fetch res = self._get_fetch_info_from_stderr(proc, progress, kill_after_timeout=kill_aftertimeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\git\remote.py", line 858, in _get_fetch_info_from_stderr proc.wait(stderr=stderrtext) File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\git\cmd.py", line 657, in wait raise GitCommandError(remove_password_ifpresent(self.args), status, errstr) git.exc.GitCommandError: Cmd('git') failed due to: exit code(128) cmdline: git fetch -v -- origin stderr: 'fatal: unable to access 'https://github.com/Nourepide/ComfyUI-Allor/': Send failure: Connection was reset' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Allor module for custom nodes: Cmd('git') failed due to: exit code(128) cmdline: git fetch -v -- origin stderr: 'fatal: unable to access 'https://github.com/Nourepide/ComfyUI-Allor/': Send failure: Connection was reset' [2024-02-19 12:02] [AnimateDiff] - ERROR - No models available. Please download one and put it in models folder [2024-02-19 12:02] Adding C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes to sys.path [2024-02-19 12:02] Could not find efficiency nodes [comfyui_controlnetaux] | INFO -> Using ckpts path: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts [2024-02-19 12:02] [comfyui_controlnet_aux] | INFO -> Using symlinks: False [2024-02-19 12:02] [comfyui_controlnetaux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider'] [2024-02-19 12:02] C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\nodewrappers\dwpose.py:26: UserWarning: DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly warnings.warn("DWPose: Onnxruntime not found or doesn't come with acceleration providers, switch to OpenCV with CPU device. DWPose might run very slowly") [2024-02-19 12:02] Loaded ControlNetPreprocessors nodes from C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnetaux [2024-02-19 12:02] No module named 'control' [2024-02-19 12:02] Loaded AnimateDiff from C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff\animatediff/slidingschedule.py [2024-02-19 12:02] Loaded IPAdapter nodes from C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapterplus [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture__init__.py", line 10, in from .modules.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAMEMAPPINGS File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-art-venture\modules\nodes.py", line 54, in from .inpaint import ( File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture\modules\inpaint__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAMEMAPPINGS File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-art-venture\modules\inpaint\nodes.py", line 8, in from .lama import LaMaInpaint File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-art-venture\modules\inpaint\lama__init__.py", line 6, in from omegaconf import OmegaConf ModuleNotFoundError: No module named 'omegaconf' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-art-venture module for custom nodes: No module named 'omegaconf' [2024-02-19 12:02] Could not find efficiency nodes [2024-02-19 12:02] Loaded ControlNetPreprocessors nodes from C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnetaux [2024-02-19 12:02] No module named 'control' [2024-02-19 12:02] Loaded AnimateDiff from C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-animatediff\animatediff/slidingschedule.py [2024-02-19 12:02] Loaded IPAdapter nodes from C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapterplus [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture-main__init__.py", line 10, in from .modules.nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAMEMAPPINGS File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-art-venture-main\modules\nodes.py", line 54, in from .inpaint import ( File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture-main\modules\inpaint__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAMEMAPPINGS File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-art-venture-main\modules\inpaint\nodes.py", line 8, in from .lama import LaMaInpaint File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-art-venture-main\modules\inpaint\lama__init__.py", line 6, in from omegaconf import OmegaConf ModuleNotFoundError: No module named 'omegaconf' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-art-venture-main module for custom nodes: No module named 'omegaconf' [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Crystools-main__init__.py", line 10, in from .core import version, logger File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Crystools-main\core__init__.py", line 5, in from .common import * File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Crystools-main\core\common.py", line 4, in from deepdiff import DeepDiff ModuleNotFoundError: No module named 'deepdiff' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Crystools-main module for custom nodes: No module named 'deepdiff' [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DiffusersStableCascade-LowVRAM-main__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAMEMAPPINGS File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-DiffusersStableCascade-LowVRAM-main\nodes.py", line 5, in from diffusers import StableCascadeDecoderPipeline, StableCascadePriorPipeline ImportError: cannot import name 'StableCascadeDecoderPipeline' from 'diffusers' (C:\Ai\ComfyUI\ComfyUI_windows_portable\pythonembeded\Lib\site-packages\diffusers__init__.py) [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-DiffusersStableCascade-LowVRAM-main module for custom nodes: cannot import name 'StableCascadeDecoderPipeline' from 'diffusers' (C:\Ai\ComfyUI\ComfyUI_windows_portable\pythonembeded\Lib\site-packages\diffusers__init__.py) [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DiffusersStableCascade-main__init__.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAMEMAPPINGS File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-DiffusersStableCascade-main\nodes.py", line 5, in from diffusers import StableCascadeDecoderPipeline, StableCascadePriorPipeline ImportError: cannot import name 'StableCascadeDecoderPipeline' from 'diffusers' (C:\Ai\ComfyUI\ComfyUI_windows_portable\pythonembeded\Lib\site-packages\diffusers__init__.py) [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-DiffusersStableCascade-main module for custom nodes: cannot import name 'StableCascadeDecoderPipeline' from 'diffusers' (C:\Ai\ComfyUI\ComfyUI_windows_portable\pythonembeded\Lib\site-packages\diffusers__init__.py) [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts__init.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAMEMAPPINGS File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-dynamicprompts\nodes__init__.py", line 1, in from .combinatorial import DPCombinatorialGenerator File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-dynamicprompts\nodes\combinatorial.py", line 3, in from dynamicprompts.enums import SamplingMethod ModuleNotFoundError: No module named 'dynamicprompts' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-dynamicprompts module for custom nodes: No module named 'dynamicprompts' [2024-02-19 12:02] Comfy-Easy-Use (v1.0.5): Loaded [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gemini__init.py", line 49, in from .GeminiAPINode import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAMEMAPPINGS File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Gemini\GeminiAPINode.py", line 6, in import google.generativeai as genai ModuleNotFoundError: No module named 'google.generativeai' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Gemini module for custom nodes: No module named 'google.generativeai' [2024-02-19 12:02] ### Loading: ComfyUI-Impact-Pack (V4.74) [2024-02-19 12:02] ### Loading: ComfyUI-Impact-Pack (Subpack: V0.4) [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in getdata FileNotFoundError: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Impact-Subpack-main\init.py' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Impact-Subpack-main module for custom nodes: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack-main\init.py' [2024-02-19 12:02] ### Loading: ComfyUI-Inspire-Pack (V0.63) [2024-02-19 12:02] jjkutil loding [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes-main__init.py", line 1, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAMEMAPPINGS File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes-main\nodes.py", line 1258, in from color_matcher import ColorMatcher ModuleNotFoundError: No module named 'colormatcher' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes-main module for custom nodes: No module named 'colormatcher' [2024-02-19 12:02] Package diffusers is already installed. [2024-02-19 12:02] C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\diffusers\utils\outputs.py:63: UserWarning: torch.utils._pytree._register_pytree_node is deprecated. Please use torch.utils._pytree.register_pytree_node instead. torch.utils._pytree._register_pytreenode( [2024-02-19 12:02] ### Loading: ComfyUI-Manager (V2.7.2) [2024-02-19 12:02] ### ComfyUI Revision: 1972 [38b7ac6e] | Released on '2024-02-13' [2024-02-19 12:02] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json [2024-02-19 12:02] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json [2024-02-19 12:02] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [2024-02-19 12:02] [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-mixlab-nodes-0.13.0__init__.py", line 537, in from .nodes.PromptNode import EmbeddingPrompt,RandomPrompt,PromptSlide,PromptSimplification,PromptImage ModuleNotFoundError: No module named 'comfyui-mixlab-nodes-0' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-mixlab-nodes-0.13.0 module for custom nodes: No module named 'comfyui-mixlab-nodes-0' [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes-0.15.0\init_.py", line 532, in from .nodes.PromptNode import EmbeddingPrompt,RandomPrompt,PromptSlide,PromptSimplification,PromptImage,JoinWithDelimiter ModuleNotFoundError: No module named 'comfyui-mixlab-nodes-0' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-mixlab-nodes-0.15.0 module for custom nodes: No module named 'comfyui-mixlab-nodes-0' [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes-0.17.0\init.py", line 533, in from .nodes.PromptNode import EmbeddingPrompt,RandomPrompt,PromptSlide,PromptSimplification,PromptImage,JoinWithDelimiter ModuleNotFoundError: No module named 'comfyui-mixlab-nodes-0' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI_\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-mixlab-nodes-0.17.0 module for custom nodes: No module named 'comfyui-mixlab-nodes-0' [2024-02-19 12:02] -------------- [2024-02-19 12:02]  ### Mixlab Nodes: Loaded [2024-02-19 12:02] ## lama torchscript model not found: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\models\lama/big-lama.pt,pls download from https://github.com/enesmsahin/simple-lama-inpainting/releases/download/v0.1.0/big-lama.pt [2024-02-19 12:02] LaMaInpainting.available True [2024-02-19 12:02] ## clip_interrogatormodel not found: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\models\clip_interrogator/Salesforce/blip-image-captioning-base, pls download from https://huggingface.co/Salesforce/blip-image-captioning-base [2024-02-19 12:02] ClipInterrogator.available True [2024-02-19 12:02] ## text_generatormodel not found: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\models\prompt_generator/text2image-prompt-generator, pls download from https://huggingface.co/succinctly/text2image-prompt-generator/tree/main [2024-02-19 12:02] ## zh_enmodel not found: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\models\promptgenerator/opus-mt-zh-en, pls download from https://huggingface.co/Helsinki-NLP/opus-mt-zh-en/tree/main [2024-02-19 12:02] PromptGenerate.available True [2024-02-19 12:02] ChinesePrompt.available True [2024-02-19 12:02] RembgNode.available True [2024-02-19 12:02]  --------------  [2024-02-19 12:02] packaging is already installed. [2024-02-19 12:02] cpuinfo is already installed. [2024-02-19 12:02] git is already installed. [2024-02-19 12:02] moviepy is already installed. [2024-02-19 12:02] cv2 is already installed. [2024-02-19 12:02] skbuild is already installed. [2024-02-19 12:02] typing is already installed. [2024-02-19 12:02] diskcache is already installed. [2024-02-19 12:02] llama_cpp is already installed. [2024-02-19 12:02] [2024-02-19 12:02] [INFO] PromptControl: Use STYLE:weightinterpretation:normalization at the start of a prompt to use advanced encodings [2024-02-19 12:02] [INFO] PromptControl: Weight interpretations available: comfy,perp [2024-02-19 12:02] [INFO] PromptControl: Normalization types available: none [2024-02-19 12:02] [SD Prompt Reader] Node version: 1.3.0 [2024-02-19 12:02] [SD Prompt Reader] Core version: 1.3.4.post1 [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in getdata FileNotFoundError: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ps-plugin-main\init.py' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI_\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-ps-plugin-main module for custom nodes: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ps-plugin-main\init.py' [2024-02-19 12:02] Failed to auto update Quality of Life Suit [2024-02-19 12:02] QualityOfLifeSuit_Omar92DIR: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92 [2024-02-19 12:02] Failed to auto update Quality of Life Suit [2024-02-19 12:02] QualityOfLifeSuit_Omar92DIR: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92-dev [2024-02-19 12:02] Total VRAM 12287 MB, total RAM 65445 MB [2024-02-19 12:02] Set vram state to: NORMALVRAM [2024-02-19 12:02] Device: cuda:0 NVIDIA GeForce RTX 3080 Ti : cudaMallocAsync [2024-02-19 12:02] VAE dtype: torch.bfloat16 [2024-02-19 12:02] [ReActor] - STATUS - Running v0.4.1-b8 in ComfyUI [2024-02-19 12:02] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\init.py", line 22, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAMEMAPPINGS File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\nodes.py", line 15, in from scripts.reactor_faceswap import FaceSwapScript, get_models, get_current_faces_model, analyzefaces File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\scripts\reactor_faceswap.py", line 12, in from scripts.reactorlogger import logger File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\scripts\reactor_logger.py", line 6, in from reactorutils import addLoggingLevel File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node\reactorutils.py", line 8, in from insightface.app.common import Face ModuleNotFoundError: No module named 'insightface' [2024-02-19 12:02] [2024-02-19 12:02] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node module for custom nodes: No module named 'insightface' [2024-02-19 12:02] ### Loading: ComfyUI-Workflow-Component (V0.43.3) !! WARN: This is an experimental extension. Extremely unstable. !! [2024-02-19 12:02] From Bmad Custom Nodes [2024-02-19 12:02] Loaded 121 nodes: [2024-02-19 12:02] + api nodes (14) [2024-02-19 12:02] + simple utility nodes (58) [2024-02-19 12:02] + CV nodes (49) [2024-02-19 12:02] Not loaded: [2024-02-19 12:02] color clip ade20k node [2024-02-19 12:02] extension dependent nodes [2024-02-19 12:02] Problems: [2024-02-19 12:02] ! No module named 'gray2color' [2024-02-19 12:02] ! No module named 'custom_nodes.ComfyUI_ADV_CLIP_emb' [2024-02-19 12:02]  [2024-02-19 12:02] ------------------------------------------ [2024-02-19 12:02] Comfyroll Studio v1.76 :  175 Nodes Loaded [2024-02-19 12:02] ------------------------------------------ [2024-02-19 12:02] For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md [2024-02-19 12:02] For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki [2024-02-19 12:02] ------------------------------------------ [2024-02-19 12:02] ### [START] ComfyUI AlekPet Nodes ### [2024-02-19 12:02] Node -> ArgosTranslateNode [Loading] [2024-02-19 12:02] Node -> ExtrasNode [Loading] [2024-02-19 12:02] Node -> PainterNode [Loading] [2024-02-19 12:02] Node -> PoseNode [Loading] [2024-02-19 12:02] Node -> TranslateNode [Loading] [2024-02-19 12:03] ### [END] ComfyUI AlekPet Nodes ### [2024-02-19 12:03] ### [START] ComfyUI AlekPet Nodes ### [2024-02-19 12:03] Node -> ArgosTranslateNode [Loading] [2024-02-19 12:03] Node -> ExtrasNode [Loading] [2024-02-19 12:03] Node -> PainterNode [Loading] [2024-02-19 12:03] Node -> PoseNode [Loading] [2024-02-19 12:03] Node -> TranslateNode [Loading] [2024-02-19 12:03] ### [END] ComfyUI AlekPet Nodes ### [2024-02-19 12:03] Davemane42 Custom Nodes: Loaded [2024-02-19 12:03] FizzleDorf Custom Nodes: Loaded [2024-02-19 12:03] hus' utility nodes: loaded [2024-02-19 12:03] PIL is already installed. [2024-02-19 12:03] huggingfacehub is already installed. [2024-02-19 12:03] transformers is already installed. [2024-02-19 12:03] einops is already installed. [2024-02-19 12:03] torchvision is already installed. [2024-02-19 12:03] accelerate is already installed. [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID-main\init__.py", line 1, in from .InstantID import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAMEMAPPINGS File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUIInstantID-main\InstantID.py", line 12, in from insightface.app import FaceAnalysis ModuleNotFoundError: No module named 'insightface' [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUIInstantID-main module for custom nodes: No module named 'insightface' [2024-02-19 12:03] # 😺dzNodes: LayerStyle -> ERROR: invalid FONT directory, default to be used. check C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle-main\resourcedir.ini [2024-02-19 12:03] # 😺dzNodes: LayerStyle -> ERROR: invalid LUT directory, default to be used. check C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle-main\resourcedir.ini [2024-02-19 12:03] # 😺dzNodes: LayerStyle -> find 1 LUTs in C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUILayerStyle-main\lut [2024-02-19 12:03] # 😺dzNodes: LayerStyle -> find 1 Fonts in C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle-main\font [2024-02-19 12:03] name : ComfyUI_node_Lilly [2024-02-19 12:03] file : C:\Ai\ComfyUI_\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_nodeLilly__init.py [2024-02-19 12:03] os.path.basename(file) : init.py [2024-02-19 12:03] os.path.splitext(os.path.basename(file))[0] : init__ [2024-02-19 12:03] working directory : C:\Ai\ComfyUI\ComfyUI_windows_portable [2024-02-19 12:03] ───────────────────────────────────────────────────── init start ───────────────────────────────────────────────────── [2024-02-19 12:03] name : custom_nodes.ComfyUI_nodeLilly [2024-02-19 12:03] file : C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_nodeLilly__init.py [2024-02-19 12:03] os.path.basename(file) : init.py [2024-02-19 12:03] os.path.splitext(os.path.basename(file))[0] : init__ [2024-02-19 12:03] working directory : C:\Ai\ComfyUI\ComfyUI_windows_portable [2024-02-19 12:03] [12:03:10] Load ok : CheckpointLoaderRandom init.py:83 [2024-02-19 12:03] Load ok : CheckpointLoaderSimpleText init.py:83 [2024-02-19 12:03] [12:03:10] wildcards cardpath : wildcards.py:36 C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_node_Lilly....\wildcar
ds**.txt
[2024-02-19 12:03] cards file count : 0 wildcards.py:187 [2024-02-19 12:03] wildcards test : aest wildcards.py:218 [2024-02-19 12:03] wildcards test :
test wildcards.py:219 [2024-02-19 12:03] wildcards test : ?est wildcards.py:220 [2024-02-19 12:03] wildcards test : test wildcards.py:221 [2024-02-19 12:03] wildcards test : /test wildcards.py:222 [2024-02-19 12:03] wildcards test : /0/test wildcards.py:223 [2024-02-19 12:03] Load ok : CLIPTextEncodeWildcards init.py:83 [2024-02-19 12:03] Load ok : LoraLoaderText init.py:83 [2024-02-19 12:03] Load ok : LoraLoaderTextRandom init.py:83 [2024-02-19 12:03] Load ok : Random_Sampler
init.py:83 [2024-02-19 12:03] Load ok : VAELoaderDecode init.py:83 [2024-02-19 12:03] Load ok : VAELoaderText init.py:83 [2024-02-19 12:03] Load ok : SimpleSampler init.py:83 [2024-02-19 12:03] Load ok : SaveImageSimple init.py:83 [2024-02-19 12:03] Load ok : TextWildcards init_.py:83 [2024-02-19 12:03] ────────────────────────────────────────────────────── init end ────────────────────────────────────────────────────── [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\utils\hub.py", line 385, in cached_file resolved_file = hf_hubdownload( ^^^^^^^^^^^^^^^^ File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 110, in _inner_fn validate_repo_id(argvalue) File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\huggingface_hub\utils_validators.py", line 164, in validate_repo_id raise HFValidationError( huggingface_hub.utils.validators.HFValidationError: Repo id must use alphanumeric chars or '-', '', '.', '--' and '..' are forbidden, '-' and '.' cannot start or end the name, max length is 96: 'C:\Ai\ComfyUI_\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Seg_VITON\checkpoints\segformer_b2_clothes'.

The above exception was the direct cause of the following exception:

Traceback (most recent call last): File "C:\Ai\ComfyUI_\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Seg_VITON__init.py", line 31, in from .segformerclothes import * File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Seg_VITON\segformer_clothes.py", line 7, in from .utils.segclothes import * File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Seg_VITON\utils\seg_clothes.py", line 17, in processor = SegformerImageProcessor.from_pretrained(model_folderpath) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\image_processing_utils.py", line 206, in from_pretrained image_processor_dict, kwargs = cls.get_image_processor_dict(pretrained_model_name_orpath, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\image_processing_utils.py", line 335, in get_image_processor_dict resolved_image_processor_file = cachedfile( ^^^^^^^^^^^^ File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\transformers\utils\hub.py", line 450, in cached_file raise EnvironmentError( OSError: Incorrect path_or_modelid: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Seg_VITON\checkpoints\segformer_b2_clothes'. Please provide either the path to a local folder or the repoid of a model on the Hub. [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Seg_VITON module for custom nodes: Incorrect path_or_modelid: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Seg_VITON\checkpoints\segformer_b2_clothes'. Please provide either the path to a local folder or the repoid of a model on the Hub. [2024-02-19 12:03] No module 'xformers'. Proceeding without it. [2024-02-19 12:03] [tinyterraNodes] Loaded [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale-main__init__.py", line 24, in from .nodes import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAMEMAPPINGS File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale-main\nodes.py", line 5, in from usdupatch import usdu File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale-main\usdu_patch.py", line 2, in from repositories import ultimateupscale as usdu File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale-main\repositories\init__.py", line 14, in spec.loader.exec_module(ultimate_upscale) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in getdata FileNotFoundError: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale-main\repositories\ultimate_sdupscale\scripts\ultimate-upscale.py' [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUIUltimateSDUpscale-main module for custom nodes: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale-main\repositories\ultimate_sd_upscale\scripts\ultimate-upscale.py' [2024-02-19 12:03] [comfy_mtb] | INFO -> loaded 60 nodes successfuly [2024-02-19 12:03] [comfymtb] | INFO -> Some nodes (5) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information. [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1074, in get_code File "", line 1004, in source_to_code File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\Dash.py", line 2

                     ^^

SyntaxError: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI_\ComfyUI_windows_portable\ComfyUI\customnodes\Dash.py module for custom nodes: leading zeros in decimal integer literals are not permitted; use an 0o prefix for octal integers (Dash.py, line 2) [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in getdata FileNotFoundError: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\Dashfiles\init.py' [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\Dashfiles module for custom nodes: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\Dash_files\init.py' [2024-02-19 12:03] Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnetaux add-on)...Success! [2024-02-19 12:03] Efficiency Nodes Warning: Failed to import python package 'simpleeval'; related nodes disabled. [2024-02-19 12:03] [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf__init.py", line 8, in from custom_nodes.facerestore_cf.facelib.utils.face_restorationhelper import FaceRestoreHelper File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf__init.py", line 14, in from custom_nodes.facerestore_cf.basicsr.utils.registry import ARCHREGISTRY File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf\basicsr\init_.py", line 5, in from .losses import * File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf\basicsr\losses\init__.py", line 5, in from .losses import (CharbonnierLoss, GANLoss, L1Loss, MSELoss, PerceptualLoss, WeightedTVLoss, g_pathregularize, File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestorecf\basicsr\losses\losses.py", line 2, in import lpips ModuleNotFoundError: No module named 'lpips' [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestorecf module for custom nodes: No module named 'lpips' [2024-02-19 12:03] Patching UNetModel.forward [2024-02-19 12:03] UNetModel.forward has been successfully patched. [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1074, in get_code File "", line 1004, in source_to_code File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ip_adapter (1).py", line 102

InvokeAI/invokeai/backend/ip_adapter/ip_adapter.py at 5196e4bc382d5e566450846a112962f26618bff5 Β· invoke-ai/InvokeAI
                                                                  ^

SyntaxError: invalid decimal literal [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI_\ComfyUI_windows_portable\ComfyUI\custom_nodes\ip_adapter (1).py module for custom nodes: invalid decimal literal (ipadapter (1).py, line 102) [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1074, in get_code File "", line 1004, in source_to_code File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ip_adapter.py", line 102

InvokeAI/invokeai/backend/ip_adapter/ip_adapter.py at d0fa1310102814c70498d769c68f908cbe120ff1 Β· invoke-ai/InvokeAI
                                                                                                      ^

SyntaxError: invalid character '·' (U+00B7) [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI_\ComfyUI_windows_portable\ComfyUI\custom_nodes\ip_adapter.py module for custom nodes: invalid character '·' (U+00B7) (ipadapter.py, line 102) [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\komojini-comfyui-nodes__init__.py", line 1, in from .nodes import * File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\komojini-comfyui-nodes\nodes__init__.py", line 1, in from .videoloaders import YouTubeVideoLoader, UltimateVideoLoader File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\komojini-comfyui-nodes\nodes\videoloaders.py", line 1, in from pytube import YouTube ModuleNotFoundError: No module named 'pytube' [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\komojini-comfyui-nodes module for custom nodes: No module named 'pytube' [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in getdata FileNotFoundError: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\llm-search-main\init.py' [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\llm-search-main module for custom nodes: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\llm-search-main\init.py' [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in getdata FileNotFoundError: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\openai-python-main\init.py' [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\openai-python-main module for custom nodes: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\openai-python-main\init.py' [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1074, in get_code File "", line 1004, in source_to_code File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\pip list.py", line 1 PS C:\Users\lethris> pip list ^ SyntaxError: invalid syntax [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\pip list.py module for custom nodes: invalid syntax (pip list.py, line 1) [2024-02-19 12:03] Plush - Running on python installation: C:\Ai\ComfyUI\ComfyUI_windows_portable\pythonembeded\python.exe [2024-02-19 12:03] Plush - Current Openai Version: 1.12.0 [2024-02-19 12:03] Plush - config.json no update [2024-02-19 12:03] Plush - Version: 1.20 [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 940, in exec_module File "", line 241, in _call_with_framesremoved File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\Plush-for-ComfyUI__init__.py", line 24, in from .style_prompt import NODE_CLASS_MAPPINGS as styClassMappings, NODE_DISPLAY_NAMEMAPPINGS as styDisplay File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\Plush-for-ComfyUI\styleprompt.py", line 9, in import pyexiv2 ModuleNotFoundError: No module named 'pyexiv2' [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\Plush-for-ComfyUI module for custom nodes: No module named 'pyexiv2' [2024-02-19 12:03] Plush - Running on python installation: C:\Ai\ComfyUI\ComfyUI_windows_portable\pythonembeded\python.exe [2024-02-19 12:03] Plush - Current Openai Version: 1.12.0 [2024-02-19 12:03] Plush - config.json updated [2024-02-19 12:03] Plush - Version: 1.20.2 [2024-02-19 12:03] [Power Noise Suite]: 🦚🦚🦚 Cock-a-doodle-dooo! 🦚🦚🦚 [2024-02-19 12:03] [Power Noise Suite]: Tamed 11 wild nodes. [2024-02-19 12:03] ---------------------------------- Prompt Generator ComfyUI Node ----------------------------------- [2024-02-19 12:03] /\ Checking packages [2024-02-19 12:03] /\ Loading Prompt Generator [2024-02-19 12:03] /\ Loaded Successfully [2024-02-19 12:03] ---------------------------------------------------------------------------------------------------- [2024-02-19 12:03] [2024-02-19 12:03] [rgthree] Loaded 34 fantastic nodes. [2024-02-19 12:03] [rgthree] Will use rgthree's optimized recursive execution. [2024-02-19 12:03] [2024-02-19 12:03] Searge-SDXL v4.3.1 in C:\Ai\ComfyUI_\ComfyUI_windows_portable\ComfyUI\customnodes\SeargeSDXL [2024-02-19 12:03] Searge-SDXL v4.3.1 in C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\SeargeSDXL-main [2024-02-19 12:03] Skip C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\StableCascade-master module for custom nodes due to the lack of NODE_CLASSMAPPINGS. [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in getdata FileNotFoundError: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\StableVITON-master\init.py' [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\StableVITON-master module for custom nodes: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\StableVITON-master\init.py' [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in getdata FileNotFoundError: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\tensorflow-master\init.py' [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\tensorflow-master module for custom nodes: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\tensorflow-master\init.py' [2024-02-19 12:03] Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\nodes.py", line 1893, in load_custom_node module_spec.loader.exec_module(module) File "", line 936, in exec_module File "", line 1073, in get_code File "", line 1130, in getdata FileNotFoundError: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ultimate-upscale-for-automatic1111-master\init.py' [2024-02-19 12:03] [2024-02-19 12:03] Cannot import C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ultimate-upscale-for-automatic1111-master module for custom nodes: [Errno 2] No such file or directory: 'C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ultimate-upscale-for-automatic1111-master\init.py' [2024-02-19 12:03] WAS Node Suite: OpenCV Python FFMPEG support is enabled [2024-02-19 12:03] WAS Node Suite Warning: ffmpeg_bin_path is not set in C:\Ai\ComfyUI_\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui\was_suite_config.json config file. Will attempt to use system ffmpeg binaries if available. [2024-02-19 12:03] WAS Node Suite: Finished. Loaded 200 nodes successfully. [2024-02-19 12:03] "Life is 10% what happens to us and 90% how we react to it." - Charles R. Swindoll [2024-02-19 12:03] [2024-02-19 12:03] WAS Node Suite: OpenCV Python FFMPEG support is enabled [2024-02-19 12:03] WAS Node Suite Warning: ffmpeg_bin_path is not set in C:\Ai\ComfyUI_\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui-main\was_suite_config.json config file. Will attempt to use system ffmpeg binaries if available. [2024-02-19 12:03] WAS Node Suite: Finished. Loaded 197 nodes successfully. [2024-02-19 12:03] "Do not wait for the opportunity. Create it." - George Bernard Shaw [2024-02-19 12:03] [2024-02-19 12:03] Skip C:\Ai\ComfyUI_\ComfyUI_windows_portable\ComfyUI\custom_nodes\zellers_congruence.py module for custom nodes due to the lack of NODE_CLASSMAPPINGS. [2024-02-19 12:03] Skip C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\z_function.py module for custom nodes due to the lack of NODE_CLASSMAPPINGS. [2024-02-19 12:03] Skip C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes__init__.py module for custom nodes due to the lack of NODE_CLASSMAPPINGS. [2024-02-19 12:03] Import times for custom nodes: [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapterplus [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes__init__.py [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\llm-search-main [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\Dashfiles [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ultimate-upscale-for-automatic1111-master [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\tensorflow-master [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\openai-python-main [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\StableVITON-master [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Impact-Subpack-main [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-ps-plugin-main [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\SDXLAspectRatio.py [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnetaux [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ksamplergpu.py [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxlutility.py [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\zfunction.py [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\wildcards.py [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\zellerscongruence.py [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\nodes_stablecascade.py [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\StableCascade-master [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\colorsforme.py [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\rembg-comfyui-node [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\fcSuite.py [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\gcLatentTunnel.py [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\pip list.py [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Image-Selector [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestorecf-master [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\LoadLoraWithTags [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\sdxl-recommended-res-calc-main [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Logic [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUINoise [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_promptstyler [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-SDXL-EmptyLatentImage-main [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_toyxyz_testnodes [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\image-resize-comfyui [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_promptstyler-main [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\Image-Captioning-in-ComfyUI [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\Lora-Training-in-Comfy [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Coziness [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_MexxStyler [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\wlshnodes [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUiPromptStylers [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-post-processing-nodes [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\masquerade-nodes-comfyui [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\color.py [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-previewlatent [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\FreeUAdvanced-main [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\cg-use-everywhere [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\sd-dynamic-thresholding [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\rk-comfy-nodes [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\rk-comfy-nodes-main [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_absamplercustom [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUIJPS-Nodes [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIPemb-master [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUITiledKSampler [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\Dash.py [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUIJPS-Nodes-main [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\CLICivitai.py [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUiNNLatentUpscale-master [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-DiffusersStableCascade-main [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikeynodes [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-mixlab-nodes-0.17.0 [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-mixlab-nodes-0.15.0 [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\lora-info [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-MakeFrame [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\SD-Advanced-Noise [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\stability-ComfyUI-nodes [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Image-Saver [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ymc-node-suite-comfyui [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfy-plasma [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Fans [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Jjk-Nodes [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_husutils [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUISeeCoder [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\PowerNoiseSuite [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuitOmar92 [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-dynamicprompts [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuitOmar92-dev [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ipadapter.py [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Iterative-Mixer [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ipadapter (1).py [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUIexperiments [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUIInstantID-main [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\komojini-comfyui-nodes [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-WD14-Tagger [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-KJNodes-main [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-PhotoMaker [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Latent-Modifiers [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyKepListStuff [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUIUltimateSDUpscale-main [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\pfaeff-comfyui-main [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Gemini [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyuiimage2prompt [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-animatediff [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-PhotoMaker-Plus-main [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-various [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Crystools-main [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUIFizzNodes [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyMath [2024-02-19 12:03] 0.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\Plush-for-ComfyUI [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_bmadnodes [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-portrait-master [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Advanced-ControlNet [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfy-image-saver [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Marigold [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\Plush-for-ComfyUI-main [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Custom-Scripts [2024-02-19 12:03] 0.0 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Frame-Interpolation [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_DaveCustomNode-main [2024-02-19 12:03] 0.1 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-reactor-node [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-AnimateDiff-Evolved [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TextImage-Composite [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUIModdedNodes [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\rgthree-comfy [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\efficiency-nodes-comfyui-main [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\blibla-comfyui-extensions-main [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_nodeLilly [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Inspire-Pack [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-prompt-reader-node [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUIessentials [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Easy-Use [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUItinyterraNodes [2024-02-19 12:03] 0.1 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-art-venture-main [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ComfyrollCustomNodes [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUIsmZNodes-main [2024-02-19 12:03] 0.1 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-DiffusersStableCascade-LowVRAM-main [2024-02-19 12:03] 0.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-prompt-control [2024-02-19 12:03] 0.2 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestorecf [2024-02-19 12:03] 0.2 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Workflow-Component-Main [2024-02-19 12:03] 0.2 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\SeargeSDXL-main [2024-02-19 12:03] 0.3 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUILayerStyle-main [2024-02-19 12:03] 0.3 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-LCM [2024-02-19 12:03] 0.3 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_SegVITON [2024-02-19 12:03] 0.3 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\CharacterFaceSwap [2024-02-19 12:03] 0.4 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-VideoHelperSuite [2024-02-19 12:03] 0.4 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUIMileHighStyler [2024-02-19 12:03] 0.4 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfymtb [2024-02-19 12:03] 0.5 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Manager [2024-02-19 12:03] 0.6 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Styles [2024-02-19 12:03] 0.6 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-styles-all [2024-02-19 12:03] 0.7 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\prompt-generator-comfyui [2024-02-19 12:03] 1.0 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Allor [2024-02-19 12:03] 1.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\SeargeSDXL [2024-02-19 12:03] 1.2 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-N-Nodes [2024-02-19 12:03] 1.6 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\clipseg.py [2024-02-19 12:03] 1.7 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\OneButtonPrompt [2024-02-19 12:03] 1.9 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-mixlab-nodes-0.13.0 [2024-02-19 12:03] 2.2 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\was-node-suite-comfyui-main [2024-02-19 12:03] 2.3 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\was-node-suite-comfyui [2024-02-19 12:03] 3.4 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segmentanything [2024-02-19 12:03] 4.2 seconds (IMPORT FAILED): C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-art-venture [2024-02-19 12:03] 4.5 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Impact-Pack [2024-02-19 12:03] 6.6 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_NodesAlekPet-master [2024-02-19 12:03] 8.1 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-mixlab-nodes-main [2024-02-19 12:03] 9.2 seconds: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet [2024-02-19 12:03] [2024-02-19 12:03] httpskey OK: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\comfyui-mixlab-nodes-main\https\certificate.crt C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes-main\https\private.key [2024-02-19 12:03] Starting server [2024-02-19 12:03] [2024-02-19 12:03] To see the GUI go to: http://127.0.0.1:8188 [2024-02-19 12:03] To see the GUI go to: https://127.0.0.1:8189 [2024-02-19 12:05] Exception in thread Thread-6 (wildcard_load): [2024-02-19 12:05] Traceback (most recent call last): [2024-02-19 12:05] File "threading.py", line 1045, in _bootstrapinner [2024-02-19 12:05] File "threading.py", line 982, in run [2024-02-19 12:05] File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack__init__.py", line 118, in wildcard_load [2024-02-19 12:05] impact.wildcards.read_wildcard_dict(wildcardspath) [2024-02-19 12:05] File "C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\modules\impact\wildcards.py", line 62, in read_wildcard_dict [2024-02-19 12:05] yamldata = yaml.load(f, Loader=yaml.FullLoader) [2024-02-19 12:05] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [2024-02-19 12:05] File "C:\Ai\ComfyUI\ComfyUI_windows_portable\pythonembeded\Lib\site-packages\yaml__init__.py", line 79, in load [2024-02-19 12:05] loader = Loader(stream) [2024-02-19 12:05] ^^^^^^^^^^^^^^ [2024-02-19 12:05] File "C:\Ai\ComfyUI\ComfyUI_windows_portable\pythonembeded\Lib\site-packages\yaml\loader.py", line 24, in init [2024-02-19 12:05] FETCH DATA from: C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\customnodes\ComfyUI-Manager\extension-node-map.json [2024-02-19 12:05] Reader.init(self, stream) [2024-02-19 12:05] File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\yaml\reader.py", line 85, in init [2024-02-19 12:05] self.determineencoding() [2024-02-19 12:05] File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\yaml\reader.py", line 124, in determine_encoding [2024-02-19 12:05] self.updateraw() [2024-02-19 12:05] File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\yaml\reader.py", line 178, in update_raw [2024-02-19 12:05] data = self.stream.read(size) [2024-02-19 12:05] ^^^^^^^^^^^^^^^^^^^^^^ [2024-02-19 12:05] File "encodings\cp1252.py", line 23, in decode [2024-02-19 12:05] UnicodeDecodeError: 'charmap' codec can't decode byte 0x81 in position 207: character maps to [2024-02-19 12:05] Error: OpenAI API key is invalid OpenAI features wont work for you [2024-02-19 12:05] QualityOfLifeSuitOmar92::NSP ready [2024-02-19 12:06] Error. No styles.csv found. Put your styles.csv in C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_hus_utils\styles.csv. Then press "Refresh".

[2024-02-19 12:06] [comfymtb] | WARNING -> Found multiple match, we will pick the first C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\models\upscalemodels ['C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\models\upscale_models', 'D:/stable-diffusion-webui-1.6.0\models/ESRGAN', 'D:/stable-diffusion-webui-1.6.0\models/RealESRGAN', 'D:/stable-diffusion-webui-1.6.0\models/SwinIR'] [2024-02-19 12:06] #read_workflow_json_filesall C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-mixlab-nodes-0.13.0\app\ [2024-02-19 12:11] got prompt [2024-02-19 12:11] [rgthree] Using rgthree's optimized recursive execution. [2024-02-19 12:11] [rgthree] First run patching recursive_output_delete_if_changed and recursive_willexecute. [2024-02-19 12:11] [rgthree] Note: If execution seems broken due to forward ComfyUI changes, you can disable the optimization from rgthree settings in ComfyUI. [2024-02-19 12:11] Requested to load SDXLClipModel [2024-02-19 12:11] Loading 1 new model [2024-02-19 12:11] WARNING:py.warnings:C:\Ai\ComfyUI\ComfyUI_windows_portable\ComfyUI\comfy\ldm\modules\attention.py:325: UserWarning: 1Torch was not compiled with flash attention. (Triggered internally at ..\aten\src\ATen\native\transformers\cuda\sdp_utils.cpp:263.) out = torch.nn.functional.scaled_dot_product_attention(q, k, v, attn_mask=mask, dropout_p=0.0, is_causal=False)

[2024-02-19 12:11] Reshaping encoder.mid.attn_1.q.weight for SD format [2024-02-19 12:11] Reshaping encoder.mid.attn_1.k.weight for SD format [2024-02-19 12:11] Reshaping encoder.mid.attn_1.v.weight for SD format [2024-02-19 12:11] Reshaping encoder.mid.attn_1.proj_out.weight for SD format [2024-02-19 12:11] Reshaping decoder.mid.attn_1.q.weight for SD format [2024-02-19 12:11] Reshaping decoder.mid.attn_1.k.weight for SD format [2024-02-19 12:11] Reshaping decoder.mid.attn_1.v.weight for SD format [2024-02-19 12:11] Reshaping decoder.mid.attn_1.proj_out.weight for SD format [2024-02-19 12:11] Using pytorch attention in VAE [2024-02-19 12:11] Working with z of shape (1, 4, 32, 32) = 4096 dimensions. [2024-02-19 12:11] Using pytorch attention in VAE [2024-02-19 12:11] ---------------------------------------- [2024-02-19 12:11] Efficient Loader Models Cache: [2024-02-19 12:11] Ckpt: [2024-02-19 12:11] [1] juggernautXL_v8Rundiffusion_2 [2024-02-19 12:11] Vae: [2024-02-19 12:11] [1] SDXL_VAE_Fixed [2024-02-19 12:11] Lora: [2024-02-19 12:11] [1] base_ckpt: juggernautXL_v8Rundiffusion2 [2024-02-19 12:11] lora(mod,clip): cinexart(1.0,1.0) [2024-02-19 12:11] Requested to load SDXL [2024-02-19 12:11] Loading 1 new model [2024-02-19 12:12] [2024-02-19 12:12] Prompt executed in 35.41 seconds [2024-02-19 12:12] ERROR:asyncio:Task exception was never retrieved future: <Task finished name='Task-24' coro=<RequestHandler.start() done, defined at C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\webprotocol.py:481> exception=AssertionError()> Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 524, in start request = self._requestfactory(message, payload, self, writer, handler) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 485, in _make_request return cls( ^^^^^ File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\webrequest.py", line 825, in init super().init(*args, **kwargs) File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\webrequest.py", line 195, in init assert transport is not None ^^^^^^^^^^^^^^^^^^^^^ AssertionError [2024-02-19 12:12] ERROR:asyncio:Task exception was never retrieved future: <Task finished name='Task-33' coro=<RequestHandler.start() done, defined at C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\webprotocol.py:481> exception=AssertionError()> Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 524, in start request = self._requestfactory(message, payload, self, writer, handler) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 485, in _make_request return cls( ^^^^^ File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\webrequest.py", line 825, in init super().init(*args, **kwargs) File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\webrequest.py", line 195, in init assert transport is not None ^^^^^^^^^^^^^^^^^^^^^ AssertionError [2024-02-19 12:12] ERROR:asyncio:Task exception was never retrieved future: <Task finished name='Task-41' coro=<RequestHandler.start() done, defined at C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\webprotocol.py:481> exception=AssertionError()> Traceback (most recent call last): File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_protocol.py", line 524, in start request = self._requestfactory(message, payload, self, writer, handler) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_app.py", line 485, in _make_request return cls( ^^^^^ File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\webrequest.py", line 825, in init super().init(*args, **kwargs) File "C:\Ai\ComfyUI\ComfyUI_windows_portable\python_embeded\Lib\site-packages\aiohttp\web_request.py", line 195, in init assert transport is not None ^^^^^^^^^^^^^^^^^^^^^ AssertionError [2024-02-19 12:14] ERROR:asyncio:Exception in callback _ProactorBasePipeTransport._call_connection_lost(None) handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)> Traceback (most recent call last): File "asyncio\events.py", line 80, in _run File "asyncio\proactor_events.py", line 165, in _call_connection_lost ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host

ltdrdata commented 2 months ago

It seems that the disconnection occurred due to a network issue, possibly caused by a firewall, antivirus, or ISP. Please check your firewall/antivirus settings and try bypassing the issue using a VPN.