From bcb499448e9882c2eb8eae3c45ef89607b390a62 Mon Sep 17 00:00:00 2001 From: Konstantine Tsafatinos Date: Wed, 19 Jul 2023 15:34:06 -0400 Subject: [PATCH] add stable2 and stablexl models --- skynet/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skynet/constants.py b/skynet/constants.py index 727cd76..1bae4b1 100644 --- a/skynet/constants.py +++ b/skynet/constants.py @@ -8,7 +8,7 @@ MODELS = { 'prompthero/openjourney': { 'short': 'midj'}, 'runwayml/stable-diffusion-v1-5': { 'short': 'stable'}, 'stabilityai/stable-diffusion-2-1': { 'short': 'stable2'}, - 'stabilityai/stable-diffusion-xl-base-0.9': { 'short': 'stablexl'}, + 'snowkidy/stable-diffusion-xl-base-0.9': { 'short': 'stablexl'}, 'Linaqruf/anything-v3.0': { 'short': 'hdanime'}, 'hakurei/waifu-diffusion': { 'short': 'waifu'}, 'nitrosocke/Ghibli-Diffusion': { 'short': 'ghibli'},