mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-25 22:05:43 +08:00
Update.
This commit is contained in:
parent
286371b6f4
commit
64fc5f3ca8
@ -115,7 +115,7 @@ class FluxKontextMultiReferenceLatentMethod:
|
|||||||
CATEGORY = "advanced/conditioning/flux"
|
CATEGORY = "advanced/conditioning/flux"
|
||||||
|
|
||||||
def append(self, conditioning, reference_latents_method):
|
def append(self, conditioning, reference_latents_method):
|
||||||
if "uxo" in reference_latents_method:
|
if "uxo" in reference_latents_method or "uso" in reference_latents_method:
|
||||||
reference_latents_method = "uxo"
|
reference_latents_method = "uxo"
|
||||||
c = node_helpers.conditioning_set_values(conditioning, {"reference_latents_method": reference_latents_method})
|
c = node_helpers.conditioning_set_values(conditioning, {"reference_latents_method": reference_latents_method})
|
||||||
return (c, )
|
return (c, )
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user