Skip to content

Commit

Permalink
slight edits chebel
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Apr 2, 2024
1 parent ca274cb commit 99110e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/creation_interfaces/kojii_chebel.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def kojii_chebel(request: KojiiChebelRequest, callback=None):
seed = request.seed if request.seed else random.randint(0, 1000000)

if request.color == ColorType.color:
color_mode = "soft pastel color tones"
color_mode = "soft pastel color palette"
negative_prompt = "saturated"
else:
color_mode = "black and white"
Expand All @@ -60,8 +60,8 @@ def kojii_chebel(request: KojiiChebelRequest, callback=None):
control_images[request.number.value][request.aspect_ratio.value],
)

control_image_strength = 0.95
guidance_scale = 6.5
control_image_strength = 0.84
guidance_scale = 8
negative_prompt += (
", ugly, watermark, text, tiling, blurred, grainy, signature, cut off, draft"
)
Expand Down

0 comments on commit 99110e2

Please sign in to comment.