nazdridoy commited on
Commit
a9e86b4
·
verified ·
1 Parent(s): 28a1352

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)

Files changed (1) hide show
  1. utils.py +1 -0
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",