mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-05-16 03:57:27 +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]]:
|
||||
return [
|
||||
Trellis2Conditioning,
|
||||
EmptyShapeLatentTrellis2,
|
||||
EmptyStructureLatentTrellis2,
|
||||
EmptyTextureLatentTrellis2,
|
||||
VaeDecodeTrellis2Texture,
|
||||
VaeDecodeTrellis2Shape,
|
||||
VaeDecodeTrellis2Structure,
|
||||
EmptyTrellis2ShapeLatent,
|
||||
EmptyTrellis2LatentStructure,
|
||||
EmptyTrellis2LatentTexture,
|
||||
VaeDecodeTextureTrellis,
|
||||
VaeDecodeShapeTrellis,
|
||||
VaeDecodeStructureTrellis2,
|
||||
Trellis2UpsampleCascade,
|
||||
PostProcessMesh
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user