mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-05 22:57:06 +08:00
Expose 4 remaining Recraft nodes (#112)
This commit is contained in:
parent
20539e0be8
commit
38e02619b7
@ -654,6 +654,7 @@ class RecraftImageToImageNode:
|
|||||||
substyle=recraft_style.substyle,
|
substyle=recraft_style.substyle,
|
||||||
style_id=recraft_style.style_id,
|
style_id=recraft_style.style_id,
|
||||||
controls=controls_api,
|
controls=controls_api,
|
||||||
|
random_seed=seed,
|
||||||
)
|
)
|
||||||
|
|
||||||
images = []
|
images = []
|
||||||
@ -763,6 +764,7 @@ class RecraftImageInpaintingNode:
|
|||||||
style=recraft_style.style,
|
style=recraft_style.style,
|
||||||
substyle=recraft_style.substyle,
|
substyle=recraft_style.substyle,
|
||||||
style_id=recraft_style.style_id,
|
style_id=recraft_style.style_id,
|
||||||
|
random_seed=seed,
|
||||||
)
|
)
|
||||||
|
|
||||||
# prepare mask tensor
|
# prepare mask tensor
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user