Change default model for stable diffusion
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9b262748a7
commit
ba637adacf
@ -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,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user