Update app.py
Browse files
app.py
CHANGED
@@ -271,7 +271,7 @@ with gr.Blocks(css=css, theme=theme) as app:
|
|
271 |
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',
|
272 |
'Juggernaut XL', 'DreamShaper XL',
|
273 |
'SDXL Niji', 'Cinemax SDXL', 'NightVision XL'])
|
274 |
-
with gr.Tab("Extended settings"):
|
275 |
with gr.Row():
|
276 |
negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=True, label='Negative Prompt:', lines=3, value="[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry")
|
277 |
with gr.Row():
|
|
|
271 |
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',
|
272 |
'Juggernaut XL', 'DreamShaper XL',
|
273 |
'SDXL Niji', 'Cinemax SDXL', 'NightVision XL'])
|
274 |
+
#with gr.Tab("Extended settings"):
|
275 |
with gr.Row():
|
276 |
negative_prompt = gr.Textbox(placeholder="Negative Prompt", show_label=True, label='Negative Prompt:', lines=3, value="[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry")
|
277 |
with gr.Row():
|