MonsterMMORPG commited on
Commit
c904057
·
1 Parent(s): d4e3209

Upload sd_model_cfg.py

Browse files
Files changed (1) hide show
  1. sd_model_cfg.py +8 -0
sd_model_cfg.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ # The model dict is used for webUI only
2
+
3
+ model_dict = {
4
+ 'Realistic_Vision_V5_1' : 'models/Realistic_Vision_V5.1.safetensors',
5
+ 'Stable Diffusion 1.5': 'models/Stable_Diffusion_1.5.safetensors',
6
+ 'Flat_2D_Animerge': 'models/Flat_2D_Animerge.safetensors',
7
+ 'ReV_Animated_122': 'models/ReV_Animated_122.safetensors'
8
+ }