Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -125,7 +125,7 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
|
125 |
- **Flux-Fine-Detail-LoRA**: Super Detail
|
126 |
- **SD3.5-Turbo-Realism-2.0-LoRA**: Turbo Realism
|
127 |
- **Canopus-LoRA-Flux-UltraRealism-2.0**: Ultra realistic
|
128 |
-
- **
|
129 |
- **SD3.5-Large-Photorealistic-LoRA**: photorealistic
|
130 |
- **Flux.1-Dev-LoRA-HDR-Realism**: HDR
|
131 |
- **prithivMLmods/Ton618-Epic-Realism-Flux-LoRA**: Epic Realism
|
@@ -139,7 +139,7 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
|
|
139 |
""")
|
140 |
|
141 |
with gr.Row():
|
142 |
-
custom_lora = gr.Dropdown([" ", "
|
143 |
with gr.Row():
|
144 |
with gr.Accordion("⚙️ Advanced Settings", open=False, elem_id="settings-container"):
|
145 |
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) ")
|
|
|
125 |
- **Flux-Fine-Detail-LoRA**: Super Detail
|
126 |
- **SD3.5-Turbo-Realism-2.0-LoRA**: Turbo Realism
|
127 |
- **Canopus-LoRA-Flux-UltraRealism-2.0**: Ultra realistic
|
128 |
+
- **Canopus-Pencil-Art-LoRA**: Pencil Art
|
129 |
- **SD3.5-Large-Photorealistic-LoRA**: photorealistic
|
130 |
- **Flux.1-Dev-LoRA-HDR-Realism**: HDR
|
131 |
- **prithivMLmods/Ton618-Epic-Realism-Flux-LoRA**: Epic Realism
|
|
|
139 |
""")
|
140 |
|
141 |
with gr.Row():
|
142 |
+
custom_lora = gr.Dropdown([" ", "prithivMLmods/Canopus-Pencil-Art-LoRA", "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", "prithivMLmods/Canopus-Realism-LoRA", "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",)
|
143 |
with gr.Row():
|
144 |
with gr.Accordion("⚙️ Advanced Settings", open=False, elem_id="settings-container"):
|
145 |
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) ")
|