mirror of
https://github.com/Comfy-Org/ComfyUI.git
synced 2026-09-08 02:08:37 +08:00
[Partner Nodes] feat(Recraft): add V4 Styles Pro models to Create Style node (#16043)
Signed-off-by: bigcat88 <bigcat88@icloud.com> Co-authored-by: Purz <97489706+purzbeats@users.noreply.github.com>
This commit is contained in:
@@ -469,9 +469,15 @@ class RecraftV4CreateStyleNode(IO.ComfyNode):
|
||||
inputs=[
|
||||
IO.Combo.Input(
|
||||
"model",
|
||||
options=["recraftv4_styles", "recraftv4_styles_vector"],
|
||||
tooltip="Output type the style is created for: recraftv4_styles for raster images, "
|
||||
"recraftv4_styles_vector for SVG.",
|
||||
options=[
|
||||
"recraftv4_styles",
|
||||
"recraftv4_styles_vector",
|
||||
"recraftv4_styles_pro",
|
||||
"recraftv4_styles_pro_vector",
|
||||
],
|
||||
tooltip="Model the style is created for. Standard and Pro share one style pool: raster styles "
|
||||
"work with every Recraft V4 and V4.1 raster model, vector styles (*_vector) with every "
|
||||
"V4 and V4.1 vector model.",
|
||||
),
|
||||
IO.Autogrow.Input(
|
||||
"images",
|
||||
|
||||
Reference in New Issue
Block a user