mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-16 06:03:31 +08:00
Fix UnetParams annotation typo (#3589)
This commit is contained in:
parent
93094050bb
commit
0c313cb9ca
@ -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]
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user