Spaces:
Running
on
Zero
Running
on
Zero
FIX
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def run_comparison(prompt: str,
|
|
76 |
).images
|
77 |
image_paths_r3 = [save_image(img) for img in image_r3]
|
78 |
|
79 |
-
image_r4 =
|
80 |
negative_prompt=negative_prompt,
|
81 |
width=width,
|
82 |
height=height,
|
@@ -88,7 +88,7 @@ def run_comparison(prompt: str,
|
|
88 |
).images
|
89 |
image_paths_r4 = [save_image(img) for img in image_r4]
|
90 |
|
91 |
-
image_r5 =
|
92 |
negative_prompt=negative_prompt,
|
93 |
width=width,
|
94 |
height=height,
|
|
|
76 |
).images
|
77 |
image_paths_r3 = [save_image(img) for img in image_r3]
|
78 |
|
79 |
+
image_r4 = J10_pipe(prompt=prompt,
|
80 |
negative_prompt=negative_prompt,
|
81 |
width=width,
|
82 |
height=height,
|
|
|
88 |
).images
|
89 |
image_paths_r4 = [save_image(img) for img in image_r4]
|
90 |
|
91 |
+
image_r5 = J9_pipe(prompt=prompt,
|
92 |
negative_prompt=negative_prompt,
|
93 |
width=width,
|
94 |
height=height,
|