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:
2026-06-24 00:30:30 +02:00
parent 495f545ec1
commit f12272d002
72 changed files with 6049 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 706 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 329 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 227 KiB

+180
View File
@@ -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
}
}
}
+178
View File
@@ -0,0 +1,178 @@
{
"ckpt": {
"class_type": "ImageOnlyCheckpointLoader",
"inputs": {
"ckpt_name": "hunyuan3d-dit-v2-mv.safetensors"
}
},
"img_front": {
"class_type": "LoadImage",
"inputs": {
"image": "fox_front.png"
}
},
"enc_front": {
"class_type": "CLIPVisionEncode",
"inputs": {
"clip_vision": [
"ckpt",
1
],
"image": [
"img_front",
0
],
"crop": "center"
}
},
"img_left": {
"class_type": "LoadImage",
"inputs": {
"image": "fox_left.png"
}
},
"enc_left": {
"class_type": "CLIPVisionEncode",
"inputs": {
"clip_vision": [
"ckpt",
1
],
"image": [
"img_left",
0
],
"crop": "center"
}
},
"img_back": {
"class_type": "LoadImage",
"inputs": {
"image": "fox_back.png"
}
},
"enc_back": {
"class_type": "CLIPVisionEncode",
"inputs": {
"clip_vision": [
"ckpt",
1
],
"image": [
"img_back",
0
],
"crop": "center"
}
},
"img_right": {
"class_type": "LoadImage",
"inputs": {
"image": "fox_right.png"
}
},
"enc_right": {
"class_type": "CLIPVisionEncode",
"inputs": {
"clip_vision": [
"ckpt",
1
],
"image": [
"img_right",
0
],
"crop": "center"
}
},
"cond": {
"class_type": "Hunyuan3Dv2ConditioningMultiView",
"inputs": {
"front": [
"enc_front",
0
],
"left": [
"enc_left",
0
],
"back": [
"enc_back",
0
],
"right": [
"enc_right",
0
]
}
},
"latent": {
"class_type": "EmptyLatentHunyuan3Dv2",
"inputs": {
"resolution": 3072,
"batch_size": 1
}
},
"ksampler": {
"class_type": "KSampler",
"inputs": {
"model": [
"ckpt",
0
],
"positive": [
"cond",
0
],
"negative": [
"cond",
1
],
"latent_image": [
"latent",
0
],
"seed": 42,
"steps": 30,
"cfg": 5.5,
"sampler_name": "euler",
"scheduler": "normal",
"denoise": 1.0
}
},
"vae": {
"class_type": "VAEDecodeHunyuan3D",
"inputs": {
"samples": [
"ksampler",
0
],
"vae": [
"ckpt",
2
],
"num_chunks": 8000,
"octree_resolution": 256
}
},
"mesh": {
"class_type": "VoxelToMeshBasic",
"inputs": {
"voxel": [
"vae",
0
],
"threshold": 0.6
}
},
"save": {
"class_type": "SaveGLB",
"inputs": {
"mesh": [
"mesh",
0
],
"filename_prefix": "fox_mv_shape"
}
}
}
+14
View File
@@ -0,0 +1,14 @@
{
"loader": {"class_type":"ImageOnlyCheckpointLoader","inputs":{"ckpt_name":"stable_zero123.ckpt"}},
"img": {"class_type":"LoadImage","inputs":{"image":"fox_front.png"}},
"cond": {"class_type":"StableZero123_Conditioning_Batched",
"inputs":{"clip_vision":["loader",1],"init_image":["img",0],"vae":["loader",2],
"width":256,"height":256,"batch_size":4,"elevation":0.0,"azimuth":-90.0,
"elevation_batch_increment":0.0,"azimuth_batch_increment":90.0}},
"ksampler":{"class_type":"KSampler",
"inputs":{"model":["loader",0],"positive":["cond",0],"negative":["cond",1],
"latent_image":["cond",2],"seed":42,"steps":20,"cfg":4.0,
"sampler_name":"euler","scheduler":"normal","denoise":1.0}},
"vae": {"class_type":"VAEDecode","inputs":{"samples":["ksampler",0],"vae":["loader",2]}},
"save": {"class_type":"SaveImage","inputs":{"images":["vae",0],"filename_prefix":"fox_views"}}
}