Skip to content

Commit 978971e

Browse files
committed
added more instructions for imagegen
1 parent 97644a1 commit 978971e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

api/tools/image/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,10 @@ async def create_image(request: ImageCreateRequest) -> ImageResponse:
131131

132132
# add description, size, and quality
133133
additional_instructions = """
134-
DO NOT INCLUDE ANY OTHER LOGOS, JUST THE NEW LOGO INSPIRED BY THE PROVIDED IMAGE. DO NOT UNDER ANY CIRCUMSTANCE ADD A NIKE SWOOSH OR ANY OTHER LOGO.
134+
DO NOT INCLUDE ANY TEXT OR WATERMARKS IN THE LOGO.
135+
DO NOT INCLUDE ANY OTHER LOGOS, JUST THE NEW LOGO
136+
INSPIRED BY THE PROVIDED IMAGE. DO NOT UNDER ANY
137+
CIRCUMSTANCE ADD A NIKE SWOOSH OR ANY OTHER LOGO.
135138
"""
136139
form_data.add_field(
137140
"prompt",

0 commit comments

Comments
 (0)