This commit is contained in:
comfyanonymous 2025-11-22 22:40:51 -05:00 committed by GitHub
parent 38da984528
commit 4f76cab6f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,7 +64,7 @@ class EmptyHunyuanVideo15Latent(EmptyHunyuanLatentVideo):
def define_schema(cls): def define_schema(cls):
schema = super().define_schema() schema = super().define_schema()
schema.node_id = "EmptyHunyuanVideo15Latent" schema.node_id = "EmptyHunyuanVideo15Latent"
schema.display_name ="Empty HunyuanVideo 1.5 Latent", schema.display_name = "Empty HunyuanVideo 1.5 Latent"
return schema return schema
@classmethod @classmethod