[Partner Nodes] chore(Reve): deprecate Reve nodes (#15331)

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
This commit is contained in:
Alexander Piskun 2026-08-06 10:21:36 +03:00 committed by GitHub
parent 563b98eefb
commit 2eb609766a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -137,6 +137,7 @@ class ReveImageCreateNode(IO.ComfyNode):
IO.Hidden.unique_id,
],
is_api_node=True,
is_deprecated=True,
price_badge=IO.PriceBadge(
depends_on=IO.PriceBadgeDepends(
widgets=["upscale", "upscale.upscale_factor"],
@ -228,6 +229,7 @@ class ReveImageEditNode(IO.ComfyNode):
IO.Hidden.unique_id,
],
is_api_node=True,
is_deprecated=True,
price_badge=IO.PriceBadge(
depends_on=IO.PriceBadgeDepends(
widgets=["model", "upscale", "upscale.upscale_factor"],
@ -337,6 +339,7 @@ class ReveImageRemixNode(IO.ComfyNode):
IO.Hidden.unique_id,
],
is_api_node=True,
is_deprecated=True,
price_badge=IO.PriceBadge(
depends_on=IO.PriceBadgeDepends(
widgets=["model", "upscale", "upscale.upscale_factor"],