Spaces:
Runtime error
Runtime error
Update utils.py
Browse files
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
|
| 25 |
-
Generate a long discriptive prompt, {image_diffusion_prompt}, that will recreate
|
| 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.
|