Change default model for stable diffusion

This commit is contained in:
Luke Robles 2024-02-06 14:59:24 -08:00
parent 17374fd2f6
commit 39c3adc76a

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,
)