Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- D:\ComfyUI_windows_portable>.\python_embeded\python.exe -s ComfyUI\main.py --windows-standalone-build
- [START] Security scan
- [DONE] Security scan
- ## ComfyUI-Manager: installing dependencies done.
- ** ComfyUI startup time: 2024-11-21 16:18:35.793675
- ** Platform: Windows
- ** Python version: 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]
- ** Python executable: D:\ComfyUI_windows_portable\python_embeded\python.exe
- ** ComfyUI Path: D:\ComfyUI_windows_portable\ComfyUI
- ** Log path: D:\ComfyUI_windows_portable\comfyui.log
- Prestartup times for custom nodes:
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Marigold
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
- 1.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
- Total VRAM 12282 MB, total RAM 64736 MB
- pytorch version: 2.5.1+cu124
- Set vram state to: NORMAL_VRAM
- Device: cuda:0 NVIDIA GeForce RTX 4070 Ti : cudaMallocAsync
- Using pytorch cross attention
- [Prompt Server] web root: D:\ComfyUI_windows_portable\ComfyUI\web
- Traceback (most recent call last):
- File "D:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2012, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 995, in exec_module
- File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
- File "D:\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_canny.py", line 1, in <module>
- from kornia.filters import canny
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\__init__.py", line 3, in <module>
- from . import filters
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\__init__.py", line 3, in <module>
- from .bilateral import BilateralBlur, JointBilateralBlur, bilateral_blur, joint_bilateral_blur
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\bilateral.py", line 8, in <module>
- from .kernels import _unpack_2d_ks, get_gaussian_kernel2d
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\kernels.py", line 11, in <module>
- from kornia.utils import deprecated
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\utils\__init__.py", line 20, in <module>
- from .image_print import image_to_string, print_image
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\utils\image_print.py", line 16, in <module>
- from kornia.io import ImageLoadType
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\io\__init__.py", line 1, in <module>
- from .io import ImageLoadType, load_image, write_image
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\io\io.py", line 6, in <module>
- import kornia_rs
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia_rs\__init__.py", line 1, in <module>
- from .kornia_rs import *
- ModuleNotFoundError: No module named 'kornia_rs.kornia_rs'
- Cannot import D:\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_canny.py module for custom nodes: No module named 'kornia_rs.kornia_rs'
- Traceback (most recent call last):
- File "D:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2012, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 995, in exec_module
- File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
- File "D:\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_morphology.py", line 4, in <module>
- from kornia.morphology import dilation, erosion, opening, closing, gradient, top_hat, bottom_hat
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\__init__.py", line 3, in <module>
- from . import filters
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\__init__.py", line 3, in <module>
- from .bilateral import BilateralBlur, JointBilateralBlur, bilateral_blur, joint_bilateral_blur
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\bilateral.py", line 8, in <module>
- from .kernels import _unpack_2d_ks, get_gaussian_kernel2d
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\kernels.py", line 11, in <module>
- from kornia.utils import deprecated
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\utils\__init__.py", line 20, in <module>
- from .image_print import image_to_string, print_image
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\utils\image_print.py", line 16, in <module>
- from kornia.io import ImageLoadType
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\io\__init__.py", line 1, in <module>
- from .io import ImageLoadType, load_image, write_image
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\io\io.py", line 6, in <module>
- import kornia_rs
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia_rs\__init__.py", line 1, in <module>
- from .kornia_rs import *
- ModuleNotFoundError: No module named 'kornia_rs.kornia_rs'
- Cannot import D:\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_morphology.py module for custom nodes: No module named 'kornia_rs.kornia_rs'
- Adding D:\ComfyUI_windows_portable\ComfyUI\custom_nodes to sys.path
- Could not find efficiency nodes
- [comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
- [comfyui_controlnet_aux] | INFO -> Using symlinks: False
- [comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
- DWPose: Onnxruntime with acceleration providers detected
- Loaded ControlNetPreprocessors nodes from D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
- Could not find AdvancedControlNet nodes
- Could not find AnimateDiff nodes
- Could not find IPAdapter nodes
- Could not find VideoHelperSuite nodes
- ### Loading: ComfyUI-Impact-Pack (V7.11.4)
- ### Loading: ComfyUI-Impact-Pack (Subpack: V0.8)
- ### Loading: ComfyUI-Impact-Pack (V7.11.4)
- Loaded ImpactPack nodes from D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
- [Impact Pack] Wildcards loading done.
- [Impact Pack] Wildcards loading done.
- [Crystools INFO] Crystools version: 1.21.0
- [Crystools INFO] CPU: AMD Ryzen 7 7800X3D 8-Core Processor - Arch: AMD64 - OS: Windows 11
- [Crystools INFO] Pynvml (Nvidia) initialized.
- [Crystools INFO] GPU/s:
- [Crystools INFO] 0) NVIDIA GeForce RTX 4070 Ti
- [Crystools INFO] NVIDIA Driver: 566.14
- [ComfyUI-Easy-Use] server: v1.2.5 Loaded
- [ComfyUI-Easy-Use] web root: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\web_version/v2 Loaded
- ### Loading: ComfyUI-Impact-Pack (V7.11.4)
- [Impact Pack] Wildcards loading done.
- ### Loading: ComfyUI-Inspire-Pack (V1.6.1)
- Total VRAM 12282 MB, total RAM 64736 MB
- pytorch version: 2.5.1+cu124
- Set vram state to: NORMAL_VRAM
- Device: cuda:0 NVIDIA GeForce RTX 4070 Ti : cudaMallocAsync
- ### Loading: ComfyUI-Manager (V2.51.9)
- ### ComfyUI Revision: 22 on 'main' [ea3935aa] | Released on '2024-11-22'
- [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
- [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
- [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
- [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
- D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydub\utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
- warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
- [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
- ------------------------------------------
- Comfyroll Studio v1.76 : 175 Nodes Loaded
- ------------------------------------------
- ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
- ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki
- ------------------------------------------
- Traceback (most recent call last):
- File "D:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2012, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 995, in exec_module
- File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
- File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials\__init__.py", line 2, in <module>
- from .image import IMAGE_CLASS_MAPPINGS, IMAGE_NAME_MAPPINGS
- File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials\image.py", line 8, in <module>
- import kornia
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\__init__.py", line 3, in <module>
- from . import filters
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\__init__.py", line 3, in <module>
- from .bilateral import BilateralBlur, JointBilateralBlur, bilateral_blur, joint_bilateral_blur
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\bilateral.py", line 8, in <module>
- from .kernels import _unpack_2d_ks, get_gaussian_kernel2d
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\kernels.py", line 11, in <module>
- from kornia.utils import deprecated
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\utils\__init__.py", line 20, in <module>
- from .image_print import image_to_string, print_image
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\utils\image_print.py", line 16, in <module>
- from kornia.io import ImageLoadType
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\io\__init__.py", line 1, in <module>
- from .io import ImageLoadType, load_image, write_image
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\io\io.py", line 6, in <module>
- import kornia_rs
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia_rs\__init__.py", line 1, in <module>
- from .kornia_rs import *
- ModuleNotFoundError: No module named 'kornia_rs.kornia_rs'
- Cannot import D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials module for custom nodes: No module named 'kornia_rs.kornia_rs'
- [comfy_mtb] | INFO -> loaded 85 nodes successfuly
- [comfy_mtb] | 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.
- [rgthree-comfy] Loaded 42 fantastic nodes. 🎉
- Searge-SDXL v4.3.1 in D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL
- WAS Node Suite: OpenCV Python FFMPEG support is enabled
- WAS Node Suite Warning: `ffmpeg_bin_path` is not set in `D:\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.
- WAS Node Suite: Finished. Loaded 218 nodes successfully.
- "Art is the light that shines even in the darkest corners." - Unknown
- Import times for custom nodes:
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_bnb_nf4_fp4_Loaders
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CascadeResolutions
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\prompt_injection
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\save-image-extended-comfyui
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Flux-Continuum
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath
- 0.0 seconds (IMPORT FAILED): D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Marigold
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
- 0.1 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
- 0.1 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-web-viewer
- 0.2 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_MileHighStyler
- 0.2 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
- 0.3 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL
- 0.4 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
- 0.6 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb
- 0.6 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
- 1.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
- WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.
- IMPORT FAILED: nodes_canny.py
- IMPORT FAILED: nodes_morphology.py
- This issue might be caused by new missing dependencies added the last time you updated ComfyUI.
- Please run the update script: update/update_comfyui.bat
- Starting server
- To see the GUI go to: http://127.0.0.1:8188
- FETCH DATA from: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
- [Inspire Pack] IPAdapterPlus is not installed.
- []
- []
- FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [DONE]
- FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
- FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [DONE]
- FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [DONE]
- FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json [DONE]
- FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json [DONE]
- FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json [DONE]
- Install custom node 'ComfyUI Essentials'
- Try fixing: ['https://github.com/cubiq/ComfyUI_essentials']
- Install: pip packages
- Attempt to fixing '['https://github.com/cubiq/ComfyUI_essentials']' is done.
- After restarting ComfyUI, please refresh the browser.
- Restarting... [Legacy Mode]
- [START] Security scan
- D:\ComfyUI_windows_portable>pause
- Press any key to continue . . . [DONE] Security scan
- ## ComfyUI-Manager: installing dependencies done.
- ** ComfyUI startup time: 2024-11-21 16:19:03.054860
- ** Platform: Windows
- ** Python version: 3.12.7 (tags/v3.12.7:0b05ead, Oct 1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)]
- ** Python executable: D:\ComfyUI_windows_portable\python_embeded\python.exe
- ** ComfyUI Path: D:\ComfyUI_windows_portable\ComfyUI
- ** Log path: D:\ComfyUI_windows_portable\comfyui.log
- #######################################################################
- [ComfyUI-Manager] Starting dependency installation/(de)activation for the extension
- [ComfyUI-Manager] Startup script completed.
- #######################################################################
- Prestartup times for custom nodes:
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Marigold
- 1.6 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
- Total VRAM 12282 MB, total RAM 64736 MB
- pytorch version: 2.5.1+cu124
- Set vram state to: NORMAL_VRAM
- Device: cuda:0 NVIDIA GeForce RTX 4070 Ti : cudaMallocAsync
- Using pytorch cross attention
- [Prompt Server] web root: D:\ComfyUI_windows_portable\ComfyUI\web
- Traceback (most recent call last):
- File "D:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2012, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 995, in exec_module
- File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
- File "D:\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_canny.py", line 1, in <module>
- from kornia.filters import canny
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\__init__.py", line 3, in <module>
- from . import filters
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\__init__.py", line 3, in <module>
- from .bilateral import BilateralBlur, JointBilateralBlur, bilateral_blur, joint_bilateral_blur
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\bilateral.py", line 8, in <module>
- from .kernels import _unpack_2d_ks, get_gaussian_kernel2d
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\kernels.py", line 11, in <module>
- from kornia.utils import deprecated
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\utils\__init__.py", line 20, in <module>
- from .image_print import image_to_string, print_image
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\utils\image_print.py", line 16, in <module>
- from kornia.io import ImageLoadType
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\io\__init__.py", line 1, in <module>
- from .io import ImageLoadType, load_image, write_image
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\io\io.py", line 6, in <module>
- import kornia_rs
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia_rs\__init__.py", line 1, in <module>
- from .kornia_rs import *
- ModuleNotFoundError: No module named 'kornia_rs.kornia_rs'
- Cannot import D:\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_canny.py module for custom nodes: No module named 'kornia_rs.kornia_rs'
- Traceback (most recent call last):
- File "D:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2012, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 995, in exec_module
- File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
- File "D:\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_morphology.py", line 4, in <module>
- from kornia.morphology import dilation, erosion, opening, closing, gradient, top_hat, bottom_hat
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\__init__.py", line 3, in <module>
- from . import filters
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\__init__.py", line 3, in <module>
- from .bilateral import BilateralBlur, JointBilateralBlur, bilateral_blur, joint_bilateral_blur
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\bilateral.py", line 8, in <module>
- from .kernels import _unpack_2d_ks, get_gaussian_kernel2d
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\kernels.py", line 11, in <module>
- from kornia.utils import deprecated
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\utils\__init__.py", line 20, in <module>
- from .image_print import image_to_string, print_image
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\utils\image_print.py", line 16, in <module>
- from kornia.io import ImageLoadType
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\io\__init__.py", line 1, in <module>
- from .io import ImageLoadType, load_image, write_image
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\io\io.py", line 6, in <module>
- import kornia_rs
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia_rs\__init__.py", line 1, in <module>
- from .kornia_rs import *
- ModuleNotFoundError: No module named 'kornia_rs.kornia_rs'
- Cannot import D:\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_morphology.py module for custom nodes: No module named 'kornia_rs.kornia_rs'
- Adding D:\ComfyUI_windows_portable\ComfyUI\custom_nodes to sys.path
- Could not find efficiency nodes
- [comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
- [comfyui_controlnet_aux] | INFO -> Using symlinks: False
- [comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
- Loaded ControlNetPreprocessors nodes from D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
- Could not find AdvancedControlNet nodes
- Could not find AnimateDiff nodes
- Could not find IPAdapter nodes
- Could not find VideoHelperSuite nodes
- ### Loading: ComfyUI-Impact-Pack (V7.11.4)
- ### Loading: ComfyUI-Impact-Pack (Subpack: V0.8)
- ### Loading: ComfyUI-Impact-Pack (V7.11.4)
- Loaded ImpactPack nodes from[Impact Pack] Wildcards loading done.
- D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
- [Impact Pack] Wildcards loading done.
- [Crystools INFO] Crystools version: 1.21.0
- [Crystools INFO] CPU: AMD Ryzen 7 7800X3D 8-Core Processor - Arch: AMD64 - OS: Windows 11
- [Crystools INFO] Pynvml (Nvidia) initialized.
- [Crystools INFO] GPU/s:
- [Crystools INFO] 0) NVIDIA GeForce RTX 4070 Ti
- [Crystools INFO] NVIDIA Driver: 566.14
- [ComfyUI-Easy-Use] server: v1.2.5 Loaded
- [ComfyUI-Easy-Use] web root: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\web_version/v2 Loaded
- ### Loading: ComfyUI-Impact-Pack (V7.11.4)
- [Impact Pack] Wildcards loading done.
- ### Loading: ComfyUI-Inspire-Pack (V1.6.1)
- Total VRAM 12282 MB, total RAM 64736 MB
- pytorch version: 2.5.1+cu124
- Set vram state to: NORMAL_VRAM
- Device: cuda:0 NVIDIA GeForce RTX 4070 Ti : cudaMallocAsync
- ### Loading: ComfyUI-Manager (V2.51.9)
- ### ComfyUI Revision: 22 on 'main' [ea3935aa] | Released on '2024-11-22'
- [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
- [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
- [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
- [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
- [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
- D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\pydub\utils.py:170: RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
- warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
- ------------------------------------------
- Comfyroll Studio v1.76 : 175 Nodes Loaded
- ------------------------------------------
- ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md
- ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki
- ------------------------------------------
- Traceback (most recent call last):
- File "D:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2012, in load_custom_node
- module_spec.loader.exec_module(module)
- File "<frozen importlib._bootstrap_external>", line 995, in exec_module
- File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
- File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials\__init__.py", line 2, in <module>
- from .image import IMAGE_CLASS_MAPPINGS, IMAGE_NAME_MAPPINGS
- File "D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials\image.py", line 8, in <module>
- import kornia
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\__init__.py", line 3, in <module>
- from . import filters
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\__init__.py", line 3, in <module>
- from .bilateral import BilateralBlur, JointBilateralBlur, bilateral_blur, joint_bilateral_blur
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\bilateral.py", line 8, in <module>
- from .kernels import _unpack_2d_ks, get_gaussian_kernel2d
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\filters\kernels.py", line 11, in <module>
- from kornia.utils import deprecated
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\utils\__init__.py", line 20, in <module>
- from .image_print import image_to_string, print_image
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\utils\image_print.py", line 16, in <module>
- from kornia.io import ImageLoadType
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\io\__init__.py", line 1, in <module>
- from .io import ImageLoadType, load_image, write_image
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia\io\io.py", line 6, in <module>
- import kornia_rs
- File "D:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\kornia_rs\__init__.py", line 1, in <module>
- from .kornia_rs import *
- ModuleNotFoundError: No module named 'kornia_rs.kornia_rs'
- Cannot import D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials module for custom nodes: No module named 'kornia_rs.kornia_rs'
- [comfy_mtb] | INFO -> loaded 85 nodes successfuly
- [comfy_mtb] | 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.
- [rgthree-comfy] Loaded 42 extraordinary nodes. 🎉
- Searge-SDXL v4.3.1 in D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL
- WAS Node Suite: OpenCV Python FFMPEG support is enabled
- WAS Node Suite Warning: `ffmpeg_bin_path` is not set in `D:\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.
- WAS Node Suite: Finished. Loaded 218 nodes successfully.
- "Art is not freedom from discipline, but disciplined freedom." - John F. Kennedy
- Import times for custom nodes:
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_bnb_nf4_fp4_Loaders
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CascadeResolutions
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\prompt_injection
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\save-image-extended-comfyui
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Flux-Continuum
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath
- 0.0 seconds (IMPORT FAILED): D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Marigold
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
- 0.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
- 0.1 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
- 0.1 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-web-viewer
- 0.2 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_MileHighStyler
- 0.2 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
- 0.3 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL
- 0.4 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
- 0.6 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb
- 0.6 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
- 1.0 seconds: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
- WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.
- IMPORT FAILED: nodes_canny.py
- IMPORT FAILED: nodes_morphology.py
- This issue might be caused by new missing dependencies added the last time you updated ComfyUI.
- Please run the update script: update/update_comfyui.bat
- Starting server
- To see the GUI go to: http://127.0.0.1:8188
- FETCH DATA from: D:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
- [Inspire Pack] IPAdapterPlus is not installed.
- []
- []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement