Added mistoonAnime model option
This commit is contained in:
parent
945fcee01a
commit
2568d67c5f
1 changed files with 2 additions and 1 deletions
|
|
@ -1303,7 +1303,8 @@ async def change_model(ctx, model_choice='0'):
|
||||||
'2': ("flat2DAnimerge_v30.safetensors [5dd56bfa12]", "Flat2D"),
|
'2': ("flat2DAnimerge_v30.safetensors [5dd56bfa12]", "Flat2D"),
|
||||||
'3': ("Anything-V3.0.ckpt [8712e20a5d]", "AnythingV3"),
|
'3': ("Anything-V3.0.ckpt [8712e20a5d]", "AnythingV3"),
|
||||||
'4': ("aZovyaPhotoreal_v2.safetensors [dde3b17c05]", "PhotorealV2"),
|
'4': ("aZovyaPhotoreal_v2.safetensors [dde3b17c05]", "PhotorealV2"),
|
||||||
'5': ("Pixel_Art_V1_PublicPrompts.ckpt [0f02127697]", "Pixel Art")
|
'5': ("Pixel_Art_V1_PublicPrompts.ckpt [0f02127697]", "Pixel Art"),
|
||||||
|
'6': ("mistoonAnime_v20.safetensors [c35e1054c0]", "Mistoon AnimeV2")
|
||||||
}
|
}
|
||||||
url = os.getenv('stablediffusion_url')
|
url = os.getenv('stablediffusion_url')
|
||||||
if url == "disabled":
|
if url == "disabled":
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue