mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-04 21:47:11 +08:00
Fix image_luma_ref not working (#28)
Co-authored-by: Robin Huang <robin.j.huang@gmail.com>
This commit is contained in:
parent
239fd5dac0
commit
bed5cfec84
@ -1053,7 +1053,7 @@ class LumaImageGenerationNode:
|
|||||||
# handle image_luma_ref
|
# handle image_luma_ref
|
||||||
api_image_ref = None
|
api_image_ref = None
|
||||||
if image_luma_ref is not None:
|
if image_luma_ref is not None:
|
||||||
api_image_ref = self._convert_luma_refs(image_luma_ref, auth_token=auth_token)
|
api_image_ref = self._convert_luma_refs(image_luma_ref, max_refs=4, auth_token=auth_token)
|
||||||
# handle style_luma_ref
|
# handle style_luma_ref
|
||||||
api_style_ref = None
|
api_style_ref = None
|
||||||
if style_image is not None:
|
if style_image is not None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user