We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0920e0e commit b26da22Copy full SHA for b26da22
comfy/types.py
@@ -25,7 +25,7 @@ class UnetParams(TypedDict):
25
timestep: torch.Tensor
26
c: UnetApplyConds
27
# List of [0, 1], [0], [1], ...
28
- # 0 means unconditional, 1 means conditional
+ # 0 means conditional, 1 means conditional unconditional
29
cond_or_uncond: List[int]
30
31
0 commit comments