Spaces:
Running
on
Zero
Running
on
Zero
Boboiazumi
commited on
Commit
•
2cc3fd1
1
Parent(s):
f7af116
Update app.py
Browse files
app.py
CHANGED
@@ -176,7 +176,7 @@ def generate(
|
|
176 |
if use_upscaler:
|
177 |
if isImg2Img:
|
178 |
print("Img2Img")
|
179 |
-
img, img_width, img_height = load_img(
|
180 |
latents = img_pipe(
|
181 |
prompt=prompt,
|
182 |
negative_prompt=negative_prompt,
|
|
|
176 |
if use_upscaler:
|
177 |
if isImg2Img:
|
178 |
print("Img2Img")
|
179 |
+
img, img_width, img_height = load_img(1024, img_path)
|
180 |
latents = img_pipe(
|
181 |
prompt=prompt,
|
182 |
negative_prompt=negative_prompt,
|