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
ce0aeb10
Commit
ce0aeb10
authored
Feb 11, 2023
by
comfyanonymous
Browse files
Remove print.
parent
5489d5af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
comfy/extra_samplers/uni_pc.py
comfy/extra_samplers/uni_pc.py
+0
-1
No files found.
comfy/extra_samplers/uni_pc.py
View file @
ce0aeb10
...
...
@@ -710,7 +710,6 @@ class UniPC:
if
method
==
'multistep'
:
assert
steps
>=
order
# timesteps = self.get_time_steps(skip_type=skip_type, t_T=t_T, t_0=t_0, N=steps, device=device)
print
(
timesteps
)
assert
timesteps
.
shape
[
0
]
-
1
==
steps
# with torch.no_grad():
for
step_index
in
trange
(
steps
+
1
):
...
...
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