Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -78,8 +78,8 @@ with gr.Blocks(css=css) as dalle:
|
|
78 |
|
79 |
with gr.Tab("Расширенные настройки"):
|
80 |
negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Чего не должно быть на изображении", value="[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry, text, fuzziness", lines=3, elem_id="negative-prompt-text-input")
|
81 |
-
width = gr.Slider(
|
82 |
-
height = gr.Slider(
|
83 |
|
84 |
|
85 |
with gr.Row():
|
|
|
78 |
|
79 |
with gr.Tab("Расширенные настройки"):
|
80 |
negative_prompt = gr.Textbox(label="Negative Prompt", placeholder="Чего не должно быть на изображении", value="[deformed | disfigured], poorly drawn, [bad : wrong] anatomy, [extra | missing | floating | disconnected] limb, (mutated hands and fingers), blurry, text, fuzziness", lines=3, elem_id="negative-prompt-text-input")
|
81 |
+
width = gr.Slider(label="Ширина", value=512, minimum=15, maximum=1023)
|
82 |
+
height = gr.Slider(label="Высота", value=512, minimum=15, maximum=1023)
|
83 |
|
84 |
|
85 |
with gr.Row():
|