miittnnss commited on
Commit
e2e3c24
·
1 Parent(s): a408ff4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -8,12 +8,13 @@ from PIL import Image
8
 
9
  API_BASE_URL = "https://api-inference.huggingface.co/models/"
10
  MODEL_LIST = [
 
 
 
11
  "openskyml/dalle-3-xl",
12
  "Linaqruf/animagine-xl-2.0",
13
  "Lykon/dreamshaper-7",
14
  "Linaqruf/animagine-xl",
15
- "runwayml/stable-diffusion-v1-5",
16
- "stabilityai/stable-diffusion-xl-base-1.0",
17
  "prompthero/openjourney-v4",
18
  "nerijs/pixel-art-xl",
19
  "Linaqruf/anything-v3.0",
@@ -23,7 +24,8 @@ MODEL_LIST = [
23
  "segmind/Segmind-Vega",
24
  "stablediffusionapi/anything-v5",
25
  "stablediffusionapi/realistic-vision-v51",
26
- "hakurei/waifu-diffusion"
 
27
  ]
28
  API_TOKEN = os.getenv("HF_READ_TOKEN") # Make sure to set your Hugging Face token
29
  HEADERS = {"Authorization": f"Bearer {API_TOKEN}"}
 
8
 
9
  API_BASE_URL = "https://api-inference.huggingface.co/models/"
10
  MODEL_LIST = [
11
+ "runwayml/stable-diffusion-v1-5",
12
+ "CompVis/stable-diffusion-v1-4",
13
+ "stabilityai/stable-diffusion-xl-base-1.0",
14
  "openskyml/dalle-3-xl",
15
  "Linaqruf/animagine-xl-2.0",
16
  "Lykon/dreamshaper-7",
17
  "Linaqruf/animagine-xl",
 
 
18
  "prompthero/openjourney-v4",
19
  "nerijs/pixel-art-xl",
20
  "Linaqruf/anything-v3.0",
 
24
  "segmind/Segmind-Vega",
25
  "stablediffusionapi/anything-v5",
26
  "stablediffusionapi/realistic-vision-v51",
27
+ "hakurei/waifu-diffusion",
28
+ "digiplay/RunDiffusionFXPhotorealistic_v1"
29
  ]
30
  API_TOKEN = os.getenv("HF_READ_TOKEN") # Make sure to set your Hugging Face token
31
  HEADERS = {"Authorization": f"Bearer {API_TOKEN}"}