Yaron Koresh commited on
Commit
ac2e6c0
·
verified ·
1 Parent(s): fb0d0a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ def infer(p1,p2):
100
  else:
101
  _do = f'{ p1 }, beautiful, playful, photographed, highly detailed, realistic elements, dynamic poze, deep field, vivid reasonable coloring, rough texture, high sharpness, highres, best quality, focused'
102
  if p2 != "":
103
- _do2 = f'{p2} reduction, {p2} exclusion, {p2} hiding, negative {p2}'
104
  else:
105
  _do2 = ""
106
  output = Piper(_do,_do2)
 
100
  else:
101
  _do = f'{ p1 }, beautiful, playful, photographed, highly detailed, realistic elements, dynamic poze, deep field, vivid reasonable coloring, rough texture, high sharpness, highres, best quality, focused'
102
  if p2 != "":
103
+ _do2 = f'included {p2} negation'
104
  else:
105
  _do2 = ""
106
  output = Piper(_do,_do2)