Ifeanyi commited on
Commit
d035916
·
verified ·
1 Parent(s): ed356db

Update synthscope.py

Browse files
Files changed (1) hide show
  1. synthscope.py +1 -2
synthscope.py CHANGED
@@ -64,14 +64,13 @@ def GoogleSearchImageGen(prompt, image_style, voices, language):
64
  style_prompts = {
65
  "Comic": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a comic book-style image.",
66
  "Cartoon": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a cartoon-style image.",
67
- "3D": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Pixar-style 3D image.",
68
  "Anime": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates an Anime-style image.",
69
  "Ghibli": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Ghibli-style image.",
70
  "Victorian": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Victorian-era image.",
71
  "Movie": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Movie-style image.",
72
  "Star Wars": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Star Wars-style image.",
73
  "Marvel": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Marvel-style image.",
74
- "Disney": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Disney-style image.",
75
  "Van Gogh": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Van Gogh-style image.",
76
  "Picasso": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Picasso-style image"
77
  }
 
64
  style_prompts = {
65
  "Comic": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a comic book-style image.",
66
  "Cartoon": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a cartoon-style image.",
67
+ "Disney": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Disney-style image.",
68
  "Anime": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates an Anime-style image.",
69
  "Ghibli": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Ghibli-style image.",
70
  "Victorian": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Victorian-era image.",
71
  "Movie": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Movie-style image.",
72
  "Star Wars": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Star Wars-style image.",
73
  "Marvel": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Marvel-style image.",
 
74
  "Van Gogh": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Van Gogh-style image.",
75
  "Picasso": f"Convert the {search_result} into a well-crafted text-to-image prompt that generates a Picasso-style image"
76
  }