Comfy-Org / Comfy-Org/ComfyUI

aux预处理器报错(新手不懂代码,求大佬指点)

Open
#9,379 3 comments 0 reactions 0 assignees View on GitHub
bug-cop:answered Custom Nodes Bug
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

# ComfyUI Error Report
## Error Details
- **Node ID:** 1
- **Node Type:** AIO_Preprocessor
- **Exception Type:** ValueError
- **Exception Message:** Unrecognized model in LiheYoung/depth-anything-large-hf. Should have a `model_type` key in its config.json, or contain one of the following strings in its name: albert, align, altclip, aria, aria_text, audio-spectrogram-transformer, autoformer, aya_vision, bamba, bark, bart, beit, bert, bert-generation, big_bird, bigbird_pegasus, biogpt, bit, blenderbot, blenderbot-small, blip, blip-2, bloom, bridgetower, bros, camembert, canine, chameleon, chinese_clip, chinese_clip_vision_model, clap, clip, clip_text_model, clip_vision_model, clipseg, clvp, code_llama, codegen, cohere, cohere2, colpali, conditional_detr, convbert, convnext, convnextv2, cpmant, ctrl, cvt, dab-detr, dac, data2vec-audio, data2vec-text, data2vec-vision, dbrx, deberta, deberta-v2, decision_transformer, deformable_detr, deit, depth_anything, depth_pro, deta, detr, diffllama, dinat, dinov2, dinov2_with_registers, distilbert, donut-swin, dpr, dpt, efficientformer, efficientnet, electra, emu3, encodec, encoder-decoder, ernie, ernie_m, esm, falcon, falcon_mamba, fastspeech2_conformer, flaubert, flava, fnet, focalnet, fsmt, funnel, fuyu, gemma, gemma2, gemma3, gemma3_text, git, glm, glpn, got_ocr2, gpt-sw3, gpt2, gpt_bigcode, gpt_neo, gpt_neox, gpt_neox_japanese, gptj, gptsan-japanese, granite, granitemoe, granitemoeshared, granitevision, graphormer, grounding-dino, groupvit, helium, hiera, hubert, ibert, idefics, idefics2, idefics3, idefics3_vision, ijepa, imagegpt, informer, instructblip, instructblipvideo, jamba, jetmoe, jukebox, kosmos-2, layoutlm, layoutlmv2, layoutlmv3, led, levit, lilt, llama, llava, llava_next, llava_next_video, llava_onevision, longformer, longt5, luke, lxmert, m2m_100, mamba, mamba2, marian, markuplm, mask2former, maskformer, maskformer-swin, mbart, mctct, mega, megatron-bert, mgp-str, mimi, mistral, mistral3, mixtral, mllama, mobilebert, mobilenet_v1, mobilenet_v2, mobilevit, mobilevitv2, modernbert, moonshine, moshi, mpnet, mpt, mra, mt5, musicgen, musicgen_melody, mvp, nat, nemotron, nezha, nllb-moe, nougat, nystromformer, olmo, olmo2, olmoe, omdet-turbo, oneformer, open-llama, openai-gpt, opt, owlv2, owlvit, paligemma, patchtsmixer, patchtst, pegasus, pegasus_x, perceiver, persimmon, phi, phi3, phimoe, pix2struct, pixtral, plbart, poolformer, pop2piano, prompt_depth_anything, prophetnet, pvt, pvt_v2, qdqbert, qwen2, qwen2_5_vl, qwen2_audio, qwen2_audio_encoder, qwen2_moe, qwen2_vl, rag, realm, recurrent_gemma, reformer, regnet, rembert, resnet, retribert, roberta, roberta-prelayernorm, roc_bert, roformer, rt_detr, rt_detr_resnet, rt_detr_v2, rwkv, sam, seamless_m4t, seamless_m4t_v2, segformer, seggpt, sew, sew-d, shieldgemma2, siglip, siglip2, siglip_vision_model, smolvlm, smolvlm_vision, speech-encoder-decoder, speech_to_text, speech_to_text_2, speecht5, splinter, squeezebert, stablelm, starcoder2, superglue, superpoint, swiftformer, swin, swin2sr, swinv2, switch_transformers, t5, table-transformer, tapas, textnet, time_series_transformer, timesformer, timm_backbone, timm_wrapper, trajectory_transformer, transfo-xl, trocr, tvlt, tvp, udop, umt5, unispeech, unispeech-sat, univnet, upernet, van, video_llava, videomae, vilt, vipllava, vision-encoder-decoder, vision-text-dual-encoder, visual_bert, vit, vit_hybrid, vit_mae, vit_msn, vitdet, vitmatte, vitpose, vitpose_backbone, vits, vivit, wav2vec2, wav2vec2-bert, wav2vec2-conformer, wavlm, whisper, xclip, xglm, xlm, xlm-prophetnet, xlm-roberta, xlm-roberta-xl, xlnet, xmod, yolos, yoso, zamba, zamba2, zoedepth

## Stack Trace
```
File "F:\comfyui\ComfyUI-aki\ComfyUI\execution.py", line 496, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "F:\comfyui\ComfyUI-aki\ComfyUI\execution.py", line 315, in get_output_data
return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "F:\comfyui\ComfyUI-aki\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)

File "F:\comfyui\ComfyUI-aki\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^

File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_controlnet_aux\__init__.py", line 130, in execute
return getattr(aux_class(), aux_class.FUNCTION)(**params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\depth_anything.py", line 22, in execute
model = DepthAnythingDetector.from_pretrained(filename=ckpt_name).to(model_management.get_torch_device())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything\transformers.py", line 33, in from_pretrained
return cls(model_name=model_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^

File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything\transformers.py", line 18, in __init__
self.pipe = pipeline(task="depth-estimation", model=model_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "F:\comfyui\ComfyUI-aki\python\Lib\site-packages\transformers\pipelines\__init__.py", line 851, in pipeline
config = AutoConfig.from_pretrained(
^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "F:\comfyui\ComfyUI-aki\python\Lib\site-packages\transformers\models\auto\configuration_auto.py", line 1133, in from_pretrained
raise ValueError(

```
## System Information
- **ComfyUI Version:** 0.3.50
- **Arguments:** F:\comfyui\ComfyUI-aki\ComfyUI\main.py --auto-launch --preview-method auto --disable-cuda-malloc --fast
- **OS:** nt
- **Python Version:** 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.7.0+cu128
## Devices

- **Name:** cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 8585216000
- **VRAM Free:** 7441743872
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0

## Logs
```
2025-08-17T10:38:13.620664 - Adding extra search path checkpoints F:\comfyui\ComfyUI-aki\ComfyUI\path\to\stable-diffusion-webui\models\Stable-diffusion
2025-08-17T10:38:13.620664 - Adding extra search path configs F:\comfyui\ComfyUI-aki\ComfyUI\path\to\stable-diffusion-webui\models\Stable-diffusion
2025-08-17T10:38:13.620664 - Adding extra search path vae F:\comfyui\ComfyUI-aki\ComfyUI\path\to\stable-diffusion-webui\models\VAE
2025-08-17T10:38:13.620664 - Adding extra search path loras F:\comfyui\ComfyUI-aki\ComfyUI\path\to\stable-diffusion-webui\models\Lora
2025-08-17T10:38:13.620664 - Adding extra search path loras F:\comfyui\ComfyUI-aki\ComfyUI\path\to\stable-diffusion-webui\models\LyCORIS
2025-08-17T10:38:13.620664 - Adding extra search path upscale_models F:\comfyui\ComfyUI-aki\ComfyUI\path\to\stable-diffusion-webui\models\ESRGAN
2025-08-17T10:38:13.620664 - Adding extra search path upscale_models F:\comfyui\ComfyUI-aki\ComfyUI\path\to\stable-diffusion-webui\models\RealESRGAN
2025-08-17T10:38:13.620664 - Adding extra search path upscale_models F:\comfyui\ComfyUI-aki\ComfyUI\path\to\stable-diffusion-webui\models\SwinIR
2025-08-17T10:38:13.620664 - Adding extra search path embeddings F:\comfyui\ComfyUI-aki\ComfyUI\path\to\stable-diffusion-webui\embeddings
2025-08-17T10:38:13.620664 - Adding extra search path hypernetworks F:\comfyui\ComfyUI-aki\ComfyUI\path\to\stable-diffusion-webui\models\hypernetworks
2025-08-17T10:38:13.620664 - Adding extra search path controlnet F:\comfyui\ComfyUI-aki\ComfyUI\path\to\stable-diffusion-webui\models\ControlNet
2025-08-17T10:38:13.998086 - [START] Security scan2025-08-17T10:38:13.998086 -
2025-08-17T10:38:17.329055 - [DONE] Security scan2025-08-17T10:38:17.329055 -
2025-08-17T10:38:17.434688 - ## ComfyUI-Manager: installing dependencies done.2025-08-17T10:38:17.434688 -
2025-08-17T10:38:17.434688 - ** ComfyUI startup time:2025-08-17T10:38:17.434688 - 2025-08-17T10:38:17.434688 - 2025-08-17 10:38:17.4342025-08-17T10:38:17.434688 -
2025-08-17T10:38:17.434688 - ** Platform:2025-08-17T10:38:17.434688 - 2025-08-17T10:38:17.434688 - Windows2025-08-17T10:38:17.434688 -
2025-08-17T10:38:17.434688 - ** Python version:2025-08-17T10:38:17.434688 - 2025-08-17T10:38:17.434688 - 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]2025-08-17T10:38:17.434688 -
2025-08-17T10:38:17.434688 - ** Python executable:2025-08-17T10:38:17.434688 - 2025-08-17T10:38:17.435698 - F:\comfyui\ComfyUI-aki\python\python.exe2025-08-17T10:38:17.435698 -
2025-08-17T10:38:17.435698 - ** ComfyUI Path:2025-08-17T10:38:17.435698 - 2025-08-17T10:38:17.435698 - F:\comfyui\ComfyUI-aki\ComfyUI2025-08-17T10:38:17.435698 -
2025-08-17T10:38:17.435698 - ** ComfyUI Base Folder Path:2025-08-17T10:38:17.435698 - 2025-08-17T10:38:17.435698 - F:\comfyui\ComfyUI-aki\ComfyUI2025-08-17T10:38:17.435698 -
2025-08-17T10:38:17.435698 - ** User directory:2025-08-17T10:38:17.435698 - 2025-08-17T10:38:17.435698 - F:\comfyui\ComfyUI-aki\ComfyUI\user2025-08-17T10:38:17.435698 -
2025-08-17T10:38:17.435698 - ** ComfyUI-Manager config path:2025-08-17T10:38:17.435698 - 2025-08-17T10:38:17.435698 - F:\comfyui\ComfyUI-aki\ComfyUI\user\default\ComfyUI-Manager\config.ini2025-08-17T10:38:17.435698 -
2025-08-17T10:38:17.435698 - ** Log path:2025-08-17T10:38:17.435698 - 2025-08-17T10:38:17.435698 - F:\comfyui\ComfyUI-aki\ComfyUI\user\comfyui.log2025-08-17T10:38:17.435698 -
2025-08-17T10:38:21.244669 -
Prestartup times for custom nodes:
2025-08-17T10:38:21.244669 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\rgthree-comfy
2025-08-17T10:38:21.244669 - 7.6 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-manager
2025-08-17T10:38:21.244669 -
2025-08-17T10:38:22.728986 - Checkpoint files will always be loaded safely.
2025-08-17T10:38:22.834730 - Total VRAM 8188 MB, total RAM 16120 MB
2025-08-17T10:38:22.834730 - pytorch version: 2.7.0+cu128
2025-08-17T10:38:24.258704 - xformers version: 0.0.30+4cf69f09.d20250606
2025-08-17T10:38:24.258704 - Enabled fp16 accumulation.
2025-08-17T10:38:24.258704 - Set vram state to: NORMAL_VRAM
2025-08-17T10:38:24.258704 - Device: cuda:0 NVIDIA GeForce RTX 4060 Laptop GPU : cudaMallocAsync
2025-08-17T10:38:24.574730 - Using xformers attention
2025-08-17T10:38:25.548878 - Python version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
2025-08-17T10:38:25.548878 - ComfyUI version: 0.3.50
2025-08-17T10:38:25.791202 - ComfyUI frontend version: 1.23.4
2025-08-17T10:38:25.793243 - [Prompt Server] web root: F:\comfyui\ComfyUI-aki\python\Lib\site-packages\comfyui_frontend_package\static
2025-08-17T10:38:27.181602 - [AnimateDiff] - WARNING - xformers is enabled but it has a bug that can cause issue while using with AnimateDiff.
2025-08-17T10:38:27.184749 - [AnimateDiff] - ERROR - No models available. Please download one and put it in models folder
2025-08-17T10:38:27.578212 - [Crystools INFO] Crystools version: 1.26.8
2025-08-17T10:38:27.599479 - [Crystools INFO] Platform release: 10
2025-08-17T10:38:27.599479 - [Crystools INFO] JETSON: Not detected.
2025-08-17T10:38:27.600482 - [Crystools INFO] CPU: 12th Gen Intel(R) Core(TM) i7-12650H - Arch: AMD64 - OS: Windows 10
2025-08-17T10:38:27.611348 - [Crystools INFO] pynvml (NVIDIA) initialized.
2025-08-17T10:38:27.611348 - [Crystools INFO] GPU/s:
2025-08-17T10:38:27.619632 - [Crystools INFO] 0) NVIDIA GeForce RTX 4060 Laptop GPU
2025-08-17T10:38:27.619632 - [Crystools INFO] NVIDIA Driver: 580.97
2025-08-17T10:38:27.660573 - ComfyUI-GGUF: Partial torch compile only, consider updating pytorch
2025-08-17T10:38:27.664594 - ComfyUI-GGUF: Partial torch compile only, consider updating pytorch
2025-08-17T10:38:28.651460 - ### Loading: ComfyUI-Impact-Pack (V8.22)
2025-08-17T10:38:28.727039 -
----------------------------------------------------------------------------
[Impact Pack] The SAM2 functionality is unavailable because the `facebook/sam2` dependency is not installed.

Installation command:
F:\comfyui\ComfyUI-aki\python\python.exe -m pip install git+https://github.com/facebookresearch/sam2
----------------------------------------------------------------------------

2025-08-17T10:38:28.765776 -
----------------------------------------------------------------------------
[Impact Pack] The SAM2 functionality is unavailable because the `facebook/sam2` dependency is not installed.

Installation command:
F:\comfyui\ComfyUI-aki\python\python.exe -m pip install git+https://github.com/facebookresearch/sam2
----------------------------------------------------------------------------

2025-08-17T10:38:28.804703 - ### Loading: ComfyUI-Inspire-Pack (V1.21)
2025-08-17T10:38:28.807098 - [Impact Pack] Wildcards loading done.
2025-08-17T10:38:28.979104 - ### Loading: ComfyUI-Manager (V3.36)
2025-08-17T10:38:28.979104 - [ComfyUI-Manager] network_mode: public
2025-08-17T10:38:28.980113 - [ComfyUI-Manager] Since --preview-method is set, ComfyUI-Manager's preview method feature will be ignored.
2025-08-17T10:38:29.160391 - ### ComfyUI Version: v0.3.50 | Released on '2025-08-13'
2025-08-17T10:38:31.259042 - --------------
2025-08-17T10:38:31.259042 -  ### Mixlab Nodes: Loaded
2025-08-17T10:38:31.269022 - json_repair## OK2025-08-17T10:38:31.269022 -
2025-08-17T10:38:31.274868 - ChatGPT.available True
2025-08-17T10:38:31.275872 - edit_mask.available True
2025-08-17T10:38:31.380456 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-08-17T10:38:31.605231 - ## clip_interrogator_model not found: F:\comfyui\ComfyUI-aki\ComfyUI\models\clip_interrogator\Salesforce\blip-image-captioning-base, pls download from https://huggingface.co/Salesforce/blip-image-captioning-base2025-08-17T10:38:31.605231 -
2025-08-17T10:38:31.605231 - ClipInterrogator.available True
2025-08-17T10:38:31.674150 - ## text_generator_model not found: F:\comfyui\ComfyUI-aki\ComfyUI\models\prompt_generator\text2image-prompt-generator, pls download from https://huggingface.co/succinctly/text2image-prompt-generator/tree/main2025-08-17T10:38:31.674150 -
2025-08-17T10:38:31.674150 - ## zh_en_model not found: F:\comfyui\ComfyUI-aki\ComfyUI\models\prompt_generator\opus-mt-zh-en, pls download from https://huggingface.co/Helsinki-NLP/opus-mt-zh-en/tree/main2025-08-17T10:38:31.674150 -
2025-08-17T10:38:31.674150 - PromptGenerate.available True
2025-08-17T10:38:31.675216 - ChinesePrompt.available True
2025-08-17T10:38:31.675216 - RembgNode_.available True
2025-08-17T10:38:31.679229 - ffmpeg could not be found. Using ffmpeg from imageio-ffmpeg.2025-08-17T10:38:31.679229 -
2025-08-17T10:38:31.888862 - TripoSR.available
2025-08-17T10:38:31.889878 - MiniCPMNode.available
2025-08-17T10:38:31.924093 - Scenedetect.available
2025-08-17T10:38:31.927617 - FishSpeech.available False
2025-08-17T10:38:31.934851 - SenseVoice.available
2025-08-17T10:38:32.074134 - Whisper.available False
2025-08-17T10:38:32.075529 - fal-client## OK2025-08-17T10:38:32.075529 -
2025-08-17T10:38:32.084600 - FalVideo.available
2025-08-17T10:38:32.084600 -  -------------- 
2025-08-17T10:38:32.092105 - ======================================== ComfyUI-nunchaku Initialization ========================================
2025-08-17T10:38:32.093108 - Nunchaku version: Package 'nunchaku' not found.
2025-08-17T10:38:32.094614 - ComfyUI-nunchaku version: 1.0.0dev0
2025-08-17T10:38:32.094614 - ComfyUI-nunchaku 1.0.0dev0 is not compatible with nunchaku Package 'nunchaku' not found.. Please update nunchaku to a supported version in ['v0.3.2'].
2025-08-17T10:38:32.099077 - Node `NunchakuFluxDiTLoader` import failed:
Traceback (most recent call last):
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-nunchaku\__init__.py", line 31, in
from .nodes.models.flux import NunchakuFluxDiTLoader
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-nunchaku\nodes\models\flux.py", line 18, in
from nunchaku import NunchakuFluxTransformer2dModel
ModuleNotFoundError: No module named 'nunchaku'
2025-08-17T10:38:32.101693 - Node `NunchakuFluxLoraLoader` import failed:
Traceback (most recent call last):
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-nunchaku\__init__.py", line 38, in
from .nodes.lora.flux import NunchakuFluxLoraLoader
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-nunchaku\nodes\lora\flux.py", line 12, in
from nunchaku.lora.flux import to_diffusers
ModuleNotFoundError: No module named 'nunchaku'
2025-08-17T10:38:32.105388 - Nodes `NunchakuTextEncoderLoader` and `NunchakuTextEncoderLoaderV2` import failed:
Traceback (most recent call last):
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-nunchaku\__init__.py", line 46, in
from .nodes.models.text_encoder import NunchakuTextEncoderLoader, NunchakuTextEncoderLoaderV2
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-nunchaku\nodes\models\text_encoder.py", line 17, in
from nunchaku import NunchakuT5EncoderModel
ModuleNotFoundError: No module named 'nunchaku'
2025-08-17T10:38:32.110517 - Nodes `NunchakuPulidApply`,`NunchakuPulidLoader`, `NunchakuPuLIDLoaderV2` and `NunchakuFluxPuLIDApplyV2` import failed:
Traceback (most recent call last):
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-nunchaku\__init__.py", line 61, in
from .nodes.models.pulid import (
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-nunchaku\nodes\models\pulid.py", line 21, in
from nunchaku.models.pulid.pulid_forward import pulid_forward
ModuleNotFoundError: No module named 'nunchaku'
2025-08-17T10:38:32.168837 - Nodes `NunchakuFluxIPAdapterApply` and `NunchakuIPAdapterLoader` import failed:
Traceback (most recent call last):
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-nunchaku\__init__.py", line 78, in
from .nodes.models.ipadapter import NunchakuFluxIPAdapterApply, NunchakuIPAdapterLoader
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-nunchaku\nodes\models\ipadapter.py", line 14, in
from nunchaku.models.ip_adapter.diffusers_adapters import apply_IPA_on_pipe
ModuleNotFoundError: No module named 'nunchaku'
2025-08-17T10:38:32.171904 - Node `NunchakuModelMerger` import failed:
Traceback (most recent call last):
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-nunchaku\__init__.py", line 86, in
from .nodes.tools.merge_safetensors import NunchakuModelMerger
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-nunchaku\nodes\tools\merge_safetensors.py", line 11, in
from nunchaku.merge_safetensors import merge_safetensors
ModuleNotFoundError: No module named 'nunchaku'
2025-08-17T10:38:32.173410 - =================================================================================================================
2025-08-17T10:38:32.377958 - Traceback (most recent call last):
File "F:\comfyui\ComfyUI-aki\ComfyUI\nodes.py", line 2129, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-SVD-main\__init__.py", line 1, in
from .comfyui_svd import NODE_CLASS_MAPPINGS, NODE_DISPLAY_NAME_MAPPINGS
ImportError: cannot import name 'NODE_CLASS_MAPPINGS' from 'F:\\comfyui\\ComfyUI-aki\\ComfyUI\\custom_nodes\\ComfyUI-SVD-main.comfyui_svd' (F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-SVD-main\comfyui_svd.py)

2025-08-17T10:38:32.377958 - Cannot import F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-SVD-main module for custom nodes: cannot import name 'NODE_CLASS_MAPPINGS' from 'F:\\comfyui\\ComfyUI-aki\\ComfyUI\\custom_nodes\\ComfyUI-SVD-main.comfyui_svd' (F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-SVD-main\comfyui_svd.py)
2025-08-17T10:38:33.136489 - Warning: Could not load sageattention: No module named 'sageattention'
2025-08-17T10:38:33.136489 - sageattention package is not installed, sageattention will not be available
2025-08-17T10:38:33.180609 - (pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider2025-08-17T10:38:33.180609 -
2025-08-17T10:38:33.180609 - (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider2025-08-17T10:38:33.180609 -
2025-08-17T10:38:33.390044 - ------------------------------------------2025-08-17T10:38:33.390044 -
2025-08-17T10:38:33.390044 - Comfyroll Studio v1.76 :  175 Nodes Loaded2025-08-17T10:38:33.390044 -
2025-08-17T10:38:33.390044 - ------------------------------------------2025-08-17T10:38:33.390044 -
2025-08-17T10:38:33.390044 - ** For changes, please see patch notes at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/blob/main/Patch_Notes.md2025-08-17T10:38:33.390044 -
2025-08-17T10:38:33.390044 - ** For help, please see the wiki at https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes/wiki2025-08-17T10:38:33.390044 -
2025-08-17T10:38:33.390044 - ------------------------------------------2025-08-17T10:38:33.390044 -
2025-08-17T10:38:33.397683 - [F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
2025-08-17T10:38:33.397683 - [F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False
2025-08-17T10:38:33.397683 - [F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
2025-08-17T10:38:33.415682 - DWPose: Onnxruntime with acceleration providers detected2025-08-17T10:38:33.415682 -
2025-08-17T10:38:36.296015 - 
### [START] ComfyUI AlekPet Nodes v1.0.77 ###2025-08-17T10:38:36.296015 -
2025-08-17T10:38:36.296015 - Node -> ArgosTranslateNode: ArgosTranslateCLIPTextEncodeNode, ArgosTranslateTextNode [Loading]2025-08-17T10:38:36.296015 -
2025-08-17T10:38:36.296015 - Node -> ChatGLMNode: ChatGLM4TranslateCLIPTextEncodeNode, ChatGLM4TranslateTextNode, ChatGLM4InstructNode, ChatGLM4InstructMediaNode [Loading]2025-08-17T10:38:36.296015 -
2025-08-17T10:38:36.296015 - Node -> DeepTranslatorNode: DeepTranslatorCLIPTextEncodeNode, DeepTranslatorTextNode [Loading]2025-08-17T10:38:36.296015 -
2025-08-17T10:38:36.296015 - Node -> ExtrasNode: PreviewTextNode, HexToHueNode, ColorsCorrectNode [Loading]2025-08-17T10:38:36.296015 -
2025-08-17T10:38:36.296015 - Node -> GoogleTranslateNode: GoogleTranslateCLIPTextEncodeNode, GoogleTranslateTextNode [Loading]2025-08-17T10:38:36.296015 -
2025-08-17T10:38:36.296015 - Node -> IDENode: IDENode [Loading]2025-08-17T10:38:36.296015 -
2025-08-17T10:38:36.296015 - Node -> PainterNode: PainterNode [Loading]2025-08-17T10:38:36.296015 -
2025-08-17T10:38:36.296015 - Node -> PoseNode: PoseNode [Loading]2025-08-17T10:38:36.296015 -
2025-08-17T10:38:36.296015 - ### [END] ComfyUI AlekPet Nodes ###2025-08-17T10:38:36.296015 -
2025-08-17T10:38:36.324648 - [tinyterraNodes] Loaded2025-08-17T10:38:36.324648 -
2025-08-17T10:38:36.452848 -
Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!2025-08-17T10:38:36.452848 -
2025-08-17T10:38:36.460009 - Traceback (most recent call last):
File "F:\comfyui\ComfyUI-aki\ComfyUI\nodes.py", line 2129, 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 get_data
FileNotFoundError: [Errno 2] No such file or directory: 'F:\\comfyui\\ComfyUI-aki\\ComfyUI\\custom_nodes\\esp32easylib-main\\__init__.py'

2025-08-17T10:38:36.460009 - Cannot import F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\esp32easylib-main module for custom nodes: [Errno 2] No such file or directory: 'F:\\comfyui\\ComfyUI-aki\\ComfyUI\\custom_nodes\\esp32easylib-main\\__init__.py'
2025-08-17T10:38:36.462757 - Traceback (most recent call last):
File "F:\comfyui\ComfyUI-aki\ComfyUI\nodes.py", line 2129, 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 get_data
FileNotFoundError: [Errno 2] No such file or directory: 'F:\\comfyui\\ComfyUI-aki\\ComfyUI\\custom_nodes\\esp8266easylib-main\\__init__.py'

2025-08-17T10:38:36.463763 - Cannot import F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\esp8266easylib-main module for custom nodes: [Errno 2] No such file or directory: 'F:\\comfyui\\ComfyUI-aki\\ComfyUI\\custom_nodes\\esp8266easylib-main\\__init__.py'
2025-08-17T10:38:38.262399 - WAS Node Suite: OpenCV Python FFMPEG support is enabled2025-08-17T10:38:38.263392 -
2025-08-17T10:38:38.263392 - WAS Node Suite Warning: `ffmpeg_bin_path` is not set in `F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\pr-was-node-suite-comfyui-47064894\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.2025-08-17T10:38:38.263392 -
2025-08-17T10:38:40.054815 - WAS Node Suite: Finished. Loaded 220 nodes successfully.2025-08-17T10:38:40.054815 -
2025-08-17T10:38:40.054815 -
"The best revenge is massive success." - Frank Sinatra
2025-08-17T10:38:40.054815 -
2025-08-17T10:38:40.889304 -
2025-08-17T10:38:40.890341 - [rgthree-comfy] Loaded 48 fantastic nodes. 🎉2025-08-17T10:38:40.890341 -
2025-08-17T10:38:40.890341 -
2025-08-17T10:38:40.896917 -
Import times for custom nodes:
2025-08-17T10:38:40.896917 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\websocket_image_save.py
2025-08-17T10:38:40.896917 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\sdxl_prompt_styler-main
2025-08-17T10:38:40.896917 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\sdxl_prompt_styler
2025-08-17T10:38:40.896917 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\LCMSampler-ComfyUI-main
2025-08-17T10:38:40.896917 - 0.0 seconds (IMPORT FAILED): F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\esp8266easylib-main
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\sd-dynamic-thresholding
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-WD14-Tagger
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUi_NNLatentUpscale-master
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-GGUF-main
2025-08-17T10:38:40.897932 - 0.0 seconds (IMPORT FAILED): F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\esp32easylib-main
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_ipadapter_plus
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-Extra-Samplers-main
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\AIGODLIKE-COMFYUI-TRANSLATION
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-animatediff-main
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-layerdiffuse
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_essentials
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-custom-scripts
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_UltimateSDUpscale
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-GGUF
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-advanced-controlnet
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-VideoHelperSuite
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-animatediff-evolved
2025-08-17T10:38:40.897932 - 0.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-08-17T10:38:40.897932 - 0.1 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI_tinyterraNodes-main
2025-08-17T10:38:40.897932 - 0.1 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-Inspire-Pack
2025-08-17T10:38:40.897932 - 0.1 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2025-08-17T10:38:40.897932 - 0.1 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-KJNodes
2025-08-17T10:38:40.897932 - 0.1 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-nunchaku
2025-08-17T10:38:40.897932 - 0.2 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-Impact-Pack
2025-08-17T10:38:40.897932 - 0.2 seconds (IMPORT FAILED): F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-SVD-main
2025-08-17T10:38:40.897932 - 0.2 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI_Comfyroll_CustomNodes-main
2025-08-17T10:38:40.897932 - 0.4 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-crystools
2025-08-17T10:38:40.897932 - 0.5 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-manager
2025-08-17T10:38:40.897932 - 0.8 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI-WanVideoWrapper-main
2025-08-17T10:38:40.897932 - 0.8 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\rgthree-comfy
2025-08-17T10:38:40.897932 - 1.0 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-HunyuanVideoWrapper
2025-08-17T10:38:40.897932 - 2.6 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-mixlab-nodes-main
2025-08-17T10:38:40.897932 - 2.9 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\ComfyUI_Custom_Nodes_AlekPet-master
2025-08-17T10:38:40.897932 - 3.6 seconds: F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\pr-was-node-suite-comfyui-47064894
2025-08-17T10:38:40.897932 -
2025-08-17T10:38:41.377072 - Context impl SQLiteImpl.
2025-08-17T10:38:41.377072 - Will assume non-transactional DDL.
2025-08-17T10:38:41.377072 - No target revision found.
2025-08-17T10:38:41.401721 - Starting server

2025-08-17T10:38:41.401721 - To see the GUI go to: http://127.0.0.1:8188
2025-08-17T10:38:42.384943 - F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-mixlab-nodes-main\webApp\lib/photoswipe-lightbox.esm.min.js2025-08-17T10:38:42.384943 -
2025-08-17T10:38:42.418560 - F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-mixlab-nodes-main\webApp\lib/photoswipe.min.css2025-08-17T10:38:42.418560 -
2025-08-17T10:38:42.430438 - F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-mixlab-nodes-main\webApp\lib/pickr.min.js2025-08-17T10:38:42.430438 -
2025-08-17T10:38:42.458290 - F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-mixlab-nodes-main\webApp\lib/model-viewer.min.js2025-08-17T10:38:42.458290 -
2025-08-17T10:38:42.630327 - F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-mixlab-nodes-main\webApp\lib/classic.min.css2025-08-17T10:38:42.630327 -
2025-08-17T10:38:42.630327 - F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-mixlab-nodes-main\webApp\lib/juxtapose.min.js2025-08-17T10:38:42.630327 -
2025-08-17T10:38:42.631565 - F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-mixlab-nodes-main\webApp\lib/juxtapose.css2025-08-17T10:38:42.631565 -
2025-08-17T10:39:01.382781 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-08-17T10:39:13.847908 - [ComfyUI-Manager] Failed to perform initial fetching 'model-list.json': [WinError 121] 信号灯超时时间已到
2025-08-17T10:39:13.849676 - Traceback (most recent call last):
2025-08-17T10:39:13.849676 - 2025-08-17T10:39:13.849676 - File "F:\comfyui\ComfyUI-aki\python\Lib\asyncio\proactor_events.py", line 286, in _loop_reading
length = fut.result()
^^^^^^^^^^^^
2025-08-17T10:39:13.849676 - 2025-08-17T10:39:13.850676 - File "F:\comfyui\ComfyUI-aki\python\Lib\asyncio\windows_events.py", line 854, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-17T10:39:13.850676 - 2025-08-17T10:39:13.850676 - File "F:\comfyui\ComfyUI-aki\python\Lib\asyncio\windows_events.py", line 494, in finish_recv
return ov.getresult()
^^^^^^^^^^^^^^
2025-08-17T10:39:13.850676 - 2025-08-17T10:39:13.850676 - OSError: [WinError 121] 信号灯超时时间已到
2025-08-17T10:39:13.850676 - 2025-08-17T10:39:13.850676 -
The above exception was the direct cause of the following exception:

2025-08-17T10:39:13.850676 - 2025-08-17T10:39:13.850676 - Traceback (most recent call last):
2025-08-17T10:39:13.850676 - 2025-08-17T10:39:13.850676 - File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-manager\glob\manager_server.py", line 1735, in get_cache
json_obj = await manager_util.get_data(uri, True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2025-08-17T10:39:13.850676 - 2025-08-17T10:39:13.850676 - File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui-manager\glob\manager_util.py", line 145, in get_data
async with session.get(uri, headers=headers) as resp:
2025-08-17T10:39:13.850676 - 2025-08-17T10:39:13.850676 - File "F:\comfyui\ComfyUI-aki\python\Lib\site-packages\aiohttp\client.py", line 1425, in __aenter__
self._resp: _RetType = await self._coro
^^^^^^^^^^^^^^^^
2025-08-17T10:39:13.850676 - 2025-08-17T10:39:13.850676 - File "F:\comfyui\ComfyUI-aki\python\Lib\site-packages\aiohttp\client.py", line 730, in _request
await resp.start(conn)
2025-08-17T10:39:13.850676 - 2025-08-17T10:39:13.850676 - File "F:\comfyui\ComfyUI-aki\python\Lib\site-packages\aiohttp\client_reqrep.py", line 1059, in start
message, payload = await protocol.read() # type: ignore[union-attr]
^^^^^^^^^^^^^^^^^^^^^
2025-08-17T10:39:13.850676 - 2025-08-17T10:39:13.850676 - File "F:\comfyui\ComfyUI-aki\python\Lib\site-packages\aiohttp\streams.py", line 671, in read
await self._waiter
2025-08-17T10:39:13.850676 - 2025-08-17T10:39:13.850676 - aiohttp.client_exceptions.ClientOSError: [WinError 121] 信号灯超时时间已到
2025-08-17T10:39:13.850676 - 2025-08-17T10:39:29.509612 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-08-17T10:41:56.351852 - got prompt
2025-08-17T10:41:57.366661 - !!! Exception during processing !!! Unrecognized model in LiheYoung/depth-anything-large-hf. Should have a `model_type` key in its config.json, or contain one of the following strings in its name: albert, align, altclip, aria, aria_text, audio-spectrogram-transformer, autoformer, aya_vision, bamba, bark, bart, beit, bert, bert-generation, big_bird, bigbird_pegasus, biogpt, bit, blenderbot, blenderbot-small, blip, blip-2, bloom, bridgetower, bros, camembert, canine, chameleon, chinese_clip, chinese_clip_vision_model, clap, clip, clip_text_model, clip_vision_model, clipseg, clvp, code_llama, codegen, cohere, cohere2, colpali, conditional_detr, convbert, convnext, convnextv2, cpmant, ctrl, cvt, dab-detr, dac, data2vec-audio, data2vec-text, data2vec-vision, dbrx, deberta, deberta-v2, decision_transformer, deformable_detr, deit, depth_anything, depth_pro, deta, detr, diffllama, dinat, dinov2, dinov2_with_registers, distilbert, donut-swin, dpr, dpt, efficientformer, efficientnet, electra, emu3, encodec, encoder-decoder, ernie, ernie_m, esm, falcon, falcon_mamba, fastspeech2_conformer, flaubert, flava, fnet, focalnet, fsmt, funnel, fuyu, gemma, gemma2, gemma3, gemma3_text, git, glm, glpn, got_ocr2, gpt-sw3, gpt2, gpt_bigcode, gpt_neo, gpt_neox, gpt_neox_japanese, gptj, gptsan-japanese, granite, granitemoe, granitemoeshared, granitevision, graphormer, grounding-dino, groupvit, helium, hiera, hubert, ibert, idefics, idefics2, idefics3, idefics3_vision, ijepa, imagegpt, informer, instructblip, instructblipvideo, jamba, jetmoe, jukebox, kosmos-2, layoutlm, layoutlmv2, layoutlmv3, led, levit, lilt, llama, llava, llava_next, llava_next_video, llava_onevision, longformer, longt5, luke, lxmert, m2m_100, mamba, mamba2, marian, markuplm, mask2former, maskformer, maskformer-swin, mbart, mctct, mega, megatron-bert, mgp-str, mimi, mistral, mistral3, mixtral, mllama, mobilebert, mobilenet_v1, mobilenet_v2, mobilevit, mobilevitv2, modernbert, moonshine, moshi, mpnet, mpt, mra, mt5, musicgen, musicgen_melody, mvp, nat, nemotron, nezha, nllb-moe, nougat, nystromformer, olmo, olmo2, olmoe, omdet-turbo, oneformer, open-llama, openai-gpt, opt, owlv2, owlvit, paligemma, patchtsmixer, patchtst, pegasus, pegasus_x, perceiver, persimmon, phi, phi3, phimoe, pix2struct, pixtral, plbart, poolformer, pop2piano, prompt_depth_anything, prophetnet, pvt, pvt_v2, qdqbert, qwen2, qwen2_5_vl, qwen2_audio, qwen2_audio_encoder, qwen2_moe, qwen2_vl, rag, realm, recurrent_gemma, reformer, regnet, rembert, resnet, retribert, roberta, roberta-prelayernorm, roc_bert, roformer, rt_detr, rt_detr_resnet, rt_detr_v2, rwkv, sam, seamless_m4t, seamless_m4t_v2, segformer, seggpt, sew, sew-d, shieldgemma2, siglip, siglip2, siglip_vision_model, smolvlm, smolvlm_vision, speech-encoder-decoder, speech_to_text, speech_to_text_2, speecht5, splinter, squeezebert, stablelm, starcoder2, superglue, superpoint, swiftformer, swin, swin2sr, swinv2, switch_transformers, t5, table-transformer, tapas, textnet, time_series_transformer, timesformer, timm_backbone, timm_wrapper, trajectory_transformer, transfo-xl, trocr, tvlt, tvp, udop, umt5, unispeech, unispeech-sat, univnet, upernet, van, video_llava, videomae, vilt, vipllava, vision-encoder-decoder, vision-text-dual-encoder, visual_bert, vit, vit_hybrid, vit_mae, vit_msn, vitdet, vitmatte, vitpose, vitpose_backbone, vits, vivit, wav2vec2, wav2vec2-bert, wav2vec2-conformer, wavlm, whisper, xclip, xglm, xlm, xlm-prophetnet, xlm-roberta, xlm-roberta-xl, xlnet, xmod, yolos, yoso, zamba, zamba2, zoedepth
2025-08-17T10:41:57.368670 - Traceback (most recent call last):
File "F:\comfyui\ComfyUI-aki\ComfyUI\execution.py", line 496, in execute
output_data, output_ui, has_subgraph, has_pending_tasks = await get_output_data(prompt_id, unique_id, obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\comfyui\ComfyUI-aki\ComfyUI\execution.py", line 315, in get_output_data
return_values = await _async_map_node_over_list(prompt_id, unique_id, obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb, hidden_inputs=hidden_inputs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\comfyui\ComfyUI-aki\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "F:\comfyui\ComfyUI-aki\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_controlnet_aux\__init__.py", line 130, in execute
return getattr(aux_class(), aux_class.FUNCTION)(**params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\depth_anything.py", line 22, in execute
model = DepthAnythingDetector.from_pretrained(filename=ckpt_name).to(model_management.get_torch_device())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything\transformers.py", line 33, in from_pretrained
return cls(model_name=model_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\comfyui\ComfyUI-aki\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\depth_anything\transformers.py", line 18, in __init__
self.pipe = pipeline(task="depth-estimation", model=model_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\comfyui\ComfyUI-aki\python\Lib\site-packages\transformers\pipelines\__init__.py", line 851, in pipeline
config = AutoConfig.from_pretrained(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "F:\comfyui\ComfyUI-aki\python\Lib\site-packages\transformers\models\auto\configuration_auto.py", line 1133, in from_pretrained
raise ValueError(
ValueError: Unrecognized model in LiheYoung/depth-anything-large-hf. Should have a `model_type` key in its config.json, or contain one of the following strings in its name: albert, align, altclip, aria, aria_text, audio-spectrogram-transformer, autoformer, aya_vision, bamba, bark, bart, beit, bert, bert-generation, big_bird, bigbird_pegasus, biogpt, bit, blenderbot, blenderbot-small, blip, blip-2, bloom, bridgetower, bros, camembert, canine, chameleon, chinese_clip, chinese_clip_vision_model, clap, clip, clip_text_model, clip_vision_model, clipseg, clvp, code_llama, codegen, cohere, cohere2, colpali, conditional_detr, convbert, convnext, convnextv2, cpmant, ctrl, cvt, dab-detr, dac, data2vec-audio, data2vec-text, data2vec-vision, dbrx, deberta, deberta-v2, decision_transformer, deformable_detr, deit, depth_anything, depth_pro, deta, detr, diffllama, dinat, dinov2, dinov2_with_registers, distilbert, donut-swin, dpr, dpt, efficientformer, efficientnet, electra, emu3, encodec, encoder-decoder, ernie, ernie_m, esm, falcon, falcon_mamba, fastspeech2_conformer, flaubert, flava, fnet, focalnet, fsmt, funnel, fuyu, gemma, gemma2, gemma3, gemma3_text, git, glm, glpn, got_ocr2, gpt-sw3, gpt2, gpt_bigcode, gpt_neo, gpt_neox, gpt_neox_japanese, gptj, gptsan-japanese, granite, granitemoe, granitemoeshared, granitevision, graphormer, grounding-dino, groupvit, helium, hiera, hubert, ibert, idefics, idefics2, idefics3, idefics3_vision, ijepa, imagegpt, informer, instructblip, instructblipvideo, jamba, jetmoe, jukebox, kosmos-2, layoutlm, layoutlmv2, layoutlmv3, led, levit, lilt, llama, llava, llava_next, llava_next_video, llava_onevision, longformer, longt5, luke, lxmert, m2m_100, mamba, mamba2, marian, markuplm, mask2former, maskformer, maskformer-swin, mbart, mctct, mega, megatron-bert, mgp-str, mimi, mistral, mistral3, mixtral, mllama, mobilebert, mobilenet_v1, mobilenet_v2, mobilevit, mobilevitv2, modernbert, moonshine, moshi, mpnet, mpt, mra, mt5, musicgen, musicgen_melody, mvp, nat, nemotron, nezha, nllb-moe, nougat, nystromformer, olmo, olmo2, olmoe, omdet-turbo, oneformer, open-llama, openai-gpt, opt, owlv2, owlvit, paligemma, patchtsmixer, patchtst, pegasus, pegasus_x, perceiver, persimmon, phi, phi3, phimoe, pix2struct, pixtral, plbart, poolformer, pop2piano, prompt_depth_anything, prophetnet, pvt, pvt_v2, qdqbert, qwen2, qwen2_5_vl, qwen2_audio, qwen2_audio_encoder, qwen2_moe, qwen2_vl, rag, realm, recurrent_gemma, reformer, regnet, rembert, resnet, retribert, roberta, roberta-prelayernorm, roc_bert, roformer, rt_detr, rt_detr_resnet, rt_detr_v2, rwkv, sam, seamless_m4t, seamless_m4t_v2, segformer, seggpt, sew, sew-d, shieldgemma2, siglip, siglip2, siglip_vision_model, smolvlm, smolvlm_vision, speech-encoder-decoder, speech_to_text, speech_to_text_2, speecht5, splinter, squeezebert, stablelm, starcoder2, superglue, superpoint, swiftformer, swin, swin2sr, swinv2, switch_transformers, t5, table-transformer, tapas, textnet, time_series_transformer, timesformer, timm_backbone, timm_wrapper, trajectory_transformer, transfo-xl, trocr, tvlt, tvp, udop, umt5, unispeech, unispeech-sat, univnet, upernet, van, video_llava, videomae, vilt, vipllava, vision-encoder-decoder, vision-text-dual-encoder, visual_bert, vit, vit_hybrid, vit_mae, vit_msn, vitdet, vitmatte, vitpose, vitpose_backbone, vits, vivit, wav2vec2, wav2vec2-bert, wav2vec2-conformer, wavlm, whisper, xclip, xglm, xlm, xlm-prophetnet, xlm-roberta, xlm-roberta-xl, xlnet, xmod, yolos, yoso, zamba, zamba2, zoedepth

2025-08-17T10:41:57.370677 - Prompt executed in 1.02 seconds

```
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
```
{"id":"5781903f-0eb8-480c-89ad-338d94ae8118","revision":0,"last_node_id":3,"last_link_id":2,"nodes":[{"id":3,"type":"PreviewImage","pos":[237.26116943359375,2557.25048828125],"size":[348.172119140625,291.2896728515625],"flags":{},"order":2,"mode":0,"inputs":[{"label":"图像","localized_name":"图像","name":"images","type":"IMAGE","link":2}],"outputs":[],"properties":{"cnr_id":"comfy-core","ver":"0.3.50","Node name for S&R":"PreviewImage"}},{"id":1,"type":"AIO_Preprocessor","pos":[-57.87544631958008,2555.3603515625],"size":[270,82],"flags":{},"order":1,"mode":0,"inputs":[{"label":"图像","localized_name":"image","name":"image","type":"IMAGE","link":1},{"localized_name":"preprocessor","name":"preprocessor","shape":7,"type":"COMBO","widget":{"name":"preprocessor"},"link":null},{"localized_name":"resolution","name":"resolution","shape":7,"type":"INT","widget":{"name":"resolution"},"link":null}],"outputs":[{"label":"图像","localized_name":"图像","name":"IMAGE","type":"IMAGE","links":[2]}],"properties":{"cnr_id":"comfyui_controlnet_aux","ver":"59b027e088c1c8facf7258f6e392d16d204b4d27","Node name for S&R":"AIO_Preprocessor"},"widgets_values":["DepthAnythingPreprocessor",512]},{"id":2,"type":"LoadImage","pos":[-446.998291015625,2549.761962890625],"size":[270,314],"flags":{},"order":0,"mode":0,"inputs":[{"localized_name":"图像","name":"image","type":"COMBO","widget":{"name":"image"},"link":null},{"localized_name":"选择文件上传","name":"upload","type":"IMAGEUPLOAD","widget":{"name":"upload"},"link":null}],"outputs":[{"label":"图像","localized_name":"图像","name":"IMAGE","type":"IMAGE","links":[1]},{"label":"遮罩","localized_name":"遮罩","name":"MASK","type":"MASK","links":null}],"properties":{"cnr_id":"comfy-core","ver":"0.3.50","Node name for S&R":"LoadImage"},"widgets_values":["mmexport1754711466269.jpg","image"]}],"links":[[1,2,0,1,0,"IMAGE"],[2,1,0,3,0,"IMAGE"]],"groups":[],"config":{},"extra":{"ds":{"scale":1.1671841070450026,"offset":[544.6776199400257,-2390.197020187544]}},"version":0.4}
```

## Additional Context
(Please add any additional context or steps to reproduce the error here)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.