Comfy-Org / Comfy-Org/ComfyUI

DW姿态处理器报错,点运行后,后台下载东西,然后就报错了

Open
#8,772 5 comments 0 reactions 0 assignees View on GitHub
Custom Nodes Bug User Support
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 10h
Merged PRs (30d)
153

Description

### Custom Node Testing

- [x] I have tried disabling custom nodes and the issue persists (see [how to disable custom nodes](https://docs.comfy.org/troubleshooting/custom-node-issues#step-1%3A-test-with-all-custom-nodes-disabled) if you need help)

### Your question

DW姿态处理器报错,点运行后,后台自动下载百分百后,就会出现报错,求解

### Logs

```powershell
# ComfyUI Error Report
## Error Details
- **Node ID:** 23
- **Node Type:** AIO_Preprocessor
- **Exception Type:** RuntimeError
- **Exception Message:** open file failed because of errno 2 on fopen: No such file or directory, file path: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\hr16\DWPose-TorchScript-BatchSize5\dw-ll_ucoco_384_bs5.torchscript.pt

## Stack Trace

File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\execution.py", line 361, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\execution.py", line 236, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\execution.py", line 208, in _map_node_over_list
process_inputs(input_dict, i)

File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\execution.py", line 197, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\__init__.py", line 125, in execute
return getattr(aux_class(), aux_class.FUNCTION)(**params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 75, in estimate_pose
model = DwposeDetector.from_pretrained(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\__init__.py", line 247, in from_pretrained
t = Wholebody(None, pose_model_path, torchscript_device=torchscript_device)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\wholebody.py", line 73, in __init__
self.pose = torch.jit.load(pose_model_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\python\Lib\site-packages\torch\jit\_serialization.py", line 168, in load
cpp_module = torch._C.import_ir_module(
^^^^^^^^^^^^^^^^^^^^^^^^^^

## System Information
- **ComfyUI Version:** 0.3.42
- **Arguments:** D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\main.py --auto-launch --preview-method auto --disable-cuda-malloc
- **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 3070 Ti : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 8589410304
- **VRAM Free:** 7152336896
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0

## Logs

2025-07-03T06:24:36.780044 - [START] Security scan2025-07-03T06:24:36.780044 -
2025-07-03T06:24:41.236316 - [DONE] Security scan2025-07-03T06:24:41.236316 -
2025-07-03T06:24:41.383908 - ## ComfyUI-Manager: installing dependencies done.2025-07-03T06:24:41.383908 -
2025-07-03T06:24:41.383908 - ** ComfyUI startup time:2025-07-03T06:24:41.383908 - 2025-07-03T06:24:41.383908 - 2025-07-03 06:24:41.3832025-07-03T06:24:41.383908 -
2025-07-03T06:24:41.383908 - ** Platform:2025-07-03T06:24:41.383908 - 2025-07-03T06:24:41.383908 - Windows2025-07-03T06:24:41.383908 -
2025-07-03T06:24:41.383908 - ** Python version:2025-07-03T06:24:41.383908 - 2025-07-03T06:24:41.383908 - 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]2025-07-03T06:24:41.383908 -
2025-07-03T06:24:41.383908 - ** Python executable:2025-07-03T06:24:41.384883 - 2025-07-03T06:24:41.384883 - D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\python\python.exe2025-07-03T06:24:41.384883 -
2025-07-03T06:24:41.384883 - ** ComfyUI Path:2025-07-03T06:24:41.384883 - 2025-07-03T06:24:41.384883 - D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI2025-07-03T06:24:41.384883 -
2025-07-03T06:24:41.384883 - ** ComfyUI Base Folder Path:2025-07-03T06:24:41.384883 - 2025-07-03T06:24:41.384883 - D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI2025-07-03T06:24:41.384883 -
2025-07-03T06:24:41.384883 - ** User directory:2025-07-03T06:24:41.384883 - 2025-07-03T06:24:41.386876 - D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\user2025-07-03T06:24:41.386876 -
2025-07-03T06:24:41.386876 - ** ComfyUI-Manager config path:2025-07-03T06:24:41.386876 - 2025-07-03T06:24:41.386876 - D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\user\default\ComfyUI-Manager\config.ini2025-07-03T06:24:41.386876 -
2025-07-03T06:24:41.386876 - ** Log path:2025-07-03T06:24:41.386876 - 2025-07-03T06:24:41.386876 - D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\user\comfyui.log2025-07-03T06:24:41.386876 -
2025-07-03T06:24:46.490483 -
Prestartup times for custom nodes:
2025-07-03T06:24:46.490483 - 0.0 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\rgthree-comfy
2025-07-03T06:24:46.490483 - 10.2 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui-manager
2025-07-03T06:24:46.491457 -
2025-07-03T06:24:48.641519 - Checkpoint files will always be loaded safely.
2025-07-03T06:24:48.778758 - Total VRAM 8192 MB, total RAM 32695 MB
2025-07-03T06:24:48.778758 - pytorch version: 2.7.0+cu128
2025-07-03T06:24:50.646233 - xformers version: 0.0.30+4cf69f09.d20250606
2025-07-03T06:24:50.646233 - Set vram state to: NORMAL_VRAM
2025-07-03T06:24:50.646233 - Device: cuda:0 NVIDIA GeForce RTX 3070 Ti : cudaMallocAsync
2025-07-03T06:24:51.075586 - Using xformers attention
2025-07-03T06:24:52.312233 - Python version: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
2025-07-03T06:24:52.313230 - ComfyUI version: 0.3.42
2025-07-03T06:24:52.493265 - ComfyUI frontend version: 1.23.4
2025-07-03T06:24:52.495230 - [Prompt Server] web root: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\python\Lib\site-packages\comfyui_frontend_package\static
2025-07-03T06:24:53.900131 - [AnimateDiffEvo] - ERROR - No motion models found. Please download one and place in: ['D:\\新comfyui\\ComfyUI-aki(1)\\压缩\\ComfyUI-aki-v1.7\\ComfyUI\\custom_nodes\\comfyui-animatediff-evolved\\models', 'D:\\新comfyui\\ComfyUI-aki(1)\\压缩\\ComfyUI-aki-v1.7\\ComfyUI\\models\\animatediff_models']
2025-07-03T06:24:54.211921 - [Crystools INFO] Crystools version: 1.25.1
2025-07-03T06:24:54.229872 - [Crystools INFO] Platform release: 10
2025-07-03T06:24:54.229872 - [Crystools INFO] JETSON: Not detected.
2025-07-03T06:24:54.230870 - [Crystools INFO] CPU: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz - Arch: AMD64 - OS: Windows 10
2025-07-03T06:24:54.238704 - [Crystools INFO] pynvml (NVIDIA) initialized.
2025-07-03T06:24:54.239702 - [Crystools INFO] GPU/s:
2025-07-03T06:24:54.256496 - [Crystools INFO] 0) NVIDIA GeForce RTX 3070 Ti
2025-07-03T06:24:54.256496 - [Crystools INFO] NVIDIA Driver: 572.42
2025-07-03T06:24:54.721904 - ### Loading: ComfyUI-Impact-Pack (V8.15.3)2025-07-03T06:24:54.721904 -
2025-07-03T06:24:54.776337 - [WARN] ComfyUI-Impact-Pack: custom_wildcards path not found: C:\_a\comfyui-aki-v1.6\ComfyUI\custom_nodes\ComfyUI-Impact-Pack\custom_wildcards. Using default path.2025-07-03T06:24:54.776337 -
2025-07-03T06:24:54.818249 - [Impact Pack] Wildcards loading done.2025-07-03T06:24:54.818249 -
2025-07-03T06:24:54.824241 - ### Loading: ComfyUI-Inspire-Pack (V1.18)
2025-07-03T06:24:54.921972 - ### Loading: ComfyUI-Manager (V3.32.5)
2025-07-03T06:24:55.055221 - [ComfyUI-Manager] network_mode: public
2025-07-03T06:24:55.340738 - ### ComfyUI Version: v0.3.42 | Released on '2025-06-26'
2025-07-03T06:24:55.707357 - (pysssss:WD14Tagger) [DEBUG] Available ORT providers: TensorrtExecutionProvider, CUDAExecutionProvider, CPUExecutionProvider2025-07-03T06:24:55.707357 -
2025-07-03T06:24:55.707357 - (pysssss:WD14Tagger) [DEBUG] Using ORT providers: CUDAExecutionProvider, CPUExecutionProvider2025-07-03T06:24:55.707357 -
2025-07-03T06:24:55.715338 - [D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1_x_7\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ckpts path: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts
2025-07-03T06:24:55.715338 - [D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1_x_7\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using symlinks: False
2025-07-03T06:24:55.716335 - [D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1_x_7\ComfyUI\custom_nodes\comfyui_controlnet_aux] | INFO -> Using ort providers: ['CUDAExecutionProvider', 'DirectMLExecutionProvider', 'OpenVINOExecutionProvider', 'ROCMExecutionProvider', 'CPUExecutionProvider', 'CoreMLExecutionProvider']
2025-07-03T06:24:56.050442 - DWPose: Onnxruntime with acceleration providers detected2025-07-03T06:24:56.050442 -
2025-07-03T06:24:56.150767 - Efficiency Nodes: Attempting to add Control Net options to the 'HiRes-Fix Script' Node (comfyui_controlnet_aux add-on)...Success!2025-07-03T06:24:56.150767 -
2025-07-03T06:24:56.417497 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-07-03T06:24:56.815465 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-07-03T06:24:56.948978 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-07-03T06:24:58.907115 - WAS Node Suite: OpenCV Python FFMPEG support is enabled2025-07-03T06:24:58.907115 -
2025-07-03T06:24:58.907115 - WAS Node Suite Warning: `ffmpeg_bin_path` is not set in `D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\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-07-03T06:24:58.907115 -
2025-07-03T06:25:01.326601 - WAS Node Suite: Finished. Loaded 220 nodes successfully.2025-07-03T06:25:01.326601 -
2025-07-03T06:25:01.326601 -
"Creativity takes courage." - Henri Matisse
2025-07-03T06:25:01.326601 -
2025-07-03T06:25:02.631936 -
2025-07-03T06:25:02.631936 - [rgthree-comfy] Loaded 47 fantastic nodes. 🎉2025-07-03T06:25:02.631936 -
2025-07-03T06:25:02.631936 -
2025-07-03T06:25:02.638919 -
Import times for custom nodes:
2025-07-03T06:25:02.638919 - 0.0 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\websocket_image_save.py
2025-07-03T06:25:02.638919 - 0.0 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\sd-dynamic-thresholding
2025-07-03T06:25:02.639916 - 0.0 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui-WD14-Tagger
2025-07-03T06:25:02.639916 - 0.0 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_ipadapter_plus
2025-07-03T06:25:02.639916 - 0.0 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\AIGODLIKE-COMFYUI-TRANSLATION
2025-07-03T06:25:02.639916 - 0.0 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui-custom-scripts
2025-07-03T06:25:02.639916 - 0.0 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui-layerdiffuse
2025-07-03T06:25:02.639916 - 0.0 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_UltimateSDUpscale
2025-07-03T06:25:02.639916 - 0.0 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_essentials
2025-07-03T06:25:02.639916 - 0.0 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui-advanced-controlnet
2025-07-03T06:25:02.639916 - 0.0 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui-KJNodes
2025-07-03T06:25:02.639916 - 0.0 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui-animatediff-evolved
2025-07-03T06:25:02.639916 - 0.0 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\efficiency-nodes-comfyui
2025-07-03T06:25:02.639916 - 0.1 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui-Inspire-Pack
2025-07-03T06:25:02.640924 - 0.1 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui-VideoHelperSuite
2025-07-03T06:25:02.640924 - 0.1 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui-Impact-Pack
2025-07-03T06:25:02.640924 - 0.4 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui-crystools
2025-07-03T06:25:02.640924 - 0.4 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-07-03T06:25:02.640924 - 0.4 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui-HunyuanVideoWrapper
2025-07-03T06:25:02.640924 - 0.7 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui-manager
2025-07-03T06:25:02.640924 - 1.3 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\rgthree-comfy
2025-07-03T06:25:02.640924 - 5.2 seconds: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\pr-was-node-suite-comfyui-47064894
2025-07-03T06:25:02.640924 -
2025-07-03T06:25:02.971661 - Context impl SQLiteImpl.
2025-07-03T06:25:02.971661 - Will assume non-transactional DDL.
2025-07-03T06:25:02.972659 - No target revision found.
2025-07-03T06:25:03.007565 - Starting server

2025-07-03T06:25:03.008563 - To see the GUI go to: http://127.0.0.1:8188
2025-07-03T06:25:37.499783 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-07-03T06:25:38.316262 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-07-03T06:25:46.684300 - FETCH ComfyRegistry Data: 5/902025-07-03T06:25:46.684300 -
2025-07-03T06:25:55.306887 - FETCH ComfyRegistry Data: 10/902025-07-03T06:25:55.306887 -
2025-07-03T06:26:02.830159 - FETCH ComfyRegistry Data: 15/902025-07-03T06:26:02.830159 -
2025-07-03T06:26:11.444091 - FETCH ComfyRegistry Data: 20/902025-07-03T06:26:11.444091 -
2025-07-03T06:26:18.304833 - got prompt
2025-07-03T06:26:18.327771 - Failed to find D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\yzd-v\DWPose\yolox_l.onnx.
Downloading from huggingface.co2025-07-03T06:26:18.327771 -
2025-07-03T06:26:18.327771 - cacher folder is C:\Users\ADMINI~1\AppData\Local\Temp, you can change it by custom_tmp_path in config.yaml2025-07-03T06:26:18.327771 -
2025-07-03T06:26:18.328770 - D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\python\Lib\site-packages\huggingface_hub\file_download.py:832: UserWarning: `local_dir_use_symlinks` parameter is deprecated and will be ignored. The process to download files to a local folder has been updated and do not rely on symlinks anymore. You only need to pass a destination folder as`local_dir`.
For more details, check out https://huggingface.co/docs/huggingface_hub/main/en/guides/download#download-files-to-local-folder.
warnings.warn(
2025-07-03T06:26:19.746813 - FETCH ComfyRegistry Data: 25/902025-07-03T06:26:19.746813 -
2025-07-03T06:26:22.636290 - [WinError 3] 系统找不到指定的路径。: 'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\ckpts'2025-07-03T06:26:22.636290 -
2025-07-03T06:26:22.636290 - model_path is D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\.cache\sdwebuilauncher\hfmirror\refs\yzd-v\DWPose\main\yolox_l.onnx2025-07-03T06:26:22.636290 -
2025-07-03T06:26:22.637287 - Failed to find D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\hr16\DWPose-TorchScript-BatchSize5\dw-ll_ucoco_384_bs5.torchscript.pt.
Downloading from huggingface.co2025-07-03T06:26:22.637287 -
2025-07-03T06:26:22.637287 - cacher folder is C:\Users\ADMINI~1\AppData\Local\Temp, you can change it by custom_tmp_path in config.yaml2025-07-03T06:26:22.637287 -
2025-07-03T06:26:30.400545 - FETCH ComfyRegistry Data: 30/902025-07-03T06:26:30.400545 -
2025-07-03T06:26:44.079817 - Error while downloading from https://cdn-lfs-us-1.hf-mirror.com/repos/6e/13/6e13c377f0004ee3c3ca5eaf3ef64dea99ba38b5f996b36e1c9b1fe5c576ed4f/d86a0b2b59fddc0901a7076e9f59c9f8602602133ed72511c693fd11eea23d91?response-content-disposition=inline%3B+filename*%3DUTF-8%27%27dw-ll_ucoco_384_bs5.torchscript.pt%3B+filename%3D%22dw-ll_ucoco_384_bs5.torchscript.pt%22%3B&Expires=1751498772&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTc1MTQ5ODc3Mn19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy11cy0xLmhmLmNvL3JlcG9zLzZlLzEzLzZlMTNjMzc3ZjAwMDRlZTNjM2NhNWVhZjNlZjY0ZGVhOTliYTM4YjVmOTk2YjM2ZTFjOWIxZmU1YzU3NmVkNGYvZDg2YTBiMmI1OWZkZGMwOTAxYTcwNzZlOWY1OWM5Zjg2MDI2MDIxMzNlZDcyNTExYzY5M2ZkMTFlZWEyM2Q5MT9yZXNwb25zZS1jb250ZW50LWRpc3Bvc2l0aW9uPSoifV19&Signature=SrfOni-djwqwHjb9BKKbqSYoD%7EUQFMJZHH4iKEvX6HdChSmol69NZvWW4xriztueU3E5wMY1omKo1CGKvZVQ57RttnLv0%7ELCucXZR3rz%7Ekr6dFa8e-252OD-hG2GdGgNDS3FTwYDgK%7Eq%7EJnumrPZSt0LgR3damYx65T%7EPIS2%7ECfRG%7EF3-jzhrq0CqspTfHqz6lSB-%7EQeuWFgLsAQXZnyi4L2zzG0M8lZn3xg3lJoTd5IKstlmD4Fw5t0NAX2PZRLSI6-jXdFqjwRnFeSHgvW7Ipng9wg3y5mHO7xLuDAs-7OgdxZhKKwMhgywLortyLeIZ-rXSFzknKEiYxizQb80w__&Key-Pair-Id=K24J24Z295AEI9: HTTPSConnectionPool(host='cdn-lfs-us-1.hf-mirror.com', port=443): Read timed out.
Trying to resume download...
2025-07-03T06:26:44.079817 - Error while downloading from https://cdn-lfs-us-1.hf-mirror.com/repos/6e/13/6e13c377f0004ee3c3ca5eaf3ef64dea99ba38b5f996b36e1c9b1fe5c576ed4f/d86a0b2b59fddc0901a7076e9f59c9f8602602133ed72511c693fd11eea23d91?response-content-disposition=inline%3B+filename*%3DUTF-8%27%27dw-ll_ucoco_384_bs5.torchscript.pt%3B+filename%3D%22dw-ll_ucoco_384_bs5.torchscript.pt%22%3B&Expires=1751498772&Policy=eyJTdGF0ZW1lbnQiOlt7IkNvbmRpdGlvbiI6eyJEYXRlTGVzc1RoYW4iOnsiQVdTOkVwb2NoVGltZSI6MTc1MTQ5ODc3Mn19LCJSZXNvdXJjZSI6Imh0dHBzOi8vY2RuLWxmcy11cy0xLmhmLmNvL3JlcG9zLzZlLzEzLzZlMTNjMzc3ZjAwMDRlZTNjM2NhNWVhZjNlZjY0ZGVhOTliYTM4YjVmOTk2YjM2ZTFjOWIxZmU1YzU3NmVkNGYvZDg2YTBiMmI1OWZkZGMwOTAxYTcwNzZlOWY1OWM5Zjg2MDI2MDIxMzNlZDcyNTExYzY5M2ZkMTFlZWEyM2Q5MT9yZXNwb25zZS1jb250ZW50LWRpc3Bvc2l0aW9uPSoifV19&Signature=SrfOni-djwqwHjb9BKKbqSYoD%7EUQFMJZHH4iKEvX6HdChSmol69NZvWW4xriztueU3E5wMY1omKo1CGKvZVQ57RttnLv0%7ELCucXZR3rz%7Ekr6dFa8e-252OD-hG2GdGgNDS3FTwYDgK%7Eq%7EJnumrPZSt0LgR3damYx65T%7EPIS2%7ECfRG%7EF3-jzhrq0CqspTfHqz6lSB-%7EQeuWFgLsAQXZnyi4L2zzG0M8lZn3xg3lJoTd5IKstlmD4Fw5t0NAX2PZRLSI6-jXdFqjwRnFeSHgvW7Ipng9wg3y5mHO7xLuDAs-7OgdxZhKKwMhgywLortyLeIZ-rXSFzknKEiYxizQb80w__&Key-Pair-Id=K24J24Z295AEI9: HTTPSConnectionPool(host='cdn-lfs-us-1.hf-mirror.com', port=443): Read timed out.
Trying to resume download...
2025-07-03T06:26:45.228323 - FETCH ComfyRegistry Data: 35/902025-07-03T06:26:45.228323 -
2025-07-03T06:27:01.979692 - FETCH ComfyRegistry Data: 40/902025-07-03T06:27:01.979692 -
2025-07-03T06:27:11.362665 - FETCH ComfyRegistry Data: 45/902025-07-03T06:27:11.362665 -
2025-07-03T06:27:19.316956 - FETCH ComfyRegistry Data: 50/902025-07-03T06:27:19.316956 -
2025-07-03T06:27:27.143587 - FETCH ComfyRegistry Data: 55/902025-07-03T06:27:27.143587 -
2025-07-03T06:27:55.044398 - FETCH ComfyRegistry Data: 60/902025-07-03T06:27:55.044398 -
2025-07-03T06:27:55.213486 - [WinError 3] 系统找不到指定的路径。: 'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\ckpts'2025-07-03T06:27:55.213486 -
2025-07-03T06:27:55.213486 - model_path is D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\hr16\DWPose-TorchScript-BatchSize5\dw-ll_ucoco_384_bs5.torchscript.pt2025-07-03T06:27:55.213486 -
2025-07-03T06:27:55.213486 -
DWPose: Using yolox_l.onnx for bbox detection and dw-ll_ucoco_384_bs5.torchscript.pt for pose estimation2025-07-03T06:27:55.213486 -
2025-07-03T06:27:55.213486 - DWPose: Caching ONNXRuntime session yolox_l.onnx...2025-07-03T06:27:55.213486 -
2025-07-03T06:27:55.681689 - DWPose: Caching TorchScript module dw-ll_ucoco_384_bs5.torchscript.pt on ...2025-07-03T06:27:55.682686 -
2025-07-03T06:27:55.692942 - !!! Exception during processing !!! open file failed because of errno 2 on fopen: No such file or directory, file path: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\hr16\DWPose-TorchScript-BatchSize5\dw-ll_ucoco_384_bs5.torchscript.pt
2025-07-03T06:27:55.696175 - Traceback (most recent call last):
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\execution.py", line 361, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\execution.py", line 236, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\execution.py", line 208, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\execution.py", line 197, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\__init__.py", line 125, in execute
return getattr(aux_class(), aux_class.FUNCTION)(**params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 75, in estimate_pose
model = DwposeDetector.from_pretrained(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\__init__.py", line 247, in from_pretrained
t = Wholebody(None, pose_model_path, torchscript_device=torchscript_device)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\wholebody.py", line 73, in __init__
self.pose = torch.jit.load(pose_model_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\python\Lib\site-packages\torch\jit\_serialization.py", line 168, in load
cpp_module = torch._C.import_ir_module(
^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: open file failed because of errno 2 on fopen: No such file or directory, file path: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\hr16\DWPose-TorchScript-BatchSize5\dw-ll_ucoco_384_bs5.torchscript.pt

2025-07-03T06:27:55.697201 - Prompt executed in 97.39 seconds
2025-07-03T06:28:04.724163 - FETCH ComfyRegistry Data: 65/902025-07-03T06:28:04.724163 -
2025-07-03T06:28:13.264871 - FETCH ComfyRegistry Data: 70/902025-07-03T06:28:13.264871 -
2025-07-03T06:28:21.282294 - FETCH ComfyRegistry Data: 75/902025-07-03T06:28:21.282294 -
2025-07-03T06:28:29.710001 - FETCH ComfyRegistry Data: 80/902025-07-03T06:28:29.710001 -
2025-07-03T06:28:38.426997 - FETCH ComfyRegistry Data: 85/902025-07-03T06:28:38.426997 -
2025-07-03T06:28:48.103396 - FETCH ComfyRegistry Data: 90/902025-07-03T06:28:48.103396 -
2025-07-03T06:28:48.604072 - FETCH ComfyRegistry Data [DONE]2025-07-03T06:28:48.604072 -
2025-07-03T06:28:48.769249 - [ComfyUI-Manager] default cache updated: https://api.comfy.org/nodes
2025-07-03T06:28:48.801136 - FETCH DATA from: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json2025-07-03T06:28:48.801136 - 2025-07-03T06:28:49.982418 - [DONE]2025-07-03T06:28:49.982418 -
2025-07-03T06:28:50.052207 - [ComfyUI-Manager] All startup tasks have been completed.
2025-07-03T06:30:47.655927 - got prompt
2025-07-03T06:30:47.659916 - Failed to find D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\yzd-v\DWPose\yolox_l.onnx.
Downloading from huggingface.co2025-07-03T06:30:47.660914 -
2025-07-03T06:30:47.660914 - cacher folder is C:\Users\ADMINI~1\AppData\Local\Temp, you can change it by custom_tmp_path in config.yaml2025-07-03T06:30:47.660914 -
2025-07-03T06:30:47.669891 - [WinError 3] 系统找不到指定的路径。: 'C:\\Users\\ADMINI~1\\AppData\\Local\\Temp\\ckpts'2025-07-03T06:30:47.669891 -
2025-07-03T06:30:47.669891 - model_path is D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\.cache\sdwebuilauncher\hfmirror\refs\yzd-v\DWPose\main\yolox_l.onnx2025-07-03T06:30:47.669891 -
2025-07-03T06:30:47.669891 - model_path is D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\hr16\DWPose-TorchScript-BatchSize5\dw-ll_ucoco_384_bs5.torchscript.pt2025-07-03T06:30:47.669891 -
2025-07-03T06:30:47.669891 -
DWPose: Using yolox_l.onnx for bbox detection and dw-ll_ucoco_384_bs5.torchscript.pt for pose estimation2025-07-03T06:30:47.670888 -
2025-07-03T06:30:47.670888 - DWPose: Caching TorchScript module dw-ll_ucoco_384_bs5.torchscript.pt on ...2025-07-03T06:30:47.670888 -
2025-07-03T06:30:47.673881 - !!! Exception during processing !!! open file failed because of errno 2 on fopen: No such file or directory, file path: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\hr16\DWPose-TorchScript-BatchSize5\dw-ll_ucoco_384_bs5.torchscript.pt
2025-07-03T06:30:47.674877 - Traceback (most recent call last):
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\execution.py", line 361, in execute
output_data, output_ui, has_subgraph = get_output_data(obj, input_data_all, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\execution.py", line 236, in get_output_data
return_values = _map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True, execution_block_cb=execution_block_cb, pre_execute_cb=pre_execute_cb)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\execution.py", line 208, in _map_node_over_list
process_inputs(input_dict, i)
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\execution.py", line 197, in process_inputs
results.append(getattr(obj, func)(**inputs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\__init__.py", line 125, in execute
return getattr(aux_class(), aux_class.FUNCTION)(**params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\node_wrappers\dwpose.py", line 75, in estimate_pose
model = DwposeDetector.from_pretrained(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\__init__.py", line 247, in from_pretrained
t = Wholebody(None, pose_model_path, torchscript_device=torchscript_device)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\src\custom_controlnet_aux\dwpose\wholebody.py", line 73, in __init__
self.pose = torch.jit.load(pose_model_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\python\Lib\site-packages\torch\jit\_serialization.py", line 168, in load
cpp_module = torch._C.import_ir_module(
^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: open file failed because of errno 2 on fopen: No such file or directory, file path: D:\新comfyui\ComfyUI-aki(1)\压缩\ComfyUI-aki-v1.7\ComfyUI\custom_nodes\comfyui_controlnet_aux\ckpts\hr16\DWPose-TorchScript-BatchSize5\dw-ll_ucoco_384_bs5.torchscript.pt

2025-07-03T06:30:47.676871 - Prompt executed in 0.02 seconds

## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.

{"id":"ceed56e8-ec06-4334-8473-45d97329c364","revision":0,"last_node_id":24,"last_link_id":50,"nodes":[{"id":7,"type":"CLIPTextEncode","pos":[413,389],"size":[425.27801513671875,180.6060791015625],"flags":{},"order":6,"mode":4,"inputs":[{"label":"CLIP","localized_name":"clip","name":"clip","type":"CLIP","link":5},{"localized_name":"文本","name":"text","type":"STRING","widget":{"name":"text"},"link":null}],"outputs":[{"label":"条件","localized_name":"条件","name":"CONDITIONING","type":"CONDITIONING","slot_index":0,"links":[12]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.43","Node name for S&R":"CLIPTextEncode"},"widgets_values":["text, watermark"]},{"id":8,"type":"VAEDecode","pos":[1849.2109375,136.09109497070312],"size":[210,46],"flags":{},"order":10,"mode":0,"inputs":[{"label":"Latent","localized_name":"Latent","name":"samples","type":"LATENT","link":7},{"label":"VAE","localized_name":"vae","name":"vae","type":"VAE","link":8}],"outputs":[{"label":"图像","localized_name":"图像","name":"IMAGE","type":"IMAGE","slot_index":0,"links":[10]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.43","Node name for S&R":"VAEDecode"},"widgets_values":[]},{"id":10,"type":"PreviewImage","pos":[2141.1572265625,196.6020965576172],"size":[140,246.00001525878906],"flags":{},"order":11,"mode":4,"inputs":[{"label":"图像","localized_name":"图像","name":"images","type":"IMAGE","link":10}],"outputs":[],"properties":{"cnr_id":"comfy-core","ver":"0.3.43","Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":5,"type":"EmptyLatentImage","pos":[473,609],"size":[315,106],"flags":{},"order":0,"mode":4,"inputs":[{"localized_name":"宽度","name":"width","type":"INT","widget":{"name":"width"},"link":null},{"localized_name":"高度","name":"height","type":"INT","widget":{"name":"height"},"link":null},{"localized_name":"批次大小","name":"batch_size","type":"INT","widget":{"name":"batch_size"},"link":null}],"outputs":[{"label":"Latent","localized_name":"Latent","name":"LATENT","type":"LATENT","slot_index":0,"links":[2]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.43","Node name for S&R":"EmptyLatentImage"},"widgets_values":[640,640,1]},{"id":12,"type":"LoadImage","pos":[31.5222225189209,-160.10604858398438],"size":[270,314],"flags":{},"order":1,"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":[48]},{"label":"遮罩","localized_name":"遮罩","name":"MASK","type":"MASK","links":null}],"properties":{"cnr_id":"comfy-core","ver":"0.3.43","Node name for S&R":"LoadImage"},"widgets_values":["大姑娘.jfif","image"]},{"id":3,"type":"KSampler","pos":[1503.2109375,134.09109497070312],"size":[315,474],"flags":{},"order":9,"mode":4,"inputs":[{"label":"模型","localized_name":"模型","name":"model","type":"MODEL","link":1},{"label":"正面条件","localized_name":"正面条件","name":"positive","type":"CONDITIONING","link":13},{"label":"负面条件","localized_name":"负面条件","name":"negative","type":"CONDITIONING","link":14},{"label":"Latent","localized_name":"Latent图像","name":"latent_image","type":"LATENT","link":2},{"localized_name":"随机种","name":"seed","type":"INT","widget":{"name":"seed"},"link":null},{"localized_name":"步数","name":"steps","type":"INT","widget":{"name":"steps"},"link":null},{"localized_name":"CFG","name":"cfg","type":"FLOAT","widget":{"name":"cfg"},"link":null},{"localized_name":"采样器","name":"sampler_name","type":"COMBO","widget":{"name":"sampler_name"},"link":null},{"localized_name":"调度器","name":"scheduler","type":"COMBO","widget":{"name":"scheduler"},"link":null},{"localized_name":"降噪","name":"denoise","type":"FLOAT","widget":{"name":"denoise"},"link":null}],"outputs":[{"label":"Latent","localized_name":"Latent","name":"LATENT","type":"LATENT","slot_index":0,"links":[7]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.43","Node name for S&R":"KSampler"},"widgets_values":[1063222002688449,"randomize",20,8,"euler","normal",1]},{"id":6,"type":"CLIPTextEncode","pos":[415,186],"size":[422.84503173828125,164.31304931640625],"flags":{},"order":5,"mode":4,"inputs":[{"label":"CLIP","localized_name":"clip","name":"clip","type":"CLIP","link":3},{"localized_name":"文本","name":"text","type":"STRING","widget":{"name":"text"},"link":null}],"outputs":[{"label":"条件","localized_name":"条件","name":"CONDITIONING","type":"CONDITIONING","slot_index":0,"links":[11]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.43","Node name for S&R":"CLIPTextEncode"},"widgets_values":[""]},{"id":4,"type":"CheckpointLoaderSimple","pos":[26,474],"size":[315,98],"flags":{},"order":2,"mode":4,"inputs":[{"localized_name":"Checkpoint名称","name":"ckpt_name","type":"COMBO","widget":{"name":"ckpt_name"},"link":null}],"outputs":[{"label":"模型","localized_name":"模型","name":"MODEL","type":"MODEL","slot_index":0,"links":[1]},{"label":"CLIP","localized_name":"CLIP","name":"CLIP","type":"CLIP","slot_index":1,"links":[3,5]},{"label":"VAE","localized_name":"VAE","name":"VAE","type":"VAE","slot_index":2,"links":[8,19]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.43","Node name for S&R":"CheckpointLoaderSimple"},"widgets_values":["sd1.5\\majicmixRealistic_v7.safetensors"]},{"id":24,"type":"PreviewImage","pos":[872.7139892578125,-138.80999755859375],"size":[140,246],"flags":{},"order":7,"mode":0,"inputs":[{"label":"图像","localized_name":"图像","name":"images","type":"IMAGE","link":50}],"outputs":[],"properties":{"cnr_id":"comfy-core","ver":"0.3.42","Node name for S&R":"PreviewImage"},"widgets_values":[]},{"id":11,"type":"ControlNetApplyAdvanced","pos":[1105.63916015625,303.0819396972656],"size":[278.8169860839844,186],"flags":{},"order":8,"mode":4,"inputs":[{"label":"正面条件","localized_name":"正面条件","name":"positive","type":"CONDITIONING","link":11},{"label":"负面条件","localized_name":"负面条件","name":"negative","type":"CONDITIONING","link":12},{"label":"ControlNet","localized_name":"ControlNet","name":"control_net","type":"CONTROL_NET","link":18},{"label":"图像","localized_name":"图像","name":"image","type":"IMAGE","link":49},{"localized_name":"vae","name":"vae","shape":7,"type":"VAE","link":19},{"localized_name":"强度","name":"strength","type":"FLOAT","widget":{"name":"strength"},"link":null},{"localized_name":"开始时间","name":"start_percent","type":"FLOAT","widget":{"name":"start_percent"},"link":null},{"localized_name":"结束时间","name":"end_percent","type":"FLOAT","widget":{"name":"end_percent"},"link":null}],"outputs":[{"label":"正面条件","localized_name":"正面条件","name":"positive","type":"CONDITIONING","links":[13]},{"label":"负面条件","localized_name":"负面条件","name":"negative","type":"CONDITIONING","links":[14]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.43","Node name for S&R":"ControlNetApplyAdvanced"},"widgets_values":[1,0,1]},{"id":14,"type":"ControlNetLoader","pos":[1005.8140869140625,168.6509552001953],"size":[270,58],"flags":{},"order":3,"mode":4,"inputs":[{"localized_name":"ControlNet名称","name":"control_net_name","type":"COMBO","widget":{"name":"control_net_name"},"link":null}],"outputs":[{"label":"ControlNet","localized_name":"ControlNet","name":"CONTROL_NET","type":"CONTROL_NET","links":[18]}],"properties":{"cnr_id":"comfy-core","ver":"0.3.43","Node name for S&R":"ControlNetLoader"},"widgets_values":["control_v11p_sd15_canny_fp16.safetensors"]},{"id":23,"type":"AIO_Preprocessor","pos":[465.427978515625,-129.4929962158203],"size":[270,82],"flags":{},"order":4,"mode":0,"inputs":[{"label":"图像","localized_name":"image","name":"image","type":"IMAGE","link":48},{"localized_name":"预处理器","name":"preprocessor","shape":7,"type":"COMBO","widget":{"name":"preprocessor"},"link":null},{"localized_name":"分辨率","name":"resolution","shape":7,"type":"INT","widget":{"name":"resolution"},"link":null}],"outputs":[{"label":"图像","localized_name":"图像","name":"IMAGE","type":"IMAGE","links":[49,50]}],"properties":{"cnr_id":"comfyui_controlnet_aux","ver":"7c4f6fb6ff18aa6dbfd4f77c2e8ad46119b5d84d","Node name for S&R":"AIO_Preprocessor"},"widgets_values":["DWPreprocessor",512]}],"links":[[1,4,0,3,0,"MODEL"],[2,5,0,3,3,"LATENT"],[3,4,1,6,0,"CLIP"],[5,4,1,7,0,"CLIP"],[7,3,0,8,0,"LATENT"],[8,4,2,8,1,"VAE"],[10,8,0,10,0,"IMAGE"],[11,6,0,11,0,"CONDITIONING"],[12,7,0,11,1,"CONDITIONING"],[13,11,0,3,1,"CONDITIONING"],[14,11,1,3,2,"CONDITIONING"],[18,14,0,11,2,"CONTROL_NET"],[19,4,2,11,4,"VAE"],[48,12,0,23,0,"IMAGE"],[49,23,0,11,3,"IMAGE"],[50,23,0,24,0,"IMAGE"]],"groups":[],"config":{},"extra":{"ds":{"scale":0.7513148009015777,"offset":[108.23300000000015,238.63499999999974]}},"version":0.4}

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



查找问题

复制到剪
```

### Other

_No response_

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.