mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 09:17:12 +08:00
Fix error for Recraft ImageToImage error for nonexistent random_seed param (#118)
This commit is contained in:
parent
6d5efe8e2f
commit
a01fff521e
@ -654,7 +654,6 @@ 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 = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user