Yaron Koresh commited on
Commit
7059eb9
·
verified ·
1 Parent(s): 88f7c9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -223,14 +223,14 @@ def handle_generate(*_inp):
223
  inp[2] = translate(inp[2],"english")
224
 
225
  if inp[2] != "":
226
- inp[2] = " which is related to: " + inp[2] + "."
227
 
228
- inp[2] = f"The content which is faked and errored and dreamy and unreal and off topic and pixelated and deformed iris and deformed pupils and semi-realistic and cgi and 3d and render and sketch and cartoon and drawing and anime and cropped and out of frame and worst quality and low quality and textual and jpeg artifacts and ugly and duplicate and weird and morbid and mutilated and extra fingers and mutated hands and poorly drawn hands and poorly drawn face and mutation and deformed and blurry and dehydrated and bad anatomy and bad proportions and extra limbs and cloned face and disfigured and unspecified and gross and malformed limbs and missing arms and missing legs and extra arms and extra legs and fused fingers and too many fingers and long neck content{inp[2]}"
229
 
230
  if inp[1] != "":
231
- inp[1] = " which is related to: " + inp[1] + "."
232
 
233
- inp[1] = f'The content which is photographed and realistic and true and genuine and dynamic poze and authentic and deep field and reasonable and natural and best quality and focused and highly detailed content{inp[1]}'
234
 
235
  print(f"""
236
 
 
223
  inp[2] = translate(inp[2],"english")
224
 
225
  if inp[2] != "":
226
+ inp[2] = ", related to: " + inp[2] + "."
227
 
228
+ inp[2] = f"The content which is faked, errored, unreal, off topic, pixelated, deformed, and semi-realistic, cgi, 3d, sketch, cartoon, drawing, anime, cropped, out of frame, low quality, textual, jpeg artifacts, ugly, duplicated, weird, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutations, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck content{inp[2]}"
229
 
230
  if inp[1] != "":
231
+ inp[1] = ", related to: " + inp[1] + "."
232
 
233
+ inp[1] = f'The content which is photographed, realistic, true, genuine, dynamic poze, authentic, deep field, reasonable, natural, best quality, focused, highly detailed content{inp[1]}'
234
 
235
  print(f"""
236