Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ examples = [
|
|
109 |
]
|
110 |
|
111 |
examples_negative = [
|
112 |
-
"blurred details, low resolution, poor image of a man's face, poor quality, artifacts, black and white image"
|
113 |
"blurry details, low resolution, poorly defined edges",
|
114 |
"bad face, bad quality, artifacts, low-res, black and white",
|
115 |
]
|
@@ -163,7 +163,7 @@ with gr.Blocks(css=css) as demo:
|
|
163 |
label="LoRA scale",
|
164 |
minimum=0.0,
|
165 |
maximum=1.0,
|
166 |
-
step=0.
|
167 |
value=0.5,
|
168 |
)
|
169 |
|
@@ -177,7 +177,7 @@ with gr.Blocks(css=css) as demo:
|
|
177 |
)
|
178 |
|
179 |
with gr.Row():
|
180 |
-
seed = gr.
|
181 |
label="Seed",
|
182 |
minimum=0,
|
183 |
maximum=MAX_SEED,
|
|
|
109 |
]
|
110 |
|
111 |
examples_negative = [
|
112 |
+
"blurred details, low resolution, poor image of a man's face, poor quality, artifacts, black and white image",
|
113 |
"blurry details, low resolution, poorly defined edges",
|
114 |
"bad face, bad quality, artifacts, low-res, black and white",
|
115 |
]
|
|
|
163 |
label="LoRA scale",
|
164 |
minimum=0.0,
|
165 |
maximum=1.0,
|
166 |
+
step=0.05,
|
167 |
value=0.5,
|
168 |
)
|
169 |
|
|
|
177 |
)
|
178 |
|
179 |
with gr.Row():
|
180 |
+
seed = gr.Slider(
|
181 |
label="Seed",
|
182 |
minimum=0,
|
183 |
maximum=MAX_SEED,
|