DigiP-AI commited on
Commit
fa0f78d
·
verified ·
1 Parent(s): 3f01466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -199,8 +199,13 @@ with gr.Blocks(css=css, theme=theme, fill_width= False) as app:
199
  with gr.Row():
200
  task = gr.Radio(interactive=True, value="Stable Diffusion XL 1.0", show_label=True, label="Модель нейросети:", choices=['Stable Diffusion XL 1.0', 'Crystal Clear XL',
201
  'Juggernaut XL', 'DreamShaper XL',
202
- 'SDXL Niji', 'Cinemax SDXL', 'NightVision XL',
203
- 'Playground v2', 'Artigen v3'])
 
 
 
 
 
204
  with gr.Tab("Расширенные настройки"):
205
  with gr.Row():
206
  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")
 
199
  with gr.Row():
200
  task = gr.Radio(interactive=True, value="Stable Diffusion XL 1.0", show_label=True, label="Модель нейросети:", choices=['Stable Diffusion XL 1.0', 'Crystal Clear XL',
201
  'Juggernaut XL', 'DreamShaper XL',
202
+ 'SDXL Niji', 'Cinemax SDXL', 'NightVision XL'])
203
+ with gr.Row():
204
+ gr.Examples(
205
+ examples = examples,
206
+ inputs = [prompt],
207
+ )
208
+
209
  with gr.Tab("Расширенные настройки"):
210
  with gr.Row():
211
  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")