Create config.json
Browse files- config.json +7 -0
config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"samples_save": false,
|
3 |
+
"enable_pnginfo": false,
|
4 |
+
"grid_save": false,
|
5 |
+
"control_net_unit_count": 3,
|
6 |
+
"control_net_model_cache_size": 10
|
7 |
+
}
|