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
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:
parent
48d2cdcb4f
commit
1e84321d90
@ -27,9 +27,13 @@ class StableDiffusion(commands.Cog):
|
||||
)
|
||||
@option(
|
||||
"model_name",
|
||||
description="The SD model you want to use for this render",
|
||||
default="absolutereality_v181",
|
||||
choices=["dreamshaper 6.31 baked VAE", "absolutereality_v181", "dreamshaper_8"],
|
||||
description="Choose a Model to use to render your image. Each one generates a different vibe",
|
||||
default="epicrealism_naturalSinRC1VAE",
|
||||
choices=[
|
||||
"absolutereality_v181",
|
||||
"dreamshaper_8",
|
||||
"epicrealism_naturalSinRC1VAE",
|
||||
],
|
||||
required=True,
|
||||
)
|
||||
async def sd(
|
||||
|
Loading…
x
Reference in New Issue
Block a user