Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -170,6 +170,9 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
|
170 |
gr.Markdown("""
|
171 |
- **sdxl-realistic**: szn style
|
172 |
- **Flux-Realism-FineDetailed**: Fine Detailed
|
|
|
|
|
|
|
173 |
- **SD3.5-Turbo-Realism-2.0-LoRA**: Turbo Realism
|
174 |
- **Canopus-LoRA-Flux-UltraRealism-2.0**: Ultra realistic
|
175 |
- **extremely-detailed**: extremely detailed
|
@@ -186,7 +189,7 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
|
186 |
""")
|
187 |
|
188 |
with gr.Row():
|
189 |
-
custom_lora = gr.Dropdown([" ", "jwu114/lora-sdxl-realistic", "prithivMLmods/Flux-Realism-FineDetailed", "prithivMLmods/SD3.5-Turbo-Realism-2.0-LoRA", "hugovntr/flux-schnell-realism", "fofr/sdxl-deep-down", "prithivMLmods/Canopus-LoRA-Flux-UltraRealism-2.0", "ntc-ai/SDXL-LoRA-slider.extremely-detailed", "prithivMLmods/Canopus-LoRA-Flux-FaceRealism", "prithivMLmods/SD3.5-Large-Photorealistic-LoRA", "prithivMLmods/Flux.1-Dev-LoRA-HDR-Realism", "prithivMLmods/Ton618-Epic-Realism-Flux-LoRA", "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",)
|
190 |
with gr.Row():
|
191 |
with gr.Accordion("⚙️ Advanced Settings", open=False, elem_id="settings-container"):
|
192 |
negative_prompt = gr.Textbox(label="Negative Prompt", lines=5, placeholder="What should not be in the image", value=" (visible hand:1.3), (ugly:1.3), (duplicate:1.2), (morbid:1.1), (mutilated:1.1), out of frame, bad face, extra fingers, mutated hands, (poorly drawn hands:1.1), (poorly drawn face:1.3), (mutation:1.3), (deformed:1.3), blurry, (bad anatomy:1.1), (bad proportions:1.2), (extra limbs:1.1), cloned face, (disfigured:1.2), gross proportions, malformed limbs, (missing arms:1.1), (missing legs:1.1), (extra arms:1.2), (extra legs:1.2), fused fingers, too many fingers, (long neck:1.2), sketched by bad-artist, (bad-image-v2-39000:1.3) ")
|
|
|
170 |
gr.Markdown("""
|
171 |
- **sdxl-realistic**: szn style
|
172 |
- **Flux-Realism-FineDetailed**: Fine Detailed
|
173 |
+
- **Fashion-Hut-Modeling-LoRA**: Modeling
|
174 |
+
- **SD3.5-Large-Turbo-HyperRealistic-LoRA**: hyper realistic
|
175 |
+
- **Flux-Fine-Detail-LoRA**: Super Detail
|
176 |
- **SD3.5-Turbo-Realism-2.0-LoRA**: Turbo Realism
|
177 |
- **Canopus-LoRA-Flux-UltraRealism-2.0**: Ultra realistic
|
178 |
- **extremely-detailed**: extremely detailed
|
|
|
189 |
""")
|
190 |
|
191 |
with gr.Row():
|
192 |
+
custom_lora = gr.Dropdown([" ", "jwu114/lora-sdxl-realistic", "prithivMLmods/Flux-Realism-FineDetailed", "prithivMLmods/Fashion-Hut-Modeling-LoRA", "prithivMLmods/SD3.5-Large-Turbo-HyperRealistic-LoRA", "prithivMLmods/Flux-Fine-Detail-LoRA", "prithivMLmods/SD3.5-Turbo-Realism-2.0-LoRA", "hugovntr/flux-schnell-realism", "fofr/sdxl-deep-down", "prithivMLmods/Canopus-LoRA-Flux-UltraRealism-2.0", "ntc-ai/SDXL-LoRA-slider.extremely-detailed", "prithivMLmods/Canopus-LoRA-Flux-FaceRealism", "prithivMLmods/SD3.5-Large-Photorealistic-LoRA", "prithivMLmods/Flux.1-Dev-LoRA-HDR-Realism", "prithivMLmods/Ton618-Epic-Realism-Flux-LoRA", "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",)
|
193 |
with gr.Row():
|
194 |
with gr.Accordion("⚙️ Advanced Settings", open=False, elem_id="settings-container"):
|
195 |
negative_prompt = gr.Textbox(label="Negative Prompt", lines=5, placeholder="What should not be in the image", value=" (visible hand:1.3), (ugly:1.3), (duplicate:1.2), (morbid:1.1), (mutilated:1.1), out of frame, bad face, extra fingers, mutated hands, (poorly drawn hands:1.1), (poorly drawn face:1.3), (mutation:1.3), (deformed:1.3), blurry, (bad anatomy:1.1), (bad proportions:1.2), (extra limbs:1.1), cloned face, (disfigured:1.2), gross proportions, malformed limbs, (missing arms:1.1), (missing legs:1.1), (extra arms:1.2), (extra legs:1.2), fused fingers, too many fingers, (long neck:1.2), sketched by bad-artist, (bad-image-v2-39000:1.3) ")
|