mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 10:07:11 +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,
|
||||
style_id=recraft_style.style_id,
|
||||
controls=controls_api,
|
||||
random_seed=seed,
|
||||
)
|
||||
|
||||
images = []
|
||||
@ -763,6 +764,7 @@ class RecraftImageInpaintingNode:
|
||||
style=recraft_style.style,
|
||||
substyle=recraft_style.substyle,
|
||||
style_id=recraft_style.style_id,
|
||||
random_seed=seed,
|
||||
)
|
||||
|
||||
# prepare mask tensor
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user