Yaron Koresh commited on
Commit
4cde1ae
·
verified ·
1 Parent(s): dc68950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -218,12 +218,12 @@ def handle_generate(*_inp):
218
  if inp[2] != "":
219
  inp[2] = ", related to: " + inp[2]
220
 
221
- inp[2] = f"textual, fake, unreal, pixelated, deformed, semi-realistic, cgi, 3d, sketch, cartoon, drawing, anime, cropped, out of frame, low quality, rendering artifacts, ugly, duplicated, weird, mutation, blurry, bad anatomy, unproportional, cloned face, disfigured, gross, malformed, missing parts, extra parts, fused parts, too many parts{inp[2]}"
222
 
223
  if inp[1] != "":
224
  inp[1] = ", related to: " + inp[1]
225
 
226
- inp[1] = f'photographed, filmed, realistic, normal, logical, genuine, authentic, reasonable, deep field, natural, best quality, masterpiece, highly detailed, focused{inp[1]}'
227
 
228
  print(f"""
229
 
 
218
  if inp[2] != "":
219
  inp[2] = ", related to: " + inp[2]
220
 
221
+ inp[2] = f"textual, fake, unreal, pixelated, deformed, semi-realistic, cgi, 3d, sketch, cartoon, drawing, anime, cropped, out of frame, low quality, rendering artifacts, ugly, duplicated, weird, mutation, blurry, bad anatomy, unproportional, cloned face, disfigured, gross, malformed, missing body parts, extra body parts, fused body parts{inp[2]}"
222
 
223
  if inp[1] != "":
224
  inp[1] = ", related to: " + inp[1]
225
 
226
+ inp[1] = f'photographed, filmed, realistic, pretty, amazing, logical, genuine, authentic, reasonable, natural, masterpiece, highly detailed{inp[1]}'
227
 
228
  print(f"""
229