Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ examples = [
|
|
25 |
"Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K",
|
26 |
]
|
27 |
|
28 |
-
MODEL_ID = os.getenv("MODEL_VAL_PATH", "
|
29 |
MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
|
30 |
USE_TORCH_COMPILE = os.getenv("USE_TORCH_COMPILE", "0") == "1"
|
31 |
ENABLE_CPU_OFFLOAD = os.getenv("ENABLE_CPU_OFFLOAD", "0") == "1"
|
@@ -136,7 +136,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
136 |
max_lines=5,
|
137 |
lines=4,
|
138 |
placeholder="Enter a negative prompt",
|
139 |
-
value="
|
140 |
visible=True,
|
141 |
)
|
142 |
seed = gr.Slider(
|
|
|
25 |
"Cold coffee in a cup bokeh --ar 85:128 --v 6.0 --style raw5, 4K",
|
26 |
]
|
27 |
|
28 |
+
MODEL_ID = os.getenv("MODEL_VAL_PATH", "SG161222/RealVisXL_V4.0")
|
29 |
MAX_IMAGE_SIZE = int(os.getenv("MAX_IMAGE_SIZE", "4096"))
|
30 |
USE_TORCH_COMPILE = os.getenv("USE_TORCH_COMPILE", "0") == "1"
|
31 |
ENABLE_CPU_OFFLOAD = os.getenv("ENABLE_CPU_OFFLOAD", "0") == "1"
|
|
|
136 |
max_lines=5,
|
137 |
lines=4,
|
138 |
placeholder="Enter a negative prompt",
|
139 |
+
value="bad hands, bad anatomy, ugly, deformed, (face asymmetry, eyes asymmetry, deformed eyes, deformed mouth, open mouth)",
|
140 |
visible=True,
|
141 |
)
|
142 |
seed = gr.Slider(
|