mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
Remove useless print message
This commit is contained in:
parent
8d60645106
commit
99aa132df7
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ class LDSR:
|
|||
im_og = image
|
||||
width_og, height_og = im_og.size
|
||||
# If we can adjust the max upscale size, then the 4 below should be our variable
|
||||
print("Foo")
|
||||
down_sample_rate = target_scale / 4
|
||||
wd = width_og * down_sample_rate
|
||||
hd = height_og * down_sample_rate
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue