r3gm commited on
Commit
8bc7695
1 Parent(s): bf1d964

Update constants.py

Browse files
Files changed (1) hide show
  1. constants.py +6 -4
constants.py CHANGED
@@ -41,6 +41,8 @@ LOAD_DIFFUSERS_FORMAT_MODEL = [
41
  'John6666/noobaiiter-xl-vpred-v075-sdxl',
42
  'John6666/ntr-mix-illustrious-xl-noob-xl-v40-sdxl',
43
  'John6666/ntr-mix-illustrious-xl-noob-xl-ntrmix35-sdxl',
 
 
44
  'John6666/haruki-mix-illustrious-v10-sdxl',
45
  'John6666/noobreal-v10-sdxl',
46
  'John6666/complicated-noobai-merge-vprediction-sdxl',
@@ -59,6 +61,7 @@ LOAD_DIFFUSERS_FORMAT_MODEL = [
59
  'John6666/wai-nsfw-illustrious-v70-sdxl',
60
  'John6666/illustrious-pony-mix-v3-sdxl',
61
  'John6666/nova-anime-xl-illustriousv10-sdxl',
 
62
  'John6666/silvermoon-mix03-illustrious-v10-sdxl',
63
  'eienmojiki/Anything-XL',
64
  'eienmojiki/Starry-XL-v5.2',
@@ -85,7 +88,6 @@ LOAD_DIFFUSERS_FORMAT_MODEL = [
85
  'John6666/prefect-pony-xl-v4-sdxl',
86
  'John6666/mala-anime-mix-nsfw-pony-xl-v5-sdxl',
87
  'John6666/wai-ani-nsfw-ponyxl-v10-sdxl',
88
- 'John6666/wai-ani-nsfw-ponyxl-v9-sdxl',
89
  'John6666/wai-real-mix-v11-sdxl',
90
  'John6666/wai-shuffle-pdxl-v2-sdxl',
91
  'John6666/wai-c-v6-sdxl',
@@ -117,7 +119,7 @@ LOAD_DIFFUSERS_FORMAT_MODEL = [
117
  'digiplay/DarkSushi2.5D_v1',
118
  'digiplay/darkphoenix3D_v1.1',
119
  'digiplay/BeenYouLiteL11_diffusers',
120
- 'Yntec/RevAnimatedV2Rebirth',
121
  'youknownothing/cyberrealistic_v50',
122
  'youknownothing/deliberate-v6',
123
  'GraydientPlatformAPI/deliberate-cyber3',
@@ -145,7 +147,7 @@ DOWNLOAD_EMBEDS = [
145
  'https://huggingface.co/datasets/Nerfgun3/bad_prompt/blob/main/bad_prompt_version2.pt',
146
  # 'https://huggingface.co/embed/negative/resolve/main/EasyNegativeV2.safetensors',
147
  # 'https://huggingface.co/embed/negative/resolve/main/bad-hands-5.pt',
148
- ]
149
 
150
  CIVITAI_API_KEY = os.environ.get("CIVITAI_API_KEY")
151
  HF_TOKEN = os.environ.get("HF_READ_TOKEN")
@@ -279,9 +281,9 @@ DIFFUSERS_CONTROLNET_MODEL = [
279
  PROMPT_W_OPTIONS = [
280
  ("Compel format: (word)weight", "Compel"),
281
  ("Classic format: (word:weight)", "Classic"),
282
- ("Classic-sd_embed format: (word:weight)", "Classic-sd_embed"),
283
  ("Classic-original format: (word:weight)", "Classic-original"),
284
  ("Classic-no_norm format: (word:weight)", "Classic-no_norm"),
 
285
  ("Classic-ignore", "Classic-ignore"),
286
  ("None", "None"),
287
  ]
 
41
  'John6666/noobaiiter-xl-vpred-v075-sdxl',
42
  'John6666/ntr-mix-illustrious-xl-noob-xl-v40-sdxl',
43
  'John6666/ntr-mix-illustrious-xl-noob-xl-ntrmix35-sdxl',
44
+ 'John6666/ntr-mix-illustrious-xl-noob-xl-v777-sdxl',
45
+ 'John6666/ntr-mix-illustrious-xl-noob-xl-v777forlora-sdxl',
46
  'John6666/haruki-mix-illustrious-v10-sdxl',
47
  'John6666/noobreal-v10-sdxl',
48
  'John6666/complicated-noobai-merge-vprediction-sdxl',
 
61
  'John6666/wai-nsfw-illustrious-v70-sdxl',
62
  'John6666/illustrious-pony-mix-v3-sdxl',
63
  'John6666/nova-anime-xl-illustriousv10-sdxl',
64
+ 'John6666/nova-orange-xl-v30-sdxl',
65
  'John6666/silvermoon-mix03-illustrious-v10-sdxl',
66
  'eienmojiki/Anything-XL',
67
  'eienmojiki/Starry-XL-v5.2',
 
88
  'John6666/prefect-pony-xl-v4-sdxl',
89
  'John6666/mala-anime-mix-nsfw-pony-xl-v5-sdxl',
90
  'John6666/wai-ani-nsfw-ponyxl-v10-sdxl',
 
91
  'John6666/wai-real-mix-v11-sdxl',
92
  'John6666/wai-shuffle-pdxl-v2-sdxl',
93
  'John6666/wai-c-v6-sdxl',
 
119
  'digiplay/DarkSushi2.5D_v1',
120
  'digiplay/darkphoenix3D_v1.1',
121
  'digiplay/BeenYouLiteL11_diffusers',
122
+ 'GraydientPlatformAPI/rev-animated2',
123
  'youknownothing/cyberrealistic_v50',
124
  'youknownothing/deliberate-v6',
125
  'GraydientPlatformAPI/deliberate-cyber3',
 
147
  'https://huggingface.co/datasets/Nerfgun3/bad_prompt/blob/main/bad_prompt_version2.pt',
148
  # 'https://huggingface.co/embed/negative/resolve/main/EasyNegativeV2.safetensors',
149
  # 'https://huggingface.co/embed/negative/resolve/main/bad-hands-5.pt',
150
+ ]
151
 
152
  CIVITAI_API_KEY = os.environ.get("CIVITAI_API_KEY")
153
  HF_TOKEN = os.environ.get("HF_READ_TOKEN")
 
281
  PROMPT_W_OPTIONS = [
282
  ("Compel format: (word)weight", "Compel"),
283
  ("Classic format: (word:weight)", "Classic"),
 
284
  ("Classic-original format: (word:weight)", "Classic-original"),
285
  ("Classic-no_norm format: (word:weight)", "Classic-no_norm"),
286
+ ("Classic-sd_embed format: (word:weight)", "Classic-sd_embed"),
287
  ("Classic-ignore", "Classic-ignore"),
288
  ("None", "None"),
289
  ]