Skip to content

Commit

Permalink
Fix UnetParams annotation typo (comfyanonymous#3589)
Browse files Browse the repository at this point in the history
  • Loading branch information
JettHu authored May 27, 2024
1 parent 0920e0e commit b26da22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class UnetParams(TypedDict):
timestep: torch.Tensor
c: UnetApplyConds
# List of [0, 1], [0], [1], ...
# 0 means unconditional, 1 means conditional
# 0 means conditional, 1 means conditional unconditional
cond_or_uncond: List[int]


Expand Down

0 comments on commit b26da22

Please sign in to comment.