mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-27 01:17:24 +08:00
..
This commit is contained in:
parent
5046b7adaf
commit
e3a25f1b11
@ -1841,12 +1841,12 @@ class Trellis2Extension(ComfyExtension):
|
|||||||
async def get_node_list(self) -> list[type[IO.ComfyNode]]:
|
async def get_node_list(self) -> list[type[IO.ComfyNode]]:
|
||||||
return [
|
return [
|
||||||
Trellis2Conditioning,
|
Trellis2Conditioning,
|
||||||
EmptyShapeLatentTrellis2,
|
EmptyTrellis2ShapeLatent,
|
||||||
EmptyStructureLatentTrellis2,
|
EmptyTrellis2LatentStructure,
|
||||||
EmptyTextureLatentTrellis2,
|
EmptyTrellis2LatentTexture,
|
||||||
VaeDecodeTrellis2Texture,
|
VaeDecodeTextureTrellis,
|
||||||
VaeDecodeTrellis2Shape,
|
VaeDecodeShapeTrellis,
|
||||||
VaeDecodeTrellis2Structure,
|
VaeDecodeStructureTrellis2,
|
||||||
Trellis2UpsampleCascade,
|
Trellis2UpsampleCascade,
|
||||||
PostProcessMesh
|
PostProcessMesh
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user