Spaces:
Running
on
Zero
Running
on
Zero
PseudoTerminal X
commited on
Commit
•
ae90f5c
1
Parent(s):
983dbf6
Update app.py
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def generate(prompt, guidance_scale, num_inference_steps, resolution, negative_p
|
|
41 |
width=width,
|
42 |
height=height
|
43 |
).images
|
44 |
-
return
|
45 |
prompt=prompt,
|
46 |
negative_prompt=negative_prompt,
|
47 |
latents=latent_images,
|
|
|
41 |
width=width,
|
42 |
height=height
|
43 |
).images
|
44 |
+
return stg2_pipeline(
|
45 |
prompt=prompt,
|
46 |
negative_prompt=negative_prompt,
|
47 |
latents=latent_images,
|