Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Sep 19, 2023
1 parent b5572e7 commit 0eb2d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bots/eden_bot/eden_bot.py
Expand Up @@ -203,7 +203,7 @@ async def create(
source = self.get_source(ctx)
large, fast = False, False
width, height, upscale_f = self.get_dimensions(aspect_ratio, large, img_mode = True)
steps = 40 if fast else 60
steps = 35 if fast else 60

config = StableDiffusionConfig(
generator_name="create",
Expand Down

0 comments on commit 0eb2d14

Please sign in to comment.