DigiP-AI commited on
Commit
44a0266
·
verified ·
1 Parent(s): bc4f72a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -16
app.py CHANGED
@@ -141,23 +141,22 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
141
  with gr.Row():
142
  text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=2, elem_id="prompt-text-input")
143
  with gr.Row():
144
- with gr.Accordion("Lora trigger words", open=False):
145
  gr.Markdown("""
146
- ### 🎨 Lora trigger words:
147
- - **sdxl-realistic**: szn style
148
- - **stylesdxl-cyberpunk**: szn style
149
- - **surreal-harmony**: Surreal Harmony
150
- - **extremely-detailed**: extremely detailed
151
- - **dark-fantasy**: Dark Fantasy
152
- - **analogredmond**: AnalogRedmAF
153
- - **jules-bastien-lepage-style**: Jules Bastien Lepage Style
154
- - **john-singer-sargent-style**: John Singer Sargent Style
155
- - **alphonse-mucha-style**: Alphonse Mucha Style
156
- - **ultra-realistic-illustration**: ultra realistic illustration
157
- - **eye-catching**: eye-catching
158
- - **john-constable-style**: John Constable Style
159
- - **film-noir**: in the style of FLMNR
160
- - **flux-lora-pro-headshot**: PROHEADSHOT
161
  """)
162
 
163
  with gr.Row():
 
141
  with gr.Row():
142
  text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=2, elem_id="prompt-text-input")
143
  with gr.Row():
144
+ with gr.Accordion("🎨 Lora trigger words", open=False):
145
  gr.Markdown("""
146
+ - **sdxl-realistic**: szn style
147
+ - **stylesdxl-cyberpunk**: szn style
148
+ - **surreal-harmony**: Surreal Harmony
149
+ - **extremely-detailed**: extremely detailed
150
+ - **dark-fantasy**: Dark Fantasy
151
+ - **analogredmond**: AnalogRedmAF
152
+ - **jules-bastien-lepage-style**: Jules Bastien Lepage Style
153
+ - **john-singer-sargent-style**: John Singer Sargent Style
154
+ - **alphonse-mucha-style**: Alphonse Mucha Style
155
+ - **ultra-realistic-illustration**: ultra realistic illustration
156
+ - **eye-catching**: eye-catching
157
+ - **john-constable-style**: John Constable Style
158
+ - **film-noir**: in the style of FLMNR
159
+ - **flux-lora-pro-headshot**: PROHEADSHOT
 
160
  """)
161
 
162
  with gr.Row():