Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -203,7 +203,7 @@ async def on_message(message):
|
|
203 |
e = await message.reply(embed=embed)
|
204 |
if imgp != "":
|
205 |
try:
|
206 |
-
image = await SD.text_to_image(imgp, negative_prompt="low quality, blurred")
|
207 |
image.save("image.png")
|
208 |
embed.set_footer(
|
209 |
text=
|
|
|
203 |
e = await message.reply(embed=embed)
|
204 |
if imgp != "":
|
205 |
try:
|
206 |
+
image = await SD.text_to_image(imgp, negative_prompt="low quality, blurred, flat, nsfw")
|
207 |
image.save("image.png")
|
208 |
embed.set_footer(
|
209 |
text=
|