Skip to content

Commit e1e15e9

Browse files
Update config.json
added more controlnet settings
1 parent 286d791 commit e1e15e9

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

config.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
11
{
2-
"control_net_model_config": "models/cldm_v21.yaml"
2+
"control_net_model_config": "models/cldm_v21.yaml",
3+
"control_net_max_models_num": 3,
4+
"control_net_model_cache_size": 3,
5+
"control_net_monocular_depth_optim": true,
6+
"control_net_cfg_based_guidance": true,
7+
"control_net_control_transfer": true,
8+
"control_net_no_detectmap": true,
9+
"control_net_detectmap_autosaving": false,
10+
"control_net_only_midctrl_hires": true,
11+
"control_net_allow_script_control": true,
12+
"control_net_skip_img2img_processing": false,
13+
"control_net_only_mid_control": false,
14+
"control_net_sync_field_args": false,
15+
"CLIP_stop_at_last_layers": 2
316
}

0 commit comments

Comments
 (0)