Comfy-Org / Comfy-Org/ComfyUI

Issue with ComfyUI/Hunyuan3D-2 integration: "Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory ...\ComfyUI\models\diffusers\hunyuan3d-paint-v2-0."

Open
#10,038 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 7h
Merged PRs (30d)
158

Description

I am an absolute beginner when it comes to using comfy UI and ai workflows in general and was following this tutorial:

https://www.youtube.com/watch?v=zqTTYYqHBhc&t=99s

and have resolved to run this program in a virtual environment (venv) running on python version 3.12.0 due to observed compatibiliy issues in some of the following components.

I am using the "hunyuan3d-dit-v2-0-fp16.safetensors" model installed at "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\models\diffusion_models\hy3dgen\hunyuan3d-dit-v2-0-fp16.safetensors" on my local device.

I am using the attached workflow and have installed and reinstalled several key components:

cmd:
C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes>git clone https://github.com/kijai/ComfyUI-Hunyuan3DWrapper

C:\Users\brice\Documents\ComfyUIFolder>python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\requirements.txt

C:\Users\brice\Documents\ComfyUIFolder>python.exe -m pip install ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\wheels\custom_rasterizer-0.1-cp312-cp312-win_amd64.whl

The previous three commands I had gotten to run and intal with minimal issues, and no visibly missing nodes, however, when running at 6% I came into the issue:

“DownloadAndLoadHy3DPaintModel”

Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\models\diffusers\hunyuan3d-paint-v2-0.

here is the full error:

# ComfyUI Error Report
## Error Details
- **Node ID:** 85
- **Node Type:** DownloadAndLoadHy3DPaintModel
- **Exception Type:** OSError
- **Exception Message:** Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\models\diffusers\hunyuan3d-paint-v2-0.

## Stack Trace
```
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\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 "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\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 "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)

File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^

File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\nodes.py", line 426, in loadmodel
clip = CLIPTextModel.from_pretrained(model_path, subfolder="text_encoder", torch_dtype=torch_dtype)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\.venv\Lib\site-packages\transformers\modeling_utils.py", line 288, in _wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\.venv\Lib\site-packages\transformers\modeling_utils.py", line 5030, in from_pretrained
checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\.venv\Lib\site-packages\transformers\modeling_utils.py", line 1102, in _get_resolved_checkpoint_files
raise OSError(

```
## System Information
- **ComfyUI Version:** 0.3.60
- **Arguments:** C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\main.py --user-directory C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\user --input-directory C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\input --output-directory C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\output --front-end-root C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\web_custom_versions\desktop_app --base-directory C:\Users\brice\Documents\ComfyUIFolder\ComfyUI --extra-model-paths-config C:\Users\brice\AppData\Roaming\ComfyUI\extra_models_config.yaml --log-stdout --listen 127.0.0.1 --port 8000
- **OS:** nt
- **Python Version:** 3.12.11 (main, Aug 18 2025, 19:17:54) [MSC v.1944 64 bit (AMD64)]
- **Embedded Python:** false
- **PyTorch Version:** 2.8.0+cu128
## Devices

- **Name:** cuda:0 NVIDIA GeForce GTX 1050 : cudaMallocAsync
- **Type:** cuda
- **VRAM Total:** 4294836224
- **VRAM Free:** 3526780519
- **Torch VRAM Total:** 0
- **Torch VRAM Free:** 0

## Logs
```
2025-09-26T17:54:59.906154 - Adding extra search path custom_nodes C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes
2025-09-26T17:54:59.906154 - Adding extra search path download_model_base C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\models
2025-09-26T17:54:59.906154 - Adding extra search path custom_nodes C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes
2025-09-26T17:54:59.907155 - Setting output directory to: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\output
2025-09-26T17:54:59.907155 - Setting input directory to: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\input
2025-09-26T17:54:59.907155 - Setting user directory to: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\user
2025-09-26T17:55:00.482922 - [START] Security scan2025-09-26T17:55:00.482922 -
2025-09-26T17:55:02.167467 - [DONE] Security scan2025-09-26T17:55:02.167467 -
2025-09-26T17:55:02.324770 - ## ComfyUI-Manager: installing dependencies done.2025-09-26T17:55:02.324770 -
2025-09-26T17:55:02.324770 - ** ComfyUI startup time:2025-09-26T17:55:02.324770 - 2025-09-26T17:55:02.324770 - 2025-09-26 17:55:02.3242025-09-26T17:55:02.324770 -
2025-09-26T17:55:02.324770 - ** Platform:2025-09-26T17:55:02.324770 - 2025-09-26T17:55:02.324770 - Windows2025-09-26T17:55:02.324770 -
2025-09-26T17:55:02.324770 - ** Python version:2025-09-26T17:55:02.324770 - 2025-09-26T17:55:02.324770 - 3.12.11 (main, Aug 18 2025, 19:17:54) [MSC v.1944 64 bit (AMD64)]2025-09-26T17:55:02.324770 -
2025-09-26T17:55:02.324770 - ** Python executable:2025-09-26T17:55:02.324770 - 2025-09-26T17:55:02.324770 - C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\.venv\Scripts\python.exe2025-09-26T17:55:02.324770 -
2025-09-26T17:55:02.324770 - ** ComfyUI Path:2025-09-26T17:55:02.324770 - 2025-09-26T17:55:02.324770 - C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI2025-09-26T17:55:02.324770 -
2025-09-26T17:55:02.324770 - ** ComfyUI Base Folder Path:2025-09-26T17:55:02.324770 - 2025-09-26T17:55:02.324770 - C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI2025-09-26T17:55:02.324770 -
2025-09-26T17:55:02.324770 - ** User directory:2025-09-26T17:55:02.324770 - 2025-09-26T17:55:02.324770 - C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\user2025-09-26T17:55:02.324770 -
2025-09-26T17:55:02.324770 - ** ComfyUI-Manager config path:2025-09-26T17:55:02.324770 - 2025-09-26T17:55:02.324770 - C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\user\default\ComfyUI-Manager\config.ini2025-09-26T17:55:02.324770 -
2025-09-26T17:55:02.324770 - ** Log path:2025-09-26T17:55:02.324770 - 2025-09-26T17:55:02.324770 - C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\user\comfyui.log2025-09-26T17:55:02.324770 -
2025-09-26T17:55:04.767598 - [ComfyUI-Manager] Skipped fixing the 'comfyui-frontend-package' dependency because the ComfyUI is outdated.
2025-09-26T17:55:04.767598 -
Prestartup times for custom nodes:
2025-09-26T17:55:04.780559 - 4.9 seconds: C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Manager
2025-09-26T17:55:04.780559 -
2025-09-26T17:55:07.034034 - Checkpoint files will always be loaded safely.
2025-09-26T17:55:07.125492 - Total VRAM 4096 MB, total RAM 20361 MB
2025-09-26T17:55:07.125492 - pytorch version: 2.8.0+cu128
2025-09-26T17:55:09.178726 - xformers version: 0.0.32.post2
2025-09-26T17:55:09.178726 - Set vram state to: NORMAL_VRAM
2025-09-26T17:55:09.178726 - Device: cuda:0 NVIDIA GeForce GTX 1050 : cudaMallocAsync
2025-09-26T17:55:09.595080 - Using xformers attention
2025-09-26T17:55:12.541354 - Python version: 3.12.11 (main, Aug 18 2025, 19:17:54) [MSC v.1944 64 bit (AMD64)]
2025-09-26T17:55:12.541354 - ComfyUI version: 0.3.60
2025-09-26T17:55:12.604076 - [Prompt Server] web root: C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\web_custom_versions\desktop_app
2025-09-26T17:55:21.547903 - [ComfyUI-Easy-Use] server: v1.3.3 Loaded2025-09-26T17:55:21.547903 -
2025-09-26T17:55:21.547903 - [ComfyUI-Easy-Use] web root: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-easy-use\web_version/v2 Loaded2025-09-26T17:55:21.547903 -
2025-09-26T17:55:21.967278 - python_executable_path: 2025-09-26T17:55:21.967278 - 2025-09-26T17:55:21.967278 - C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\.venv\Scripts\python.exe2025-09-26T17:55:21.967278 -
2025-09-26T17:55:21.967278 - python_embeded_path: 2025-09-26T17:55:21.967278 - 2025-09-26T17:55:21.967278 - C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\.venv\Scripts2025-09-26T17:55:21.967278 -
2025-09-26T17:55:24.718524 - Traceback (most recent call last):
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2133, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\__init__.py", line 1, in
from .run import NODE_CLASS_MAPPINGS
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\run.py", line 27, in
from .infer import Text2Image, Text2ImagePipelineLoad, Image2Views, Image2ViewsPipelineLoad, Removebg, Views2Mesh, \
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\infer\__init__.py", line 27, in
from .image_to_views import Image2Views, save_gif
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper\infer\image_to_views.py", line 34, in
from mvd.hunyuan3d_mvd_std_pipeline import HunYuan3D_MVD_Std_Pipeline
ModuleNotFoundError: No module named 'mvd'

2025-09-26T17:55:24.718524 - Cannot import C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper module for custom nodes: No module named 'mvd'
2025-09-26T17:55:25.533873 - InPaint Function CAN NOT BE Imported!!!2025-09-26T17:55:25.533873 -
2025-09-26T17:55:26.785791 - Total VRAM 4096 MB, total RAM 20361 MB
2025-09-26T17:55:26.785791 - pytorch version: 2.8.0+cu128
2025-09-26T17:55:26.785791 - xformers version: 0.0.32.post2
2025-09-26T17:55:26.785791 - Set vram state to: NORMAL_VRAM
2025-09-26T17:55:26.785791 - Device: cuda:0 NVIDIA GeForce GTX 1050 : cudaMallocAsync
2025-09-26T17:55:26.823600 - Added trellis path to sys.path: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-if_trellis\trellis
2025-09-26T17:55:26.824496 - [SPARSE] Backend: spconv, Attention: flash_attn
2025-09-26T17:55:26.842738 - Traceback (most recent call last):
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2133, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-if_trellis\__init__.py", line 32, in
import trellis
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-if_trellis\trellis\__init__.py", line 2, in
from . import modules
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-if_trellis\trellis\modules\__init__.py", line 2, in
from .attention import (
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-if_trellis\trellis\modules\attention\__init__.py", line 29, in
from .modules import MultiHeadAttention, RotaryPositionEmbedder
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-if_trellis\trellis\modules\attention\modules.py", line 5, in
from .full_attn import scaled_dot_product_attention
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-if_trellis\trellis\modules\attention\full_attn.py", line 33, in
raise ValueError(f"Unknown attention module: {BACKEND}")
ValueError: Unknown attention module: flash_attn

2025-09-26T17:55:26.842738 - Cannot import C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-if_trellis module for custom nodes: Unknown attention module: flash_attn
2025-09-26T17:55:26.846339 - Added trellis path to sys.path: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-IF_Trellis-main\trellis
2025-09-26T17:55:26.863394 - Traceback (most recent call last):
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2133, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-IF_Trellis-main\__init__.py", line 32, in
import trellis
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-IF_Trellis-main\trellis\__init__.py", line 2, in
from . import modules
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-IF_Trellis-main\trellis\modules\__init__.py", line 2, in
from .attention import (
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-IF_Trellis-main\trellis\modules\attention\__init__.py", line 29, in
from .modules import MultiHeadAttention, RotaryPositionEmbedder
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-IF_Trellis-main\trellis\modules\attention\modules.py", line 5, in
from .full_attn import scaled_dot_product_attention
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-IF_Trellis-main\trellis\modules\attention\full_attn.py", line 33, in
raise ValueError(f"Unknown attention module: {BACKEND}")
ValueError: Unknown attention module: flash_attn

2025-09-26T17:55:26.863394 - Cannot import C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-IF_Trellis-main module for custom nodes: Unknown attention module: flash_attn
2025-09-26T17:55:26.874475 - ### Loading: ComfyUI-Impact-Pack (V8.22.2)
2025-09-26T17:55:27.315444 - [Impact Pack] Wildcards loading done.
2025-09-26T17:55:27.332294 - ### Loading: ComfyUI-Impact-Subpack (V1.3.5)
2025-09-26T17:55:27.341426 - [Impact Pack/Subpack] Using folder_paths to determine whitelist path: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\user\default\ComfyUI-Impact-Subpack\model-whitelist.txt
2025-09-26T17:55:27.343434 - [Impact Pack/Subpack] Ensured whitelist directory exists: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\user\default\ComfyUI-Impact-Subpack
2025-09-26T17:55:27.343434 - [Impact Pack/Subpack] Loaded 0 model(s) from whitelist: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\user\default\ComfyUI-Impact-Subpack\model-whitelist.txt
2025-09-26T17:55:27.343434 - [Impact Subpack] ultralytics_bbox: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\models\ultralytics\bbox
2025-09-26T17:55:27.343434 - [Impact Subpack] ultralytics_segm: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\models\ultralytics\segm
2025-09-26T17:55:27.343434 - [Impact Subpack] ultralytics_bbox: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\models\ultralytics\bbox
2025-09-26T17:55:27.343434 - [Impact Subpack] ultralytics_segm: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\models\ultralytics\segm
2025-09-26T17:55:27.390817 - ----------Jake Upgrade Nodes Loaded----------2025-09-26T17:55:27.390817 -
2025-09-26T17:55:28.102100 - --------------
2025-09-26T17:55:28.102100 -  ### Mixlab Nodes: Loaded
2025-09-26T17:55:28.134197 - json_repair## OK2025-09-26T17:55:28.134197 -
2025-09-26T17:55:28.167187 - ChatGPT.available True
2025-09-26T17:55:28.170114 - edit_mask.available True
2025-09-26T17:55:29.041127 - ## clip_interrogator_model not found: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\models\clip_interrogator\Salesforce\blip-image-captioning-base, pls download from https://huggingface.co/Salesforce/blip-image-captioning-base2025-09-26T17:55:29.041127 -
2025-09-26T17:55:29.042554 - ClipInterrogator.available True
2025-09-26T17:55:29.193306 - ## text_generator_model not found: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\models\prompt_generator\text2image-prompt-generator, pls download from https://huggingface.co/succinctly/text2image-prompt-generator/tree/main2025-09-26T17:55:29.193306 -
2025-09-26T17:55:29.193306 - ## zh_en_model not found: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\models\prompt_generator\opus-mt-zh-en, pls download from https://huggingface.co/Helsinki-NLP/opus-mt-zh-en/tree/main2025-09-26T17:55:29.193306 -
2025-09-26T17:55:29.194306 - PromptGenerate.available True
2025-09-26T17:55:29.194306 - ChinesePrompt.available True
2025-09-26T17:55:29.194306 - RembgNode_.available True
2025-09-26T17:55:29.212641 - ffmpeg could not be found. Using ffmpeg from imageio-ffmpeg.2025-09-26T17:55:29.212641 -
2025-09-26T17:55:29.318919 - TripoSR.available
2025-09-26T17:55:29.320926 - MiniCPMNode.available
2025-09-26T17:55:29.411036 - Scenedetect.available
2025-09-26T17:55:29.523051 - FishSpeech.available
2025-09-26T17:55:29.562729 - SenseVoice.available
2025-09-26T17:55:29.702890 - Whisper.available False
2025-09-26T17:55:29.707467 - fal-client## OK2025-09-26T17:55:29.707467 -
2025-09-26T17:55:29.725779 - FalVideo.available
2025-09-26T17:55:29.725779 -  -------------- 
2025-09-26T17:55:29.783017 - ✅ ComfyUI-NormalCrafter: Custom nodes loaded successfully.2025-09-26T17:55:29.783017 -
2025-09-26T17:55:29.802019 - Traceback (most recent call last):
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2133, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-Paint3D-Nodes\__init__.py", line 1, in
from .nodes import NODE_CLASS_MAPPINGS
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-Paint3D-Nodes\nodes.py", line 17, in
from .Paint3D.paint3d.models.textured_mesh import TexturedMeshModel
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-Paint3D-Nodes\Paint3D\paint3d\models\textured_mesh.py", line 4, in
import kaolin as kal
ModuleNotFoundError: No module named 'kaolin'

2025-09-26T17:55:29.803022 - Cannot import C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-Paint3D-Nodes module for custom nodes: No module named 'kaolin'
2025-09-26T17:55:30.298080 - Traceback (most recent call last):
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2133, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui_controlnet_aux\__init__.py", line 7, in
from .utils import here, define_preprocessor_inputs, INPUT
ModuleNotFoundError: No module named 'C:\\Users\\brice\\Documents\\ComfyUIFolder\\ComfyUI\\custom_nodes\\comfyui_controlnet_aux.utils'

2025-09-26T17:55:30.298080 - Cannot import C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui_controlnet_aux module for custom nodes: No module named 'C:\\Users\\brice\\Documents\\ComfyUIFolder\\ComfyUI\\custom_nodes\\comfyui_controlnet_aux.utils'
2025-09-26T17:55:30.333396 - Hunyuan3D libraries not available. Install with: pip install -r requirements.txt
2025-09-26T17:55:30.333396 - ⚠️ ComfyUI HunyuanWorld Nodes loaded in compatibility mode. Install requirements for full functionality.2025-09-26T17:55:30.333396 -
2025-09-26T17:55:30.333396 - Run: pip install -r custom_nodes/ComfyUI-HunyuanWorld/requirements.txt2025-09-26T17:55:30.333396 -
2025-09-26T17:55:30.419308 - Traceback (most recent call last):
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2133, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI_LayerStyle_Advance\__init__.py", line 35, in
imported_module = importlib.import_module(".py.{}".format(name), __name__)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\brice\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\importlib\__init__.py", line 90, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1387, in _gcd_import
File "", line 1360, in _find_and_load
File "", line 1331, in _find_and_load_unlocked
File "", line 935, in _load_unlocked
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI_LayerStyle_Advance\py\ben_ultra.py", line 945, in
from .imagefunc import log,tensor2pil, image2mask, pil2tensor, get_files
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI_LayerStyle_Advance\py\imagefunc.py", line 37, in
from .blendmodes import *
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI_LayerStyle_Advance\py\blendmodes.py", line 10, in
from blend_modes import difference, normal, screen, soft_light, lighten_only, dodge, \
ModuleNotFoundError: No module named 'blend_modes'

2025-09-26T17:55:30.420308 - Cannot import C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI_LayerStyle_Advance module for custom nodes: No module named 'blend_modes'
2025-09-26T17:55:30.578450 -
2025-09-26T17:55:30.578450 - [rgthree-comfy] Loaded 48 extraordinary nodes. 🎉2025-09-26T17:55:30.578450 -
2025-09-26T17:55:30.578450 -
2025-09-26T17:55:32.065288 - WAS Node Suite: OpenCV Python FFMPEG support is enabled2025-09-26T17:55:32.065288 -
2025-09-26T17:55:32.065288 - WAS Node Suite Warning: `ffmpeg_bin_path` is not set in `C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\was-ns\was_suite_config.json` config file. Will attempt to use system ffmpeg binaries if available.2025-09-26T17:55:32.065288 -
2025-09-26T17:55:34.002526 - WAS Node Suite: Finished. Loaded 220 nodes successfully.2025-09-26T17:55:34.002526 -
2025-09-26T17:55:34.002526 -
   "Believe you deserve it and the universe will serve it." - Unknown
2025-09-26T17:55:34.002526 -
2025-09-26T17:55:34.085229 - Added trellis path to sys.path: C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-IF_Trellis\trellis
2025-09-26T17:55:34.095049 - Traceback (most recent call last):
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\nodes.py", line 2133, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 999, in exec_module
File "", line 488, in _call_with_frames_removed
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-IF_Trellis\__init__.py", line 32, in
import trellis
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-IF_Trellis\trellis\__init__.py", line 2, in
from . import modules
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-IF_Trellis\trellis\modules\__init__.py", line 2, in
from .attention import (
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-IF_Trellis\trellis\modules\attention\__init__.py", line 29, in
from .modules import MultiHeadAttention, RotaryPositionEmbedder
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-IF_Trellis\trellis\modules\attention\modules.py", line 5, in
from .full_attn import scaled_dot_product_attention
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-IF_Trellis\trellis\modules\attention\full_attn.py", line 33, in
raise ValueError(f"Unknown attention module: {BACKEND}")
ValueError: Unknown attention module: flash_attn

2025-09-26T17:55:34.095049 - Cannot import C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-IF_Trellis module for custom nodes: Unknown attention module: flash_attn
2025-09-26T17:55:34.126443 - ### Loading: ComfyUI-Manager (V3.36)
2025-09-26T17:55:34.126443 - [ComfyUI-Manager] network_mode: public
2025-09-26T17:55:34.128455 - ### ComfyUI Revision: UNKNOWN (The currently installed ComfyUI is not a Git repository)
2025-09-26T17:55:34.204796 -
Import times for custom nodes:
2025-09-26T17:55:34.204796 - 0.0 seconds: C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\websocket_image_save.py
2025-09-26T17:55:34.204796 - 0.0 seconds (IMPORT FAILED): C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui_controlnet_aux
2025-09-26T17:55:34.204796 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-ic-light-video
2025-09-26T17:55:34.205804 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-NormalCrafterWrapper
2025-09-26T17:55:34.205804 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\cg-use-everywhere
2025-09-26T17:55:34.205804 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI_HunyuanWorldnode
2025-09-26T17:55:34.205804 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-AutoCropFaces
2025-09-26T17:55:34.205804 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfy-image-saver
2025-09-26T17:55:34.205804 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-impact-subpack
2025-09-26T17:55:34.205804 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-custom-scripts
2025-09-26T17:55:34.207814 - 0.0 seconds (IMPORT FAILED): C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-IF_Trellis
2025-09-26T17:55:34.207814 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui_ipadapter_plus
2025-09-26T17:55:34.207814 - 0.0 seconds (IMPORT FAILED): C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-Paint3D-Nodes
2025-09-26T17:55:34.207814 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui_ultimatesdupscale
2025-09-26T17:55:34.207814 - 0.0 seconds (IMPORT FAILED): C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-IF_Trellis-main
2025-09-26T17:55:34.207814 - 0.0 seconds (IMPORT FAILED): C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-if_trellis
2025-09-26T17:55:34.207814 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui_essentials
2025-09-26T17:55:34.207814 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-mvadapter
2025-09-26T17:55:34.209825 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-diffusers
2025-09-26T17:55:34.209825 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-kjnodes
2025-09-26T17:55:34.209825 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-ic-light
2025-09-26T17:55:34.209825 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper_1
2025-09-26T17:55:34.209825 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper
2025-09-26T17:55:34.209825 - 0.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\rgthree-comfy-main
2025-09-26T17:55:34.209825 - 0.1 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-jakeupgrade
2025-09-26T17:55:34.209825 - 0.1 seconds (IMPORT FAILED): C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI_LayerStyle_Advance
2025-09-26T17:55:34.209825 - 0.1 seconds: C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper
2025-09-26T17:55:34.209825 - 0.1 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-videohelpersuite
2025-09-26T17:55:34.209825 - 0.1 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui_birefnet_ll
2025-09-26T17:55:34.209825 - 0.1 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui_sillynodes
2025-09-26T17:55:34.209825 - 0.1 seconds: C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Manager
2025-09-26T17:55:34.209825 - 0.1 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-easy-use
2025-09-26T17:55:34.209825 - 0.3 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-tensorops
2025-09-26T17:55:34.209825 - 0.4 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-advancedliveportrait
2025-09-26T17:55:34.209825 - 0.4 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-florence2
2025-09-26T17:55:34.209825 - 0.5 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-impact-pack
2025-09-26T17:55:34.209825 - 2.0 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-Hunyuan3d-2-1
2025-09-26T17:55:34.211834 - 2.3 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-mixlab-nodes
2025-09-26T17:55:34.211834 - 2.8 seconds (IMPORT FAILED): C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-Hunyuan3D-1-wrapper
2025-09-26T17:55:34.211834 - 3.4 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\was-ns
2025-09-26T17:55:34.211834 - 6.3 seconds: C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\ComfyUI-DDUF
2025-09-26T17:55:34.211834 -
2025-09-26T17:55:34.300632 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/alter-list.json
2025-09-26T17:55:34.336311 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/model-list.json
2025-09-26T17:55:34.410939 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/github-stats.json
2025-09-26T17:55:34.552773 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/extension-node-map.json
2025-09-26T17:55:34.664591 - [ComfyUI-Manager] default cache updated: https://raw.githubusercontent.com/ltdrdata/ComfyUI-Manager/main/custom-node-list.json
2025-09-26T17:55:34.984895 - Failed to initialize database. Please ensure you have installed the latest requirements. If the error persists, please report this as in future the database will be required: (sqlite3.OperationalError) unable to open database file
(Background on this error at: https://sqlalche.me/e/20/e3q8)
2025-09-26T17:55:35.052752 - Starting server

2025-09-26T17:55:35.052752 - To see the GUI go to: http://127.0.0.1:8000
2025-09-26T17:55:37.223415 - comfyui-frontend-package not found in requirements.txt
2025-09-26T17:55:38.831479 - C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe-lightbox.esm.min.js2025-09-26T17:55:38.831479 -
2025-09-26T17:55:38.848210 - C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/photoswipe.min.css2025-09-26T17:55:38.848210 -
2025-09-26T17:55:39.542871 - FETCH ComfyRegistry Data: 5/982025-09-26T17:55:39.542871 -
2025-09-26T17:55:40.763413 - [ERROR] An error occurred while retrieving information for the 'GGUFLoaderKJ' node.
2025-09-26T17:55:40.767430 - Traceback (most recent call last):
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 629, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 591, in node_info
return obj_class.GET_NODE_INFO_V1()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy_api\latest\_io.py", line 1315, in GET_NODE_INFO_V1
schema = cls.GET_SCHEMA()
^^^^^^^^^^^^^^^^
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy_api\latest\_io.py", line 1440, in GET_SCHEMA
schema = cls.FINALIZE_SCHEMA()
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy_api\latest\_io.py", line 1431, in FINALIZE_SCHEMA
schema = cls.define_schema()
^^^^^^^^^^^^^^^^^^^
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-kjnodes\nodes\model_optimization_nodes.py", line 1932, in define_schema
io.Combo.Input("model_name", options=[x for x in folder_paths.get_filename_list("unet_gguf")]),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 355, in get_filename_list
out = get_filename_list_(folder_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 316, in get_filename_list_
folders = folder_names_and_paths[folder_name]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'unet_gguf'

2025-09-26T17:55:40.827073 - C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/classic.min.css2025-09-26T17:55:40.827073 -
2025-09-26T17:55:40.836455 - C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.css2025-09-26T17:55:40.836455 -
2025-09-26T17:55:40.844630 - comfyui-frontend-package not found in requirements.txt
2025-09-26T17:55:40.904007 - C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/model-viewer.min.js2025-09-26T17:55:40.904007 -
2025-09-26T17:55:40.915767 - C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/pickr.min.js2025-09-26T17:55:40.915767 -
2025-09-26T17:55:40.917775 - C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-mixlab-nodes\webApp\lib/juxtapose.min.js2025-09-26T17:55:40.917775 -
2025-09-26T17:55:41.180801 - [ERROR] An error occurred while retrieving information for the 'GGUFLoaderKJ' node.
2025-09-26T17:55:41.180801 - Traceback (most recent call last):
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 629, in get_object_info
out[x] = node_info(x)
^^^^^^^^^^^^
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\server.py", line 591, in node_info
return obj_class.GET_NODE_INFO_V1()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy_api\latest\_io.py", line 1315, in GET_NODE_INFO_V1
schema = cls.GET_SCHEMA()
^^^^^^^^^^^^^^^^
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy_api\latest\_io.py", line 1440, in GET_SCHEMA
schema = cls.FINALIZE_SCHEMA()
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\comfy_api\latest\_io.py", line 1431, in FINALIZE_SCHEMA
schema = cls.define_schema()
^^^^^^^^^^^^^^^^^^^
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\custom_nodes\comfyui-kjnodes\nodes\model_optimization_nodes.py", line 1932, in define_schema
io.Combo.Input("model_name", options=[x for x in folder_paths.get_filename_list("unet_gguf")]),
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 355, in get_filename_list
out = get_filename_list_(folder_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\folder_paths.py", line 316, in get_filename_list_
folders = folder_names_and_paths[folder_name]
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'unet_gguf'

2025-09-26T17:55:44.525047 - FETCH ComfyRegistry Data: 10/982025-09-26T17:55:44.525047 -
2025-09-26T17:55:49.108805 - FETCH ComfyRegistry Data: 15/982025-09-26T17:55:49.109805 -
2025-09-26T17:55:51.239450 - got prompt
2025-09-26T17:55:55.365870 - got prompt
2025-09-26T17:55:55.445285 - Settings -> Mode=fast, Device=cuda:0, Torchscript=enabled2025-09-26T17:55:55.445285 -
2025-09-26T17:55:55.602269 - Loading pipeline components...: 50%|█████ | 3/6 [00:00<00:00, 19.80it/s]2025-09-26T17:55:55.604289 - `torch_dtype` is deprecated! Use `dtype` instead!
2025-09-26T17:55:56.352694 - FETCH ComfyRegistry Data: 20/982025-09-26T17:55:56.353694 -
2025-09-26T17:55:57.371292 - Loading pipeline components...: 83%|████████▎ | 5/6 [00:01<00:00, 2.19it/s]2025-09-26T17:55:57.372241 - Loading pipeline components...: 100%|██████████| 6/6 [00:01<00:00, 3.12it/s]2025-09-26T17:55:57.373242 -
2025-09-26T17:56:00.897294 - !!! Exception during processing !!! Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\models\diffusers\hunyuan3d-paint-v2-0.
2025-09-26T17:56:00.907430 - Traceback (most recent call last):
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\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 "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\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 "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 289, in _async_map_node_over_list
await process_inputs(input_dict, i)
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\execution.py", line 277, in process_inputs
result = f(**inputs)
^^^^^^^^^^^
File "C:\Users\brice\AppData\Local\Programs\@comfyorgcomfyui-electron\resources\ComfyUI\custom_nodes\ComfyUI-Hunyuan3DWrapper\nodes.py", line 426, in loadmodel
clip = CLIPTextModel.from_pretrained(model_path, subfolder="text_encoder", torch_dtype=torch_dtype)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\.venv\Lib\site-packages\transformers\modeling_utils.py", line 288, in _wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\.venv\Lib\site-packages\transformers\modeling_utils.py", line 5030, in from_pretrained
checkpoint_files, sharded_metadata = _get_resolved_checkpoint_files(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\.venv\Lib\site-packages\transformers\modeling_utils.py", line 1102, in _get_resolved_checkpoint_files
raise OSError(
OSError: Error no file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt.index or flax_model.msgpack found in directory C:\Users\brice\Documents\ComfyUIFolder\ComfyUI\models\diffusers\hunyuan3d-paint-v2-0.

2025-09-26T17:56:00.910458 - Prompt executed in 9.66 seconds

```
## Attached Workflow
Please make sure that workflow does not contain any sensitive information such as API keys or passwords.
```
Workflow too large. Please manually upload the workflow from local file system.
```

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

I have tried installing and reinstalling all the previously mentioned files

I have tried downloading the "pytorch_model.bin" and "model.safetensors" files from "https://huggingface.co/microsoft/Florence-2-base/tree/main" into my '...\ComfyUIFolder\ComfyUI\models\diffusers\hunyuan3d-paint-v2-0' folder , since It was previously suggested on a similar post

I have tried installing the "...\Documents\ComfyUIFolder\ComfyUI\models\LLM\Florence-2-base" since io saw it suggested on a similar post.

I have tried downloading the "..\Documents\ComfyUIFolder\ComfyUI\models\nsfw_detector\vit-base-nsfw-detector" files, for unknown reasons, since it was suggested on a similar post, and I assumed it had necessary components for integration.

At this point I am unsure what the issue is, as I have not been able to find the relevant "missing files" nor the "hunyuan3d-paint-v2-0" files on any other source.

What can I do here?

[example_workflow-Trimesh-FIX_110825.json](https://github.com/user-attachments/files/22564353/example_workflow-Trimesh-FIX_110825.json)

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.