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