mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-05-01 03:31:30 +00:00
Remove useless print message
This commit is contained in:
@@ -98,7 +98,6 @@ class LDSR:
|
|||||||
im_og = image
|
im_og = image
|
||||||
width_og, height_og = im_og.size
|
width_og, height_og = im_og.size
|
||||||
# If we can adjust the max upscale size, then the 4 below should be our variable
|
# If we can adjust the max upscale size, then the 4 below should be our variable
|
||||||
print("Foo")
|
|
||||||
down_sample_rate = target_scale / 4
|
down_sample_rate = target_scale / 4
|
||||||
wd = width_og * down_sample_rate
|
wd = width_og * down_sample_rate
|
||||||
hd = height_og * down_sample_rate
|
hd = height_og * down_sample_rate
|
||||||
|
|||||||
Reference in New Issue
Block a user