Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
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():
|