Update app.py
Browse files
app.py
CHANGED
@@ -205,10 +205,11 @@ with gr.Blocks(css=css, theme=theme) as app:
|
|
205 |
with gr.Row():
|
206 |
task = gr.Radio(interactive=True, value="Stable Diffusion XL 1.0", show_label=True, label="Model of neural network 🧠 ", choices=['Stable Diffusion XL 1.0', 'Crystal Clear XL',
|
207 |
'Juggernaut XL', 'DreamShaper XL',
|
|
|
208 |
gr.Examples(
|
209 |
examples = examples,
|
210 |
inputs = [text_prompt],
|
211 |
-
)
|
212 |
|
213 |
with gr.Tab("Extended settings"):
|
214 |
with gr.Row():
|
|
|
205 |
with gr.Row():
|
206 |
task = gr.Radio(interactive=True, value="Stable Diffusion XL 1.0", show_label=True, label="Model of neural network 🧠 ", choices=['Stable Diffusion XL 1.0', 'Crystal Clear XL',
|
207 |
'Juggernaut XL', 'DreamShaper XL',
|
208 |
+
'SDXL Niji', 'Cinemax SDXL', 'NightVision XL'])
|
209 |
gr.Examples(
|
210 |
examples = examples,
|
211 |
inputs = [text_prompt],
|
212 |
+
)
|
213 |
|
214 |
with gr.Tab("Extended settings"):
|
215 |
with gr.Row():
|