Add new model to stable diffusion command and make it the default
All checks were successful
Build and push / changes (push) Successful in 2s
Build and push / Lint-Python (push) Successful in 3s
Build and push / Build-and-Push-Docker (push) Successful in 19s
Build and push / sync-argocd-app (push) Successful in 2s
Build and push / post-status-to-discord (push) Successful in 2s

This commit is contained in:
Luke R 2025-03-06 08:52:28 -08:00
parent 48d2cdcb4f
commit 1e84321d90

View File

@ -27,9 +27,13 @@ class StableDiffusion(commands.Cog):
) )
@option( @option(
"model_name", "model_name",
description="The SD model you want to use for this render", description="Choose a Model to use to render your image. Each one generates a different vibe",
default="absolutereality_v181", default="epicrealism_naturalSinRC1VAE",
choices=["dreamshaper 6.31 baked VAE", "absolutereality_v181", "dreamshaper_8"], choices=[
"absolutereality_v181",
"dreamshaper_8",
"epicrealism_naturalSinRC1VAE",
],
required=True, required=True,
) )
async def sd( async def sd(