diff --git a/comfy/conds.py b/comfy/conds.py index 980a42f68..2af2a43a3 100644 --- a/comfy/conds.py +++ b/comfy/conds.py @@ -88,7 +88,7 @@ class CONDConstant(CONDRegular): return [1] -class CONDArray(CONDRegular): +class CONDList(CONDRegular): def __init__(self, cond): self.cond = cond