mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-12 00:20:15 +00:00
1.38.11 (#8285)
Patch version increment to 1.38.11 **Base branch:** `main` --------- Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com> Co-authored-by: github-actions <github-actions@github.com> Co-authored-by: Alexander Brown <drjkl@comfy.org>
This commit is contained in:
@@ -2101,6 +2101,10 @@
|
||||
"outputs": {
|
||||
"0": {
|
||||
"tooltip": null
|
||||
},
|
||||
"1": {
|
||||
"name": "INDEX",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -13446,6 +13450,84 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"TencentImageToModelNode": {
|
||||
"display_name": "Hunyuan3D: Image(s) to Model (Pro)",
|
||||
"inputs": {
|
||||
"model": {
|
||||
"name": "model",
|
||||
"tooltip": "The LowPoly option is unavailable for the `3.1` model."
|
||||
},
|
||||
"image": {
|
||||
"name": "image"
|
||||
},
|
||||
"face_count": {
|
||||
"name": "face_count"
|
||||
},
|
||||
"generate_type": {
|
||||
"name": "generate_type"
|
||||
},
|
||||
"seed": {
|
||||
"name": "seed",
|
||||
"tooltip": "Seed controls whether the node should re-run; results are non-deterministic regardless of seed."
|
||||
},
|
||||
"image_left": {
|
||||
"name": "image_left"
|
||||
},
|
||||
"image_right": {
|
||||
"name": "image_right"
|
||||
},
|
||||
"image_back": {
|
||||
"name": "image_back"
|
||||
},
|
||||
"control_after_generate": {
|
||||
"name": "control after generate"
|
||||
},
|
||||
"generate_type_pbr": {
|
||||
"name": "pbr"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "model_file",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"TencentTextToModelNode": {
|
||||
"display_name": "Hunyuan3D: Text to Model (Pro)",
|
||||
"inputs": {
|
||||
"model": {
|
||||
"name": "model",
|
||||
"tooltip": "The LowPoly option is unavailable for the `3.1` model."
|
||||
},
|
||||
"prompt": {
|
||||
"name": "prompt",
|
||||
"tooltip": "Supports up to 1024 characters."
|
||||
},
|
||||
"face_count": {
|
||||
"name": "face_count"
|
||||
},
|
||||
"generate_type": {
|
||||
"name": "generate_type"
|
||||
},
|
||||
"seed": {
|
||||
"name": "seed",
|
||||
"tooltip": "Seed controls whether the node should re-run; results are non-deterministic regardless of seed."
|
||||
},
|
||||
"control_after_generate": {
|
||||
"name": "control after generate"
|
||||
},
|
||||
"generate_type_pbr": {
|
||||
"name": "pbr"
|
||||
}
|
||||
},
|
||||
"outputs": {
|
||||
"0": {
|
||||
"name": "model_file",
|
||||
"tooltip": null
|
||||
}
|
||||
}
|
||||
},
|
||||
"TextEncodeAceStepAudio": {
|
||||
"display_name": "TextEncodeAceStepAudio",
|
||||
"inputs": {
|
||||
|
||||
Reference in New Issue
Block a user