From 08aaf664f628bb6bdbf3ec4211fbd736d4a8821c Mon Sep 17 00:00:00 2001 From: S-Del Date: Tue, 22 Aug 2023 00:17:17 +0900 Subject: [PATCH] fix typo `txt2txt` -> `txt2img` (#57) for XYZ plot custom components config file --- scripts/config_presets.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/config_presets.py b/scripts/config_presets.py index f294935..ecd3193 100644 --- a/scripts/config_presets.py +++ b/scripts/config_presets.py @@ -54,12 +54,12 @@ def load_txt2img_custom_tracked_component_ids() -> list[str]: #script_list # X/Y/Z plot (script): -#script_txt2txt_xyz_plot_x_type -#script_txt2txt_xyz_plot_y_type -#script_txt2txt_xyz_plot_z_type -#script_txt2txt_xyz_plot_x_values -#script_txt2txt_xyz_plot_y_values -#script_txt2txt_xyz_plot_z_values +#script_txt2img_xyz_plot_x_type +#script_txt2img_xyz_plot_y_type +#script_txt2img_xyz_plot_z_type +#script_txt2img_xyz_plot_x_values +#script_txt2img_xyz_plot_y_values +#script_txt2img_xyz_plot_z_values # Latent Couple (extension): #cd_txt2img_divisions