Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
b26da224
Unverified
Commit
b26da224
authored
May 28, 2024
by
JettHu
Committed by
GitHub
May 27, 2024
Browse files
Fix UnetParams annotation typo (#3589)
parent
0920e0e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
comfy/types.py
comfy/types.py
+1
-1
No files found.
comfy/types.py
View file @
b26da224
...
@@ -25,7 +25,7 @@ class UnetParams(TypedDict):
...
@@ -25,7 +25,7 @@ class UnetParams(TypedDict):
timestep
:
torch
.
Tensor
timestep
:
torch
.
Tensor
c
:
UnetApplyConds
c
:
UnetApplyConds
# List of [0, 1], [0], [1], ...
# List of [0, 1], [0], [1], ...
# 0 means
un
conditional, 1 means conditional
# 0 means conditional, 1 means conditional
unconditional
cond_or_uncond
:
List
[
int
]
cond_or_uncond
:
List
[
int
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment