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
19c014f4
Commit
19c014f4
authored
May 12, 2023
by
BlenderNeko
Browse files
comment out annoying print statement
parent
d9e088dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
comfy/sd.py
comfy/sd.py
+1
-1
No files found.
comfy/sd.py
View file @
19c014f4
...
@@ -583,7 +583,7 @@ class VAE:
...
@@ -583,7 +583,7 @@ class VAE:
def
broadcast_image_to
(
tensor
,
target_batch_size
,
batched_number
):
def
broadcast_image_to
(
tensor
,
target_batch_size
,
batched_number
):
current_batch_size
=
tensor
.
shape
[
0
]
current_batch_size
=
tensor
.
shape
[
0
]
print
(
current_batch_size
,
target_batch_size
)
#
print(current_batch_size, target_batch_size)
if
current_batch_size
==
1
:
if
current_batch_size
==
1
:
return
tensor
return
tensor
...
...
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