This commit is contained in:
Yousef Rafat 2026-05-14 15:00:05 +03:00
parent 5046b7adaf
commit e3a25f1b11

View File

@ -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
]