Spaces:
Running
Running
BertChristiaens
commited on
Commit
•
9d96d90
1
Parent(s):
b999def
add negative prompt
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ def make_prompt_row():
|
|
93 |
with col_0_0:
|
94 |
st.text_input(label="Positive prompt", value="a photograph of a room, interior design, 4k, high resolution", key='positive_prompt')
|
95 |
with col_0_1:
|
96 |
-
st.text_input(label="Negative prompt", value="
|
97 |
|
98 |
def make_sidebar():
|
99 |
with st.sidebar:
|
|
|
93 |
with col_0_0:
|
94 |
st.text_input(label="Positive prompt", value="a photograph of a room, interior design, 4k, high resolution", key='positive_prompt')
|
95 |
with col_0_1:
|
96 |
+
st.text_input(label="Negative prompt", value="lowres, watermark, deformed, blurry, blur, out of focus, out of frame, surreal, ugly", key='negative_prompt')
|
97 |
|
98 |
def make_sidebar():
|
99 |
with st.sidebar:
|