Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -44,8 +44,9 @@ examples = [
|
|
| 44 |
]
|
| 45 |
|
| 46 |
MODEL_OPTIONS = {
|
| 47 |
-
"Realism : V4.0_Lightning": "SG161222/RealVisXL_V4.0_Lightning",
|
| 48 |
-
"
|
|
|
|
| 49 |
}
|
| 50 |
|
| 51 |
MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
|
|
@@ -169,7 +170,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
|
|
| 169 |
model_choice = gr.Dropdown(
|
| 170 |
label="Model Selection ☑️",
|
| 171 |
choices=list(MODEL_OPTIONS.keys()),
|
| 172 |
-
value="Realism : V4.0_Lightning"
|
| 173 |
)
|
| 174 |
|
| 175 |
with gr.Accordion("Advanced options", open=True):
|
|
|
|
| 44 |
]
|
| 45 |
|
| 46 |
MODEL_OPTIONS = {
|
| 47 |
+
"Realism : V4.0_Lightning🔥": "SG161222/RealVisXL_V4.0_Lightning",
|
| 48 |
+
"Detailed/SOTA : Mobius🚀": "Corcelio/mobius"
|
| 49 |
+
"Anime : Cagliostrolab🍺": "cagliostrolab/animagine-xl-3.1"
|
| 50 |
}
|
| 51 |
|
| 52 |
MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
|
|
|
|
| 170 |
model_choice = gr.Dropdown(
|
| 171 |
label="Model Selection ☑️",
|
| 172 |
choices=list(MODEL_OPTIONS.keys()),
|
| 173 |
+
value="Realism : V4.0_Lightning🔥"
|
| 174 |
)
|
| 175 |
|
| 176 |
with gr.Accordion("Advanced options", open=True):
|