Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
1794075
1
Parent(s):
9e3b68b
Update app.py
Browse files
app.py
CHANGED
@@ -162,6 +162,7 @@ def inpaint(image, width, height, overlap_percentage, num_inference_steps, resiz
|
|
162 |
guidance_scale=3.5,
|
163 |
negative_prompt="",
|
164 |
true_guidance_scale=3.5,
|
|
|
165 |
).images
|
166 |
print(latent_image)
|
167 |
pipe.to("cpu")
|
|
|
162 |
guidance_scale=3.5,
|
163 |
negative_prompt="",
|
164 |
true_guidance_scale=3.5,
|
165 |
+
output_type="latent"
|
166 |
).images
|
167 |
print(latent_image)
|
168 |
pipe.to("cpu")
|