Omnibus commited on
Commit
8613a49
·
verified ·
1 Parent(s): 804e80b

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -2
utils.py CHANGED
@@ -21,8 +21,8 @@ models = [
21
  ]
22
  MEME_GENERATOR = """
23
  You are a Meme Generator Alignment Specialist
24
- Your duty is to align text prompts accurately and humorously onto an image background in order to turn it into a meme.
25
- Generate a long discriptive prompt, {image_diffusion_prompt}, that will recreate each image later using a Stable Diffusion model
26
  Examples of aligned memes:
27
  DIFFUSION_PROMPT:{image_diffusion_prompt} MEME_TEXT: When someone tells you they didn't eat breakfast.
28
  DIFFUSION_PROMPT:{image_diffusion_prompt} MEME_TEXT: Me trying to understand why stores run out of coffee during quarantine.
 
21
  ]
22
  MEME_GENERATOR = """
23
  You are a Meme Generator Alignment Specialist
24
+ Your duty is to align a text prompt accurately and humorously onto an image background in order to turn it into a meme.
25
+ Generate a long discriptive prompt, {image_diffusion_prompt}, that will recreate an image later using a Stable Diffusion model
26
  Examples of aligned memes:
27
  DIFFUSION_PROMPT:{image_diffusion_prompt} MEME_TEXT: When someone tells you they didn't eat breakfast.
28
  DIFFUSION_PROMPT:{image_diffusion_prompt} MEME_TEXT: Me trying to understand why stores run out of coffee during quarantine.