Yaron Koresh commited on
Commit
c1d87d6
·
verified ·
1 Parent(s): 59eda4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def infer(pm):
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}')
 
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}')