Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lora.safetensors log infinite loop problem. #6420

Open
Andypwk opened this issue Jan 10, 2025 · 2 comments
Open

Lora.safetensors log infinite loop problem. #6420

Andypwk opened this issue Jan 10, 2025 · 2 comments
Labels
Potential Bug User is reporting a bug. This should be tested.

Comments

@Andypwk
Copy link

Andypwk commented Jan 10, 2025

Expected Behavior

I only did 'update comfyui' yesterday night.

But some module is missing bla bla and some node is unloaded.

So, I tried to find the reason out but all failed, especially I think the most of problem started with 'Cannot find Comfyui Layerstyle extensions... uh...' <--- I just remember this at first when I realized something goes wrong. It begun with this definitely.

Actual Behavior

Shame on me, I'm a newbie in this python system so there is nothing I can do but only 'Remove all unloaded custom nodes'

Steps to Reproduce

Don't know what I need to talk about this and don't understand completely error log.

Please help me bros ^ ^;;;

Debug Logs

L:\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: 2025-01-10 12:41:55.483897
** 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: L:\ComfyUI_windows_portable\python_embeded\python.exe
** ComfyUI Path: L:\ComfyUI_windows_portable\ComfyUI
** User directory: L:\ComfyUI_windows_portable\ComfyUI\user
** ComfyUI-Manager config path: L:\ComfyUI_windows_portable\ComfyUI\user\default\ComfyUI-Manager\config.ini
** Log path: L:\ComfyUI_windows_portable\ComfyUI\user\comfyui.log

Prestartup times for custom nodes:
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Marigold
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
   3.8 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager

Total VRAM 12288 MB, total RAM 130981 MB
pytorch version: 2.5.1+cu124
xformers version: 0.0.28.post3
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3080 Ti : cudaMallocAsync
Using xformers attention
[Prompt Server] web root: L:\ComfyUI_windows_portable\ComfyUI\web
Traceback (most recent call last):
  File "L:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2106, in load_custom_node
    module_spec.loader.exec_module(module)
  File "<frozen importlib._bootstrap_external>", line 991, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1128, in get_code
  File "<frozen importlib._bootstrap_external>", line 1186, in get_data
FileNotFoundError: [Errno 2] No such file or directory: 'L:\\ComfyUI_windows_portable\\ComfyUI\\comfy_extras\\nodes_audio.py\\__init__.py'

Cannot import L:\ComfyUI_windows_portable\ComfyUI\comfy_extras\nodes_audio.py module for custom nodes: [Errno 2] No such file or directory: 'L:\\ComfyUI_windows_portable\\ComfyUI\\comfy_extras\\nodes_audio.py\\__init__.py'
Config Export Error[Errno 2] No such file or directory: 'XXXHOST-PATHXXX\\PATH_CFG.json'[Allor]: 0 nodes were overridden.
[Allor]: 12 modules were enabled.
[Allor]: 98 nodes were loaded.
[custom_nodes.comfyui_controlnet_aux] | INFO -> Using ckpts path: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
[custom_nodes.comfyui_controlnet_aux] | INFO -> Using symlinks: False
[custom_nodes.comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\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")
Adding L:\ComfyUI_windows_portable\ComfyUI\custom_nodes to sys.path
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!
Loaded Efficiency nodes from L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
Loaded ControlNetPreprocessors nodes from L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
Loaded AdvancedControlNet nodes from L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
Could not find AnimateDiff nodes
Loaded IPAdapter nodes from L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
Loaded VideoHelperSuite from L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
### Loading: ComfyUI-Impact-Pack (V8.3)
### Loading: ComfyUI-Impact-Pack (V8.3)
Loaded ImpactPack nodes from[Impact Pack] Wildcards loading done.
L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
[Impact Pack] Wildcards loading done.
Note: NumExpr detected 24 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 16.
NumExpr defaulting to 16 threads.
2025-01-10 12:42:04.951811: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2025-01-10 12:42:05.528558: I tensorflow/core/util/port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
ConDelta Nodes: Loaded
[Crystools INFO] Crystools version: 1.21.0
[Crystools INFO] CPU: AMD Ryzen 9 5900X 12-Core Processor - Arch: AMD64 - OS: Windows 11
[Crystools INFO] Pynvml (Nvidia) initialized.
[Crystools INFO] GPU/s:
[Crystools INFO] 0) NVIDIA GeForce RTX 3080 Ti
[Crystools INFO] NVIDIA Driver: 566.36
[ComfyUI-Easy-Use] server: v1.2.6 Loaded
[ComfyUI-Easy-Use] web root: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use\web_version/v2 Loaded
L:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\cupy\_environment.py:217: UserWarning: CUDA path could not be detected. Set CUDA_PATH environment variable if CuPy fails to load.
  warnings.warn(
Total VRAM 12288 MB, total RAM 130981 MB
pytorch version: 2.5.1+cu124
xformers version: 0.0.28.post3
Set vram state to: NORMAL_VRAM
Device: cuda:0 NVIDIA GeForce RTX 3080 Ti : cudaMallocAsync
Unable to import guidedFilter, make sure you have only opencv-contrib-python or run the import_error_install.bat script
### Loading: ComfyUI-Impact-Pack (V8.3)
[Impact Pack] Wildcards loading done.
### Loading: ComfyUI-Impact-Subpack (V1.2.6)
[Impact Subpack] ultralytics_bbox: L:\ComfyUI_windows_portable\ComfyUI\models\ultralytics\bbox
[Impact Subpack] ultralytics_segm: L:\ComfyUI_windows_portable\ComfyUI\models\ultralytics\segm
### Loading: ComfyUI-Inspire-Pack (V1.9.1)
L:\ComfyUI_windows_portable\python_embeded\Lib\site-packages\albumentations\__init__.py:24: UserWarning: A new version of Albumentations is available: 2.0.0 (you have 1.4.24). Upgrade using: pip install -U albumentations. To disable automatic update checks, set the environment variable NO_ALBUMENTATIONS_UPDATE to 1.
  check_for_updates()
theUpsiders Logic Nodes: Loaded
### Loading: ComfyUI-Manager (V3.5.1)
### ComfyUI Version: v0.3.10-42-gff83865 | Released on '2025-01-09'
L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack\modules\subcore.py:141: FutureWarning: You are using `torch.load` with `weights_only=False` (the current default value), which uses the default pickle module implicitly. It is possible to construct malicious pickle data which will execute arbitrary code during unpickling (See https://github.com/pytorch/pytorch/blob/main/SECURITY.md#untrusted-models for more details). In a future release, the default value for `weights_only` will be flipped to `True`. This limits the functions that could be executed during unpickling. Arbitrary objects will no longer be allowed to be loaded via this mode unless they are explicitly allowlisted by the user via `torch.serialization.add_safe_globals`. We recommend you start setting `weights_only=True` for any use case where you don't have full control of the loaded file. Please open an issue on GitHub for any issues related to this experimental feature.
  return orig_torch_load(*args, **kwargs)  # NOTE: This code simply delegates the call to torch.load, and any errors that occur here are not the responsibility of Subpack.
[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/alter-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
[ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
[Inspire Pack] IPAdapterPlus is not installed.
[SD Prompt Reader] Node version: 1.3.4
[SD Prompt Reader] Core version: 1.3.5
Nvidia APEX normalization not installed, using PyTorch LayerNorm
Failed to auto update `Quality of Life Suit`
QualityOfLifeSuit_Omar92_DIR: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
[ReActor] - STATUS - Running v0.5.2-b1 in ComfyUI
Torch version: 2.5.1+cu124
(pysssss:WD14Tagger) [DEBUG] Available ORT providers: AzureExecutionProvider, CPUExecutionProvider
(pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider
------------------------------------------
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
------------------------------------------
### [START] ComfyUI AlekPet Nodes v1.0.39 ###
Node -> ChatGLMNode: ChatGLM4TranslateCLIPTextEncodeNode, ChatGLM4TranslateTextNode, ChatGLM4InstructNode, ChatGLM4InstructMediaNode [Loading]
Node -> ArgosTranslateNode: ArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode [Loading]
Node -> DeepTranslatorNode: DeepTranslatorCLIPTextEncodeNode, DeepTranslatorTextNode [Loading]
Node -> GoogleTranslateNode: GoogleTranslateCLIPTextEncodeNode, GoogleTranslateTextNode [Loading]
Node -> ExtrasNode: PreviewTextNode, HexToHueNode, ColorsCorrectNode [Loading]
Node -> PoseNode: PoseNode [Loading]
QualityOfLifeSuit_Omar92::NSP ready
Node -> IDENode: IDENode [Loading]
Node -> PainterNode: PainterNode [Loading]
### [END] ComfyUI AlekPet Nodes ###
FizzleDorf Custom Nodes: Loaded
# 😺dzNodes: LayerStyle -> Cannot import name 'guidedFilter' from 'cv2.ximgproc'
A few nodes cannot works properly, while most nodes are not affected. Please REINSTALL package 'opencv-contrib-python'.
For detail refer to https://github.com/chflame163/ComfyUI_LayerStyle/issues/5
# 😺dzNodes: LayerStyle -> Cannot import name 'guidedFilter' from 'cv2.ximgproc'
A few nodes cannot works properly, while most nodes are not affected. Please REINSTALL package 'opencv-contrib-python'.
For detail refer to https://github.com/chflame163/ComfyUI_LayerStyle/issues/5
[tinyterraNodes] Loaded
[comfy_mtb] | INFO -> loaded 93 nodes successfuly
[comfy_mtb] | INFO -> Some nodes (3) could not be loaded. This can be ignored, but go to http://127.0.0.1:8188/mtb if you want more information.

Initializing ControlAltAI Nodes
Eden_Comfy_Pipelines: WARNING: Could not find OPENAI_API_KEY in .env, disabling gpt prompt generation.
Nvidia APEX normalization not installed, using PyTorch LayerNorm

[rgthree-comfy] Loaded 42 exciting nodes. 🎉

🎾🎾Loading: Ruucm Comfy
(ruucm) Init
Searge-SDXL v4.3.1 in L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL
WAS Node Suite: BlenderNeko's Advanced CLIP Text Encode found, attempting to enable `CLIPTextEncode` support.
WAS Node Suite: `CLIPTextEncode (BlenderNeko Advanced + NSP)` node enabled under `WAS Suite/Conditioning` menu.
WAS Node Suite: OpenCV Python FFMPEG support is enabled
WAS Node Suite Warning: `ffmpeg_bin_path` is not set in `L:\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 221 nodes successfully.

        "The journey of a thousand miles begins with one step." - Lao Tzu


Import times for custom nodes:
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-portrait-master-zh-cn
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\websocket_image_save.py
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\style_aligned_comfy
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_IPAdapter_plus
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-deepcache
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Redux-Prompt
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\efficiency-nodes-comfyui
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-unload-model
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_MiniCPMv2_6-prompt-generator
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_RH_OminiControl
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-FluxExt-MZ
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\sdxl_prompt_styler
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\SD-Latent-Interposer
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_AdvancedRefluxControl
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-use-everywhere
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Miaoshouai-Tagger
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_JC2
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_ADV_CLIP_emb
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light-Native
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inpaint-CropAndStitch
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-VideoHelperSuite
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-fitsize
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BRIA_AI-RMBG
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FaceSimilarity
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\cg-image-picker
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Logic
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-copilot
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\masquerade-nodes-comfyui
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InpaintEasy
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_TTP_Toolset
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_joytag
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyUI_FrequencySeparation_RGB-HSV
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ComfyCouple
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_InstantID
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_face_parsing
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_SLK_joy_caption_two
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-automaticcfg
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_controlnet_aux
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-StyleGan
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_experiments
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_zenid
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Florence2
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-ConDelta
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-lama-remover
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ruucm-comfy
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-WD14-Tagger
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FaceAnalysis
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_JPS-Nodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Detail-Daemon
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Image-Filters
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-inpaint-nodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-RMBG
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PhotoMaker-Plus
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-QualityOfLifeSuit_Omar92
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Pack
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-cup
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tooling-nodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\klinter_nodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-TiledDiffusion
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui_CXH_joy_caption
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Mira
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Text_Image-Composite
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-various
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-DepthAnythingV2
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_FizzNodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\mikey_nodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\hd_node
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Custom-Scripts
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyMath
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-layerdiffuse
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-mxToolkit
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ControlAltAI-Nodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-portrait-master
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_essentials
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Chibi-Nodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Frame-Interpolation
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy-image-saver
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Fluxtapoz
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_UltimateSDUpscale
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Derfuu_ComfyUI_ModdedNodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-utils-nodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\x-flux-comfyui
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KJNodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-prompt-reader-node
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Marigold
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GGUF
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Advanced-ControlNet
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-CSV-Loader
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\rgthree-comfy
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-IC-Light
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dream-project
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\facerestore_cf
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_smznodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Comfyui-ergouzi-Nodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-MingNodes
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspire-Pack
   0.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle_Advance
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_LayerStyle
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-segment-anything-2
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-tensorops
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-reactor-node
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui_segment_anything
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Crystools
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-dynamicprompts
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Impact-Subpack
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\PuLID_ComfyUI
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-InstantID
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-PuLID-Flux-Enhanced
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\eden_comfy_pipelines
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfy_mtb
   0.1 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Gemini
   0.2 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\Head-Orientation-Node-for-ComfyUI---by-PabloGFX
   0.3 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Anyline
   0.3 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\SeargeSDXL
   0.3 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-BiRefNet-Hugo
   0.3 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-SUPIR
   0.5 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-ollama
   0.5 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-GIMM-VFI
   0.5 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-art-venture
   0.6 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-KYNode
   0.7 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Easy-Use
   0.9 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Inspyrenet-Rembg
   1.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager
   1.2 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Allor
   1.4 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Dwpose-Tensorrt
   1.9 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\was-node-suite-comfyui
   2.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet
   3.0 seconds: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\comfyui-cogvideoxwrapper

WARNING: some comfy_extras/ nodes did not import correctly. This may be because they are missing some dependencies.

IMPORT FAILED: nodes_audio.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: L:\ComfyUI_windows_portable\ComfyUI\custom_nodes\ComfyUI-Manager\extension-node-map.json [DONE]
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
['lora.safetensors']
[

Other

help me~~~

@Andypwk Andypwk added the Potential Bug User is reporting a bug. This should be tested. label Jan 10, 2025
@antjelly
Copy link

I am having a similar issue:

Prompt outputs failed validation
LoRA Stacker:

  • Value not in list: lora_name_7: 'SDXL\loraeyesxl.safetensors' not in (list of length 167)

@ltdrdata
Copy link
Collaborator

There's a node pack x-flux-comfyui that outputs lora logs in that way.
Try disabling x-flux-comfyui and test it.
https://github.com/XLabs-AI/x-flux-comfyui

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Potential Bug User is reporting a bug. This should be tested.
Projects
None yet
Development

No branches or pull requests

3 participants