Spaces:
Running
on
Zero
Running
on
Zero
update params
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def infer(
|
|
68 |
examples = {
|
69 |
"stabilityai/stable-diffusion-xl-base-1.0": [
|
70 |
["An astronaut riding a horse", 42],
|
71 |
-
["A DSLR photo of a frog wearing a sweater",
|
72 |
],
|
73 |
"cagliostrolab/animagine-xl-3.1": [
|
74 |
[
|
@@ -139,7 +139,7 @@ Generate 768x768 multi-view images using {base_model} <br>
|
|
139 |
minimum=1,
|
140 |
maximum=50,
|
141 |
step=1,
|
142 |
-
value=
|
143 |
)
|
144 |
|
145 |
with gr.Row():
|
|
|
68 |
examples = {
|
69 |
"stabilityai/stable-diffusion-xl-base-1.0": [
|
70 |
["An astronaut riding a horse", 42],
|
71 |
+
["A DSLR photo of a frog wearing a sweater", 21],
|
72 |
],
|
73 |
"cagliostrolab/animagine-xl-3.1": [
|
74 |
[
|
|
|
139 |
minimum=1,
|
140 |
maximum=50,
|
141 |
step=1,
|
142 |
+
value=30,
|
143 |
)
|
144 |
|
145 |
with gr.Row():
|