Yaron Koresh commited on
Commit
d41acc3
·
verified ·
1 Parent(s): 76ec6ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -224,9 +224,9 @@ def handle_generate(*_inp):
224
  arr.append(wrd)
225
  inp[2] = ", " + ", ".join(arr)
226
 
227
- inp[2] = f"creative, fake, error, dreamy, unreal, pixelated, bright, deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, weird, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, unspecified, general, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck{inp[2]}"
228
 
229
- _do = ['photographed', "environment", 'realistic', 'true', 'genuine', 'dynamic poze', 'authentic', 'deep field', 'reasonable', "natural", 'rough', "real world", 'best quality', 'focused', "highly detailed"]
230
 
231
  if inp[1] != "":
232
  for wrd in inp[1].split():
 
224
  arr.append(wrd)
225
  inp[2] = ", " + ", ".join(arr)
226
 
227
+ inp[2] = f"faked, errored, dreamy, unreal, off topic, pixelated, deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, weird, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, unspecified, general, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck{inp[2]}"
228
 
229
+ _do = ['photographed', 'realistic', 'true', 'genuine', 'dynamic poze', 'authentic', 'deep field', 'reasonable', "natural", 'rough', 'best quality', 'focused', "highly detailed"]
230
 
231
  if inp[1] != "":
232
  for wrd in inp[1].split():