mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-13 06:52:42 +08:00
Fix lazy index node. No idea how this ever worked.
This commit is contained in:
parent
9d9e1e65ab
commit
2520ade224
@ -195,7 +195,7 @@ class InversionDemoLazyIndexSwitch:
|
|||||||
|
|
||||||
def index_switch(self, index, **kwargs):
|
def index_switch(self, index, **kwargs):
|
||||||
key = "value%d" % index
|
key = "value%d" % index
|
||||||
return kwargs[key]
|
return (kwargs[key],)
|
||||||
|
|
||||||
class InversionDemoLazyMixImages:
|
class InversionDemoLazyMixImages:
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user