Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
e448e7b
1
Parent(s):
184327b
Update app.py
Browse files
app.py
CHANGED
@@ -44,8 +44,9 @@ examples = [
|
|
44 |
]
|
45 |
|
46 |
MODEL_OPTIONS = {
|
47 |
-
"
|
48 |
-
"
|
|
|
49 |
}
|
50 |
|
51 |
MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
|
@@ -152,8 +153,7 @@ def load_predefined_images():
|
|
152 |
return predefined_images
|
153 |
|
154 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
|
155 |
-
gr.Markdown(DESCRIPTIONx)
|
156 |
-
|
157 |
with gr.Row():
|
158 |
prompt = gr.Text(
|
159 |
label="Prompt",
|
|
|
44 |
]
|
45 |
|
46 |
MODEL_OPTIONS = {
|
47 |
+
"Realism : V4.0_Lightning": "SG161222/RealVisXL_V4.0_Lightning",
|
48 |
+
"Detailing : Mobius": "Corcelio/mobius",
|
49 |
+
"Anime : Cagliostrolab": "cagliostrolab/animagine-xl-3.1"
|
50 |
}
|
51 |
|
52 |
MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
|
|
|
153 |
return predefined_images
|
154 |
|
155 |
with gr.Blocks(css=css, theme="bethecloud/storj_theme", js=js_func) as demo:
|
156 |
+
gr.Markdown(DESCRIPTIONx)
|
|
|
157 |
with gr.Row():
|
158 |
prompt = gr.Text(
|
159 |
label="Prompt",
|