mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-09 21:12:36 +08:00
Fix display name assignment in define_schema method
This commit is contained in:
parent
2ebb00f377
commit
38da984528
@ -64,7 +64,7 @@ class EmptyHunyuanVideo15Latent(EmptyHunyuanLatentVideo):
|
||||
def define_schema(cls):
|
||||
schema = super().define_schema()
|
||||
schema.node_id = "EmptyHunyuanVideo15Latent"
|
||||
schema.display_name = display_name="Empty HunyuanVideo 1.5 Latent",
|
||||
schema.display_name ="Empty HunyuanVideo 1.5 Latent",
|
||||
return schema
|
||||
|
||||
@classmethod
|
||||
|
||||
Loading…
Reference in New Issue
Block a user