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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,7 +140,7 @@ 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
- - **maxfield-parrish-stylee**: Maxfield Parrish Style
144
  - **surreal-harmony**: Surreal Harmony
145
  - **extremely-detailed**: extremely detailed
146
  - **dark-fantasy**: Dark Fantasy
@@ -157,7 +157,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", "KappaNeuro/maxfield-parrish-style", "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
+ - **Flux-Super-Realism-LoRA**: Super Realism
144
  - **surreal-harmony**: Surreal Harmony
145
  - **extremely-detailed**: extremely detailed
146
  - **dark-fantasy**: Dark Fantasy
 
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")