Spaces:
Running
on
Zero
Running
on
Zero
Plat
commited on
Commit
β’
807f489
1
Parent(s):
32d6647
new ui text
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
colorFrom: purple
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
|
|
1 |
---
|
2 |
+
title: Illustrious XL Gacha
|
3 |
+
emoji: π¨ποΈπ°
|
4 |
colorFrom: purple
|
5 |
colorTo: red
|
6 |
sdk: gradio
|
app.py
CHANGED
@@ -264,8 +264,8 @@ css = """
|
|
264 |
with gr.Blocks(css=css) as demo:
|
265 |
with gr.Column(elem_id="col-container"):
|
266 |
gr.Markdown("""
|
267 |
-
# Random
|
268 |
-
|
269 |
""")
|
270 |
|
271 |
with gr.Row():
|
@@ -274,9 +274,9 @@ Model: [IllustriousXL v0.1](https://huggingface.co/OnomaAIResearch/Illustrious-x
|
|
274 |
choices=["1girl", "2girls", "1boy", "no humans"],
|
275 |
value="1girl",
|
276 |
)
|
277 |
-
run_button = gr.Button("
|
278 |
|
279 |
-
result = gr.Image(label="
|
280 |
|
281 |
with gr.Accordion("Generation details", open=False):
|
282 |
with gr.Row():
|
|
|
264 |
with gr.Blocks(css=css) as demo:
|
265 |
with gr.Column(elem_id="col-container"):
|
266 |
gr.Markdown("""
|
267 |
+
# IllustriousXL Random Gacha
|
268 |
+
Image model: [IllustriousXL v0.1](https://huggingface.co/OnomaAIResearch/Illustrious-xl-early-release-v0)
|
269 |
""")
|
270 |
|
271 |
with gr.Row():
|
|
|
274 |
choices=["1girl", "2girls", "1boy", "no humans"],
|
275 |
value="1girl",
|
276 |
)
|
277 |
+
run_button = gr.Button("Pull gacha", variant="primary", scale=0)
|
278 |
|
279 |
+
result = gr.Image(label="Gacha result", show_label=False)
|
280 |
|
281 |
with gr.Accordion("Generation details", open=False):
|
282 |
with gr.Row():
|