mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-11 05:52:33 +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):
|
||||
key = "value%d" % index
|
||||
return kwargs[key]
|
||||
return (kwargs[key],)
|
||||
|
||||
class InversionDemoLazyMixImages:
|
||||
def __init__(self):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user