Change default model for stable diffusion
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Robles 2024-02-06 14:59:24 -08:00
parent 9b262748a7
commit ba637adacf

View File

@ -29,7 +29,7 @@ class StableDiffusion(commands.Cog):
@option(
"model_name",
description="The SD model you want to use for this render",
default="dreamshaper 6.31 baked VAE",
default="absolutereality_v181",
choices=["dreamshaper 6.31 baked VAE", "absolutereality_v181", "dreamshaper_8"],
required=True,
)