Araeynn commited on
Commit
a45f90e
·
verified ·
1 Parent(s): 3d91f55

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 SDXL.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 PT.text_to_image(imgp, negative_prompt=np)
407
  image.save("image.png")
408
  embed.set_footer(
409
  text=