mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-19 21:08:19 +08:00
TripoSplat latent nodes
This commit is contained in:
parent
a58473fd9b
commit
3de5d66eac
@ -143,7 +143,7 @@ class VAEDecodeTripoSplat(IO.ComfyNode):
|
|||||||
return IO.Schema(
|
return IO.Schema(
|
||||||
node_id="VAEDecodeTripoSplat",
|
node_id="VAEDecodeTripoSplat",
|
||||||
display_name="TripoSplat Decode",
|
display_name="TripoSplat Decode",
|
||||||
category="3d/latent",
|
category="model/latent/triposplat",
|
||||||
description="Decode the sampled TripoSplat latent into a 3D gaussian splat. "
|
description="Decode the sampled TripoSplat latent into a 3D gaussian splat. "
|
||||||
"Modify the number of gaussians to vary the density.",
|
"Modify the number of gaussians to vary the density.",
|
||||||
inputs=[
|
inputs=[
|
||||||
@ -188,7 +188,7 @@ class TripoSplatSamplingPreview(IO.ComfyNode):
|
|||||||
return IO.Schema(
|
return IO.Schema(
|
||||||
node_id="TripoSplatSamplingPreview",
|
node_id="TripoSplatSamplingPreview",
|
||||||
display_name="TripoSplat Sampling Preview",
|
display_name="TripoSplat Sampling Preview",
|
||||||
category="3d/latent",
|
category="model/latent/triposplat",
|
||||||
description="Patch the TripoSplat model for the standard Ksampler node to show a live decoded "
|
description="Patch the TripoSplat model for the standard Ksampler node to show a live decoded "
|
||||||
"gaussian splat preview at each step.",
|
"gaussian splat preview at each step.",
|
||||||
inputs=[
|
inputs=[
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user