mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-12-19 11:03:00 +08:00
change order
This commit is contained in:
parent
17a262a3cf
commit
09b1b9ed98
@ -575,7 +575,6 @@ class TripoConversionNode(IO.ComfyNode):
|
|||||||
IO.Custom("MODEL_TASK_ID,RIG_TASK_ID,RETARGET_TASK_ID").Input("original_model_task_id"),
|
IO.Custom("MODEL_TASK_ID,RIG_TASK_ID,RETARGET_TASK_ID").Input("original_model_task_id"),
|
||||||
IO.Combo.Input("format", options=["GLTF", "USDZ", "FBX", "OBJ", "STL", "3MF"]),
|
IO.Combo.Input("format", options=["GLTF", "USDZ", "FBX", "OBJ", "STL", "3MF"]),
|
||||||
IO.Boolean.Input("quad", default=False, optional=True),
|
IO.Boolean.Input("quad", default=False, optional=True),
|
||||||
IO.Boolean.Input("force_symmetry", default=False, optional=True),
|
|
||||||
IO.Int.Input(
|
IO.Int.Input(
|
||||||
"face_limit",
|
"face_limit",
|
||||||
default=-1,
|
default=-1,
|
||||||
@ -583,14 +582,6 @@ class TripoConversionNode(IO.ComfyNode):
|
|||||||
max=2000000,
|
max=2000000,
|
||||||
optional=True,
|
optional=True,
|
||||||
),
|
),
|
||||||
IO.Boolean.Input("flatten_bottom", default=False, optional=True),
|
|
||||||
IO.Float.Input(
|
|
||||||
"flatten_bottom_threshold",
|
|
||||||
default=0.0,
|
|
||||||
min=0.0,
|
|
||||||
max=1.0,
|
|
||||||
optional=True,
|
|
||||||
),
|
|
||||||
IO.Int.Input(
|
IO.Int.Input(
|
||||||
"texture_size",
|
"texture_size",
|
||||||
default=4096,
|
default=4096,
|
||||||
@ -604,6 +595,15 @@ class TripoConversionNode(IO.ComfyNode):
|
|||||||
default="JPEG",
|
default="JPEG",
|
||||||
optional=True,
|
optional=True,
|
||||||
),
|
),
|
||||||
|
IO.Boolean.Input("force_symmetry", default=False, optional=True),
|
||||||
|
IO.Boolean.Input("flatten_bottom", default=False, optional=True),
|
||||||
|
IO.Float.Input(
|
||||||
|
"flatten_bottom_threshold",
|
||||||
|
default=0.0,
|
||||||
|
min=0.0,
|
||||||
|
max=1.0,
|
||||||
|
optional=True,
|
||||||
|
),
|
||||||
IO.Boolean.Input("pivot_to_center_bottom", default=False, optional=True),
|
IO.Boolean.Input("pivot_to_center_bottom", default=False, optional=True),
|
||||||
IO.Float.Input(
|
IO.Float.Input(
|
||||||
"scale_factor",
|
"scale_factor",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user