Skip to content

Commit 1294248

Browse files
Change default aspect ratio handling to prefer_cn
1 parent 8bffe17 commit 1294248

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

templates/common/wizard/control_freak/control_freak.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434

3535
[wizard accordion _label="⚙️ Advanced Settings"]
3636
[set control_cn_preset _new _info="Please make sure you have 'Allow other scripts to control this extension' enabled" _label="ControlNet Preset" _ui="dropdown" _choices="none|{filelist '%BASE_DIR%/templates/%PLACE%/presets/controlnet/*.*' _basename _hide_ext _places='user|common'}"]xl_promax_v1[/set]
37-
[set control_ar _label="Aspect Ratio Handling" _new _ui="dropdown" _choices="inform_autopilot|prefer_mine|prefer_cn|exclude_mismatched"]inform_autopilot[/set]
37+
[set control_ar _label="Aspect Ratio Handling" _new _ui="dropdown" _choices="inform_autopilot|prefer_mine|prefer_cn|exclude_mismatched"]prefer_cn[/set]
3838
[set control_winner_threshold _new _info="If a ControlNet image has at least this many matching tags, it might be chosen even if some other images have more." _ui="number"]5[/set]
3939
[set control_winner_margin _new _info="If a ControlNet image is within this many matching tags of the most accurate image, it might be chosen as the winner." _ui="number"]0[/set]
4040
[set control_caption_method _new _ui="dropdown" _choices="none|add_difference|add_all" _info="Choose what to do with the captions of the selected image."]add_difference[/set]
@@ -47,7 +47,6 @@
4747
[# Populate master list]
4848
[set control_images][filelist "%BASE_DIR%/templates/user/presets/control_freak/images/**/*.png" _recursive][/set]
4949
[set best_score]0[/set]
50-
[log]What is control_images? [get control_images][/log]
5150

5251
[# TODO: Load delimiter character dynamically]
5352
[function get_image_tags image_filename="C:/some/path.png"]

0 commit comments

Comments
 (0)