mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-06-21 15:29:32 +08:00
Update TripoSplat categories (#14512)
This commit is contained in:
parent
f026b01ba5
commit
d202707ff2
@ -65,7 +65,7 @@ class TripoSplatPreprocessImage(IO.ComfyNode):
|
|||||||
return IO.Schema(
|
return IO.Schema(
|
||||||
node_id="TripoSplatPreprocessImage",
|
node_id="TripoSplatPreprocessImage",
|
||||||
display_name="TripoSplat Preprocess Image",
|
display_name="TripoSplat Preprocess Image",
|
||||||
category="3d/conditioning",
|
category="model/conditioning/triposplat",
|
||||||
description="Crop center each image to a square canvas on a black background and add padding.",
|
description="Crop center each image to a square canvas on a black background and add padding.",
|
||||||
inputs=[
|
inputs=[
|
||||||
IO.Image.Input("image"),
|
IO.Image.Input("image"),
|
||||||
@ -95,7 +95,7 @@ class TripoSplatConditioning(IO.ComfyNode):
|
|||||||
return IO.Schema(
|
return IO.Schema(
|
||||||
node_id="TripoSplatConditioning",
|
node_id="TripoSplatConditioning",
|
||||||
display_name="TripoSplat Conditioning",
|
display_name="TripoSplat Conditioning",
|
||||||
category="3d/conditioning",
|
category="model/conditioning/triposplat",
|
||||||
description="Encode the image with DINOv3 and the Flux2 VAE into TripoSplat positive/negative "
|
description="Encode the image with DINOv3 and the Flux2 VAE into TripoSplat positive/negative "
|
||||||
"conditioning, and create the fixed size noise target (latent + camera) for the KSampler",
|
"conditioning, and create the fixed size noise target (latent + camera) for the KSampler",
|
||||||
inputs=[
|
inputs=[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user