Spaces:
Running
on
Zero
Running
on
Zero
Update constants.py
Browse files- constants.py +5 -1
constants.py
CHANGED
@@ -44,6 +44,8 @@ LOAD_DIFFUSERS_FORMAT_MODEL = [
|
|
44 |
'John6666/ntr-mix-illustrious-xl-noob-xl-ntrmix35-sdxl',
|
45 |
'John6666/ntr-mix-illustrious-xl-noob-xl-v777-sdxl',
|
46 |
'John6666/ntr-mix-illustrious-xl-noob-xl-v777forlora-sdxl',
|
|
|
|
|
47 |
'John6666/hassaku-xl-illustrious-v10-sdxl',
|
48 |
'John6666/hassaku-xl-illustrious-v10style-sdxl',
|
49 |
'John6666/haruki-mix-illustrious-v10-sdxl',
|
@@ -88,6 +90,7 @@ LOAD_DIFFUSERS_FORMAT_MODEL = [
|
|
88 |
'John6666/ras-real-anime-screencap-v1-sdxl',
|
89 |
'John6666/duchaiten-pony-xl-no-score-v60-sdxl',
|
90 |
'John6666/mistoon-anime-ponyalpha-sdxl',
|
|
|
91 |
'John6666/ebara-mfcg-pony-mix-v12-sdxl',
|
92 |
'John6666/t-ponynai3-v51-sdxl',
|
93 |
'John6666/t-ponynai3-v65-sdxl',
|
@@ -192,6 +195,7 @@ TASK_STABLEPY = {
|
|
192 |
'optical pattern ControlNet': 'pattern',
|
193 |
'recolor ControlNet': 'recolor',
|
194 |
'tile ControlNet': 'tile',
|
|
|
195 |
}
|
196 |
|
197 |
TASK_MODEL_LIST = list(TASK_STABLEPY.keys())
|
@@ -220,6 +224,7 @@ UPSCALER_KEYS = list(UPSCALER_DICT_GUI.keys())
|
|
220 |
DIFFUSERS_CONTROLNET_MODEL = [
|
221 |
"Automatic",
|
222 |
|
|
|
223 |
"xinsir/controlnet-union-sdxl-1.0",
|
224 |
"xinsir/anime-painter",
|
225 |
"Eugeoter/noob-sdxl-controlnet-canny",
|
@@ -242,7 +247,6 @@ DIFFUSERS_CONTROLNET_MODEL = [
|
|
242 |
"r3gm/controlnet-recolor-sdxl-fp16",
|
243 |
"r3gm/controlnet-openpose-twins-sdxl-1.0-fp16",
|
244 |
"r3gm/controlnet-qr-pattern-sdxl-fp16",
|
245 |
-
"brad-twinkl/controlnet-union-sdxl-1.0-promax",
|
246 |
"Yakonrus/SDXL_Controlnet_Tile_Realistic_v2",
|
247 |
"TheMistoAI/MistoLine",
|
248 |
"briaai/BRIA-2.3-ControlNet-Recoloring",
|
|
|
44 |
'John6666/ntr-mix-illustrious-xl-noob-xl-ntrmix35-sdxl',
|
45 |
'John6666/ntr-mix-illustrious-xl-noob-xl-v777-sdxl',
|
46 |
'John6666/ntr-mix-illustrious-xl-noob-xl-v777forlora-sdxl',
|
47 |
+
'John6666/ntr-mix-illustrious-xl-noob-xl-xi-sdxl',
|
48 |
+
'John6666/mistoon-anime-v10illustrious-sdxl',
|
49 |
'John6666/hassaku-xl-illustrious-v10-sdxl',
|
50 |
'John6666/hassaku-xl-illustrious-v10style-sdxl',
|
51 |
'John6666/haruki-mix-illustrious-v10-sdxl',
|
|
|
90 |
'John6666/ras-real-anime-screencap-v1-sdxl',
|
91 |
'John6666/duchaiten-pony-xl-no-score-v60-sdxl',
|
92 |
'John6666/mistoon-anime-ponyalpha-sdxl',
|
93 |
+
'John6666/mistoon-xl-copper-v20fast-sdxl',
|
94 |
'John6666/ebara-mfcg-pony-mix-v12-sdxl',
|
95 |
'John6666/t-ponynai3-v51-sdxl',
|
96 |
'John6666/t-ponynai3-v65-sdxl',
|
|
|
195 |
'optical pattern ControlNet': 'pattern',
|
196 |
'recolor ControlNet': 'recolor',
|
197 |
'tile ControlNet': 'tile',
|
198 |
+
'repaint ControlNet': 'repaint',
|
199 |
}
|
200 |
|
201 |
TASK_MODEL_LIST = list(TASK_STABLEPY.keys())
|
|
|
224 |
DIFFUSERS_CONTROLNET_MODEL = [
|
225 |
"Automatic",
|
226 |
|
227 |
+
"brad-twinkl/controlnet-union-sdxl-1.0-promax",
|
228 |
"xinsir/controlnet-union-sdxl-1.0",
|
229 |
"xinsir/anime-painter",
|
230 |
"Eugeoter/noob-sdxl-controlnet-canny",
|
|
|
247 |
"r3gm/controlnet-recolor-sdxl-fp16",
|
248 |
"r3gm/controlnet-openpose-twins-sdxl-1.0-fp16",
|
249 |
"r3gm/controlnet-qr-pattern-sdxl-fp16",
|
|
|
250 |
"Yakonrus/SDXL_Controlnet_Tile_Realistic_v2",
|
251 |
"TheMistoAI/MistoLine",
|
252 |
"briaai/BRIA-2.3-ControlNet-Recoloring",
|