Araeynn commited on
Commit
012f9f8
1 Parent(s): a45f90e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -403,7 +403,7 @@ async def on_message(message):
403
  if imgp != "":
404
  np = """lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature"""
405
  st = time.time()
406
- image = await PT.text_to_image(imgp, negative_prompt=np)
407
  image.save("image.png")
408
  embed.set_footer(
409
  text=
 
403
  if imgp != "":
404
  np = """lowres, text, error, cropped, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, out of frame, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, username, watermark, signature"""
405
  st = time.time()
406
+ image = await SDT.text_to_image(imgp, negative_prompt=np)
407
  image.save("image.png")
408
  embed.set_footer(
409
  text=