We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286d791 commit e1e15e9Copy full SHA for e1e15e9
config.json
@@ -1,3 +1,16 @@
1
{
2
- "control_net_model_config": "models/cldm_v21.yaml"
+ "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
16
}
0 commit comments