Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ 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
|
@@ -157,11 +157,11 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
|
157 |
- **eye-catching**: eye-catching
|
158 |
- **john-constable-style**: John Constable Style
|
159 |
- **film-noir**: in the style of FLMNR
|
160 |
-
- **
|
161 |
""")
|
162 |
|
163 |
with gr.Row():
|
164 |
-
custom_lora = gr.Dropdown([" ", "jwu114/lora-sdxl-realistic", "issaccyj/lora-sdxl-cyberpunk", "hugovntr/flux-schnell-realism", "fofr/sdxl-deep-down", "KappaNeuro/surreal-harmony", "ntc-ai/SDXL-LoRA-slider.extremely-detailed", "prithivMLmods/Canopus-LoRA-Flux-FaceRealism", "KappaNeuro/dark-fantasy", "artificialguybr/analogredmond", "KappaNeuro/jules-bastien-lepage-style", "KappaNeuro/john-singer-sargent-style", "KappaNeuro/alphonse-mucha-style", "ntc-ai/SDXL-LoRA-slider.ultra-realistic-illustration", "ntc-ai/SDXL-LoRA-slider.eye-catching", "KappaNeuro/john-constable-style", "dvyio/flux-lora-film-noir", "
|
165 |
with gr.Row():
|
166 |
with gr.Accordion("⚙️ Advanced Settings", open=False, elem_id="settings-container"):
|
167 |
negative_prompt = gr.Textbox(label="Negative Prompt", lines=5, placeholder="What should not be in the image", value=" Bad anatomy, Bad proportions, Deformed, Disconnected limbs, Disfigured, Extra arms, Extra limbs, Extra hands, Fused fingers, Gross proportions, Long neck, Malformed limbs, Mutated, Mutated hands, Mutated limbs, Missing arms, Missing fingers, Poorly drawn hands, Poorly drawn face ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, bad anatomy, watermark, signature, cut off, low contrast, underexposed, overexposed, bad art, beginner, amateur, distorted face, blurry, draft, grainy, text, logo, watermark, banner, extra digits, signature, unprompted-nsfw")
|
|
|
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
|
|
|
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():
|
164 |
+
custom_lora = gr.Dropdown([" ", "jwu114/lora-sdxl-realistic", "issaccyj/lora-sdxl-cyberpunk", "hugovntr/flux-schnell-realism", "fofr/sdxl-deep-down", "KappaNeuro/surreal-harmony", "ntc-ai/SDXL-LoRA-slider.extremely-detailed", "prithivMLmods/Canopus-LoRA-Flux-FaceRealism", "KappaNeuro/dark-fantasy", "artificialguybr/analogredmond", "KappaNeuro/jules-bastien-lepage-style", "KappaNeuro/john-singer-sargent-style", "KappaNeuro/alphonse-mucha-style", "ntc-ai/SDXL-LoRA-slider.ultra-realistic-illustration", "ntc-ai/SDXL-LoRA-slider.eye-catching", "KappaNeuro/john-constable-style", "dvyio/flux-lora-film-noir", "dvyio/flux-lora-pro-headshot"], label="Custom LoRA",)
|
165 |
with gr.Row():
|
166 |
with gr.Accordion("⚙️ Advanced Settings", open=False, elem_id="settings-container"):
|
167 |
negative_prompt = gr.Textbox(label="Negative Prompt", lines=5, placeholder="What should not be in the image", value=" Bad anatomy, Bad proportions, Deformed, Disconnected limbs, Disfigured, Extra arms, Extra limbs, Extra hands, Fused fingers, Gross proportions, Long neck, Malformed limbs, Mutated, Mutated hands, Mutated limbs, Missing arms, Missing fingers, Poorly drawn hands, Poorly drawn face ugly, tiling, poorly drawn hands, poorly drawn feet, poorly drawn face, out of frame, extra limbs, disfigured, deformed, body out of frame, bad anatomy, watermark, signature, cut off, low contrast, underexposed, overexposed, bad art, beginner, amateur, distorted face, blurry, draft, grainy, text, logo, watermark, banner, extra digits, signature, unprompted-nsfw")
|