DigiP-AI commited on
Commit
ecf0bfe
·
verified ·
1 Parent(s): 3e1c06e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -140,7 +140,6 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
140
  gr.Markdown("""
141
  - **sdxl-realistic**: szn style
142
  - **stylesdxl-cyberpunk**: szn style
143
- - **Flux-Super-Realism-LoRA**: Super Realism
144
  - **surreal-harmony**: Surreal Harmony
145
  - **extremely-detailed**: extremely detailed
146
  - **dark-fantasy**: Dark Fantasy
@@ -157,7 +156,7 @@ with gr.Blocks(theme=theme, css=css, elem_id="app-container") as app:
157
  label="Trigger words")
158
 
159
  with gr.Row():
160
- custom_lora = gr.Dropdown([" ", "jwu114/lora-sdxl-realistic", "issaccyj/lora-sdxl-cyberpunk", "strangerzonehf/Flux-Super-Realism-LoRA", "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", "KappaNeuro/director-sofia-coppola-style"], label="Custom LoRA", info="Please select from the list")
161
  with gr.Row():
162
  with gr.Accordion("⚙️ Advanced Settings", open=False, elem_id="settings-container"):
163
  negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="What should not be in the image", value="((((out of frame))), deformed, distorted, disfigured), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, misspellings, typos", lines=3, elem_id="negative-prompt-text-input")
 
140
  gr.Markdown("""
141
  - **sdxl-realistic**: szn style
142
  - **stylesdxl-cyberpunk**: szn style
 
143
  - **surreal-harmony**: Surreal Harmony
144
  - **extremely-detailed**: extremely detailed
145
  - **dark-fantasy**: Dark Fantasy
 
156
  label="Trigger words")
157
 
158
  with gr.Row():
159
+ 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", "KappaNeuro/director-sofia-coppola-style"], label="Custom LoRA", info="Please select from the list")
160
  with gr.Row():
161
  with gr.Accordion("⚙️ Advanced Settings", open=False, elem_id="settings-container"):
162
  negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="What should not be in the image", value="((((out of frame))), deformed, distorted, disfigured), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation, misspellings, typos", lines=3, elem_id="negative-prompt-text-input")