Skip to content

Commit b26da22

Browse files
authored
Fix UnetParams annotation typo (comfyanonymous#3589)
1 parent 0920e0e commit b26da22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comfy/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class UnetParams(TypedDict):
2525
timestep: torch.Tensor
2626
c: UnetApplyConds
2727
# List of [0, 1], [0], [1], ...
28-
# 0 means unconditional, 1 means conditional
28+
# 0 means conditional, 1 means conditional unconditional
2929
cond_or_uncond: List[int]
3030

3131

0 commit comments

Comments
 (0)