Update README.md
Browse files
README.md
CHANGED
|
@@ -48,7 +48,6 @@ control_image = load_image(
|
|
| 48 |
w, h = control_image.size
|
| 49 |
|
| 50 |
# Upscale x4
|
| 51 |
-
# This can be set to any arbitrary target resolution
|
| 52 |
control_image = control_image.resize((w * 4, h * 4))
|
| 53 |
|
| 54 |
image = pipe(
|
|
|
|
| 48 |
w, h = control_image.size
|
| 49 |
|
| 50 |
# Upscale x4
|
|
|
|
| 51 |
control_image = control_image.resize((w * 4, h * 4))
|
| 52 |
|
| 53 |
image = pipe(
|