DamarJati commited on
Commit
700d979
·
verified ·
1 Parent(s): 64f5bc1

Rename models/models.json to models/models.py

Browse files
Files changed (2) hide show
  1. models/models.json +0 -0
  2. models/models.py +11 -0
models/models.json DELETED
File without changes
models/models.py ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # models/models.py
2
+ diffusers = [
3
+ "stabilityai/stable-diffusion-1-5",
4
+ "stabilityai/stable-diffusion-2-1",
5
+ "https://huggingface.co/cagliostrolab/animagine-xl-3.1/blob/main/animagine-xl-3.1.safetensors"
6
+ ]
7
+
8
+ vae = [
9
+ "stabilityai/sd-vae-ft-mse",
10
+ "https://huggingface.co/stabilityai/sd-vae-ft-mse/blob/main/vae-ft-mse.safetensors"
11
+ ]