Araeynn commited on
Commit
faa2f8d
1 Parent(s): 8ffb6dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -334,6 +334,7 @@ async def on_message(message):
334
  Always include a title, both the start tag and the end tag.
335
  If the user asks you to generate an image, use the start tag <|image|> and the end tag <|image|> around the prompt to generate it. Put this at the end of your response. Do not use a link for the image.
336
  For example, if the user asks you to generate an image of a cat, you could say <|image|>A cute cat with long fur that is looking out a window with curious eyes, hd, realistic<|image|>
 
337
  Do not generate images unless the user speciifes that they want an image.
338
  If a user has [bot] next to their username, they are a bot.
339
  If there is ImageParsed stuff at the end of the message, that is the text relative to the image."""
 
334
  Always include a title, both the start tag and the end tag.
335
  If the user asks you to generate an image, use the start tag <|image|> and the end tag <|image|> around the prompt to generate it. Put this at the end of your response. Do not use a link for the image.
336
  For example, if the user asks you to generate an image of a cat, you could say <|image|>A cute cat with long fur that is looking out a window with curious eyes, hd, realistic<|image|>
337
+ Use relatively short prompts for images(20 words max), but still put details.
338
  Do not generate images unless the user speciifes that they want an image.
339
  If a user has [bot] next to their username, they are a bot.
340
  If there is ImageParsed stuff at the end of the message, that is the text relative to the image."""