Skip to content

Commit

Permalink
remove space typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aiXander authored Apr 15, 2024
1 parent 082b376 commit ac239a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logos/creation_interfaces/kojii_chebel.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def kojii_chebel(request: KojiiChebelRequest, callback=None):
negative_prompt = "colorful, yellow, blue, watermark, text, tiling, out of frame, blurry, blurred, grainy, signature, cut off, draft"
else:
prompt = "oil painting, black and white, woman, dance, expressive brushstrokes, charcoal drawing"
negative_prompt = "color, colors, red, pink, purple, green, orange, yellow, blue, colorful, watermark, text, tiling, out of frame, blurry, blurred, grainy, signature, cut off, draft"
negative_prompt = "color, colors, red, pink, purple, green, orange, yellow, blue, colorful, watermark, text, tiling, out of frame, blurry, blurred, grainy, signature, cut off, draft"

# Hardcoded to 1024x1024 as per Chebel's request (aspect ratio of init_img will still get adopted)
w, h = 1024, 1024
Expand Down

0 comments on commit ac239a4

Please sign in to comment.