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
0f17993d
Commit
0f17993d
authored
Sep 29, 2023
by
badayvedat
Browse files
fix: typo in extra sampler
parent
1c8ae9db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
comfy/extra_samplers/uni_pc.py
comfy/extra_samplers/uni_pc.py
+1
-1
No files found.
comfy/extra_samplers/uni_pc.py
View file @
0f17993d
...
@@ -688,7 +688,7 @@ class UniPC:
...
@@ -688,7 +688,7 @@ class UniPC:
x_t
=
x_t_
-
expand_dims
(
alpha_t
*
B_h
,
dims
)
*
(
corr_res
+
rhos_c
[
-
1
]
*
D1_t
)
x_t
=
x_t_
-
expand_dims
(
alpha_t
*
B_h
,
dims
)
*
(
corr_res
+
rhos_c
[
-
1
]
*
D1_t
)
else
:
else
:
x_t_
=
(
x_t_
=
(
expand_dims
(
torch
.
exp
(
log_alpha_t
-
log_alpha_prev_0
),
dims
s
)
*
x
expand_dims
(
torch
.
exp
(
log_alpha_t
-
log_alpha_prev_0
),
dims
)
*
x
-
expand_dims
(
sigma_t
*
h_phi_1
,
dims
)
*
model_prev_0
-
expand_dims
(
sigma_t
*
h_phi_1
,
dims
)
*
model_prev_0
)
)
if
x_t
is
None
:
if
x_t
is
None
:
...
...
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