Skip to content

Commit

Permalink
fix: style reward
Browse files Browse the repository at this point in the history
  • Loading branch information
db0 committed Nov 7, 2024
1 parent df46f0c commit 87bd2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion horde/apis/v2/stable.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def activate_waiting_prompt(self):
source_image=self.source_image,
source_mask=self.source_mask,
extra_source_images=self.args.extra_source_images,
kudos_adjustment=2 if self.existing_style is not None else 0,
kudos_adjustment=2 if self.style_kudos is not None else 0,
)

def apply_style(self):
Expand Down

0 comments on commit 87bd2d6

Please sign in to comment.