mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-07-19 21:08:19 +08:00
[Partner Nodes] remove 4K option
This commit is contained in:
parent
01d3783567
commit
fe9e0b2457
@ -188,7 +188,7 @@ class HeyGenTalkingPhotoNode(IO.ComfyNode):
|
|||||||
),
|
),
|
||||||
IO.Combo.Input(
|
IO.Combo.Input(
|
||||||
"resolution",
|
"resolution",
|
||||||
options=["720p", "1080p", "4k"],
|
options=["720p", "1080p"],
|
||||||
default="1080p",
|
default="1080p",
|
||||||
optional=True,
|
optional=True,
|
||||||
tooltip="Output video resolution.",
|
tooltip="Output video resolution.",
|
||||||
@ -374,7 +374,7 @@ class HeyGenAvatarVideoNode(IO.ComfyNode):
|
|||||||
),
|
),
|
||||||
IO.Combo.Input(
|
IO.Combo.Input(
|
||||||
"resolution",
|
"resolution",
|
||||||
options=["720p", "1080p", "4k"],
|
options=["720p", "1080p"],
|
||||||
default="1080p",
|
default="1080p",
|
||||||
optional=True,
|
optional=True,
|
||||||
tooltip="Output video resolution.",
|
tooltip="Output video resolution.",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user