commented out two nodes
Some checks are pending
Python Linting / Run Ruff (push) Waiting to run
Python Linting / Run Pylint (push) Waiting to run

This commit is contained in:
bigcat88 2026-02-13 19:57:01 +02:00
parent 6d0f45ce0b
commit 4d037b5752

View File

@ -553,8 +553,8 @@ class TencentHunyuan3DExtension(ComfyExtension):
return [ return [
TencentTextToModelNode, TencentTextToModelNode,
TencentImageToModelNode, TencentImageToModelNode,
TencentModelTo3DUVNode, # TencentModelTo3DUVNode,
Tencent3DTextureEditNode, # Tencent3DTextureEditNode,
Tencent3DPartNode, Tencent3DPartNode,
] ]