Skip to content

Commit

Permalink
verdelis
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Nov 17, 2023
1 parent 1b4768b commit c7ce974
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bots/verdelis/verdelis.py
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,8 @@ async def on_message(self, message: discord.Message) -> None:
config = StableDiffusionConfig(
generator_name=mode,
seed=random.randint(1, 1e8),
lora=lora_id,
lora_scale=0.9,
**config
)

Expand Down

0 comments on commit c7ce974

Please sign in to comment.