kadirnar commited on
Commit
7517ead
1 Parent(s): a60e3df

Update diffusion_webui/utils/model_list.py

Browse files
diffusion_webui/utils/model_list.py CHANGED
@@ -2,11 +2,10 @@ stable_model_list = [
2
  "runwayml/stable-diffusion-v1-5",
3
  "stabilityai/stable-diffusion-2-1",
4
  "prompthero/openjourney-v4",
5
- "wavymulder/Analog-Diffusion",
6
  "dreamlike-art/dreamlike-diffusion-1.0",
7
  "andite/anything-v4.0",
8
  "SG161222/Realistic_Vision_V2.0",
9
- "dreamlike-art/dreamlike-photoreal-2.0",
10
  ]
11
 
12
  controlnet_canny_model_list = [
 
2
  "runwayml/stable-diffusion-v1-5",
3
  "stabilityai/stable-diffusion-2-1",
4
  "prompthero/openjourney-v4",
 
5
  "dreamlike-art/dreamlike-diffusion-1.0",
6
  "andite/anything-v4.0",
7
  "SG161222/Realistic_Vision_V2.0",
8
+ "kadirnar/CyberRealistic"
9
  ]
10
 
11
  controlnet_canny_model_list = [