Spaces:
Running
Running
add(examples): Add Ghibli style image-to-image prompt
Browse files- [add] Add "Turn this image into the Ghibli style." to IMAGE_TO_IMAGE_EXAMPLE_PROMPTS (utils.py:222)
utils.py
CHANGED
|
@@ -221,6 +221,7 @@ IMAGE_EXAMPLE_PROMPTS = [
|
|
| 221 |
# Example prompts for image-to-image generation
|
| 222 |
IMAGE_TO_IMAGE_EXAMPLE_PROMPTS = [
|
| 223 |
"Turn the cat into a tiger with stripes and fierce expression",
|
|
|
|
| 224 |
"Make the background a magical forest with glowing mushrooms",
|
| 225 |
"Change the style to vintage comic book with bold colors",
|
| 226 |
"Add a superhero cape and mask to the person",
|
|
|
|
| 221 |
# Example prompts for image-to-image generation
|
| 222 |
IMAGE_TO_IMAGE_EXAMPLE_PROMPTS = [
|
| 223 |
"Turn the cat into a tiger with stripes and fierce expression",
|
| 224 |
+
"Turn this image into the Ghibli style.",
|
| 225 |
"Make the background a magical forest with glowing mushrooms",
|
| 226 |
"Change the style to vintage comic book with bold colors",
|
| 227 |
"Add a superhero cape and mask to the person",
|