chore: auto-commit (61 archivos)
- docs/capabilities/INDEX.md - docs/capabilities/comfyui.md - python/functions/browser/comfyui_export_workflow_ui.md - python/functions/browser/comfyui_export_workflow_ui.py - python/functions/browser/comfyui_load_workflow_ui.md - python/functions/browser/comfyui_load_workflow_ui.py - python/functions/browser/comfyui_queue_prompt_ui.md - python/functions/browser/comfyui_queue_prompt_ui.py - python/functions/browser/comfyui_refresh_nodes_ui.md - python/functions/browser/comfyui_refresh_nodes_ui.py - ... Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,180 @@
|
||||
{
|
||||
"1": {
|
||||
"class_type": "Hy3DLoadMesh",
|
||||
"inputs": {
|
||||
"glb_path": "/home/enmanuel/ComfyUI/output/fox_mv_shape_00001_.glb"
|
||||
}
|
||||
},
|
||||
"2": {
|
||||
"class_type": "Hy3DPostprocessMesh",
|
||||
"inputs": {
|
||||
"trimesh": [
|
||||
"1",
|
||||
0
|
||||
],
|
||||
"remove_floaters": true,
|
||||
"remove_degenerate_faces": true,
|
||||
"reduce_faces": true,
|
||||
"max_facenum": 40000,
|
||||
"smooth_normals": false
|
||||
}
|
||||
},
|
||||
"3": {
|
||||
"class_type": "Hy3DMeshUVWrap",
|
||||
"inputs": {
|
||||
"trimesh": [
|
||||
"2",
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"4": {
|
||||
"class_type": "LoadImage",
|
||||
"inputs": {
|
||||
"image": "fox_front.png"
|
||||
}
|
||||
},
|
||||
"5": {
|
||||
"class_type": "DownloadAndLoadHy3DPaintModel",
|
||||
"inputs": {
|
||||
"model": "hunyuan3d-paint-v2-0"
|
||||
}
|
||||
},
|
||||
"6": {
|
||||
"class_type": "DownloadAndLoadHy3DDelightModel",
|
||||
"inputs": {
|
||||
"model": "hunyuan3d-delight-v2-0"
|
||||
}
|
||||
},
|
||||
"7": {
|
||||
"class_type": "Hy3DCameraConfig",
|
||||
"inputs": {
|
||||
"camera_azimuths": "0, 90, 180, 270",
|
||||
"camera_elevations": "0, 0, 0, 0",
|
||||
"view_weights": "1, 0.5, 0.5, 0.5",
|
||||
"camera_distance": 1.45,
|
||||
"ortho_scale": 1.2
|
||||
}
|
||||
},
|
||||
"8": {
|
||||
"class_type": "Hy3DRenderMultiView",
|
||||
"inputs": {
|
||||
"trimesh": [
|
||||
"3",
|
||||
0
|
||||
],
|
||||
"render_size": 1024,
|
||||
"texture_size": 1024,
|
||||
"camera_config": [
|
||||
"7",
|
||||
0
|
||||
],
|
||||
"normal_space": "world"
|
||||
}
|
||||
},
|
||||
"9": {
|
||||
"class_type": "Hy3DDelightImage",
|
||||
"inputs": {
|
||||
"delight_pipe": [
|
||||
"6",
|
||||
0
|
||||
],
|
||||
"image": [
|
||||
"4",
|
||||
0
|
||||
],
|
||||
"steps": 50,
|
||||
"width": 512,
|
||||
"height": 512,
|
||||
"cfg_image": 1.0,
|
||||
"seed": 42
|
||||
}
|
||||
},
|
||||
"10": {
|
||||
"class_type": "Hy3DSampleMultiView",
|
||||
"inputs": {
|
||||
"pipeline": [
|
||||
"5",
|
||||
0
|
||||
],
|
||||
"ref_image": [
|
||||
"9",
|
||||
0
|
||||
],
|
||||
"normal_maps": [
|
||||
"8",
|
||||
0
|
||||
],
|
||||
"position_maps": [
|
||||
"8",
|
||||
1
|
||||
],
|
||||
"view_size": 512,
|
||||
"steps": 25,
|
||||
"seed": 0,
|
||||
"camera_config": [
|
||||
"7",
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"11": {
|
||||
"class_type": "Hy3DBakeFromMultiview",
|
||||
"inputs": {
|
||||
"images": [
|
||||
"10",
|
||||
0
|
||||
],
|
||||
"renderer": [
|
||||
"8",
|
||||
2
|
||||
],
|
||||
"camera_config": [
|
||||
"7",
|
||||
0
|
||||
]
|
||||
}
|
||||
},
|
||||
"12": {
|
||||
"class_type": "Hy3DMeshVerticeInpaintTexture",
|
||||
"inputs": {
|
||||
"texture": [
|
||||
"11",
|
||||
0
|
||||
],
|
||||
"mask": [
|
||||
"11",
|
||||
1
|
||||
],
|
||||
"renderer": [
|
||||
"11",
|
||||
2
|
||||
]
|
||||
}
|
||||
},
|
||||
"13": {
|
||||
"class_type": "Hy3DApplyTexture",
|
||||
"inputs": {
|
||||
"texture": [
|
||||
"12",
|
||||
0
|
||||
],
|
||||
"renderer": [
|
||||
"12",
|
||||
2
|
||||
]
|
||||
}
|
||||
},
|
||||
"14": {
|
||||
"class_type": "Hy3DExportMesh",
|
||||
"inputs": {
|
||||
"trimesh": [
|
||||
"13",
|
||||
0
|
||||
],
|
||||
"filename_prefix": "3D/fox_mv_textured",
|
||||
"file_format": "glb",
|
||||
"save_file": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user