Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
d6bdfdf
1
Parent(s):
09f0b4e
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def run_comparison(prompt, progress=gr.Progress(track_tqdm=True)):
|
|
63 |
image_lightning=pipe_lightning(prompt=prompt, num_inference_steps=1, guidance_scale=0).images[0]
|
64 |
yield image_turbo, image_lightning, None
|
65 |
image_hyper=pipe_hyper(prompt=prompt, num_inference_steps=1, guidance_scale=0, timesteps=[800]).images[0]
|
66 |
-
|
67 |
|
68 |
examples = ["A dignified beaver wearing glasses, a vest, and colorful neck tie.",
|
69 |
"The spirit of a tamagotchi wandering in the city of Barcelona",
|
|
|
63 |
image_lightning=pipe_lightning(prompt=prompt, num_inference_steps=1, guidance_scale=0).images[0]
|
64 |
yield image_turbo, image_lightning, None
|
65 |
image_hyper=pipe_hyper(prompt=prompt, num_inference_steps=1, guidance_scale=0, timesteps=[800]).images[0]
|
66 |
+
yield image_turbo, image_lightning, image_hyper
|
67 |
|
68 |
examples = ["A dignified beaver wearing glasses, a vest, and colorful neck tie.",
|
69 |
"The spirit of a tamagotchi wandering in the city of Barcelona",
|