Spaces:
Running
Running
Yaron Koresh
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ def infer(pm):
|
|
151 |
neg = pm["n"]
|
152 |
|
153 |
if neg != "":
|
154 |
-
neg
|
155 |
_do = ['beautiful', 'playful', 'photographed', 'realistic', 'dynamic poze', 'deep field', 'reasonable coloring', 'rough texture', 'best quality', 'focused']
|
156 |
if p1 != "":
|
157 |
_do.append(f'{p1}')
|
|
|
151 |
neg = pm["n"]
|
152 |
|
153 |
if neg != "":
|
154 |
+
neg=f' (((({neg}))))'
|
155 |
_do = ['beautiful', 'playful', 'photographed', 'realistic', 'dynamic poze', 'deep field', 'reasonable coloring', 'rough texture', 'best quality', 'focused']
|
156 |
if p1 != "":
|
157 |
_do.append(f'{p1}')
|