Change default model for stable diffusion
This commit is contained in:
parent
17374fd2f6
commit
39c3adc76a
@ -29,7 +29,7 @@ class StableDiffusion(commands.Cog):
|
|||||||
@option(
|
@option(
|
||||||
"model_name",
|
"model_name",
|
||||||
description="The SD model you want to use for this render",
|
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"],
|
choices=["dreamshaper 6.31 baked VAE", "absolutereality_v181", "dreamshaper_8"],
|
||||||
required=True,
|
required=True,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user