Upload sd_model_cfg.py
Browse files- sd_model_cfg.py +3 -4
sd_model_cfg.py
CHANGED
|
@@ -1,8 +1,7 @@
|
|
| 1 |
# The model dict is used for webUI only
|
| 2 |
|
| 3 |
model_dict = {
|
| 4 |
-
'
|
| 5 |
-
'
|
| 6 |
-
'
|
| 7 |
-
'ReV_Animated_122': 'models/ReV_Animated_122.safetensors'
|
| 8 |
}
|
|
|
|
| 1 |
# The model dict is used for webUI only
|
| 2 |
|
| 3 |
model_dict = {
|
| 4 |
+
'Realistic Vision V6' : 'models/Realistic_Vision_V6.safetensors',
|
| 5 |
+
'Flat 2D Animerge': 'models/Flat_2D_Animerge.safetensors',
|
| 6 |
+
'MeinaMix V11': 'models/MeinaMix_V11.safetensors'
|
|
|
|
| 7 |
}
|