kohya_ss/kohya_gui
google-labs-jules[bot] 4f06ff631f Refactor: Remove unused use_shell flag and related logic
The `use_shell` flag, intended to control the use of `shell=True` in subprocess calls, was not being utilized in the command execution logic. This commit removes the flag and all associated code, including:

- `use_shell` variable initialization and passing in `kohya_gui.py`.
- `use_shell_flag` parameters in tab functions (`dreambooth_gui.py`, `lora_gui.py`, `textual_inversion_gui.py`, `finetune_gui.py`).
- The `--do_not_use_shell` command-line argument.
- The `use_shell` setting in `config example.toml`.
- Mentions of the flag in documentation files.

This change simplifies the codebase by removing dead code and has no impact on functionality as the flag was not effective.
2025-06-25 17:06:41 +00:00
..
__init__.py move gui related files to kohya_gui/ 2024-02-27 21:54:38 +09:00
basic_caption_gui.py Revert "feat: Remember last used folder for file dialogs (#3290)" 2025-06-17 10:07:04 -04:00
blip2_caption_gui.py Revert "feat: Remember last used folder for file dialogs (#3290)" 2025-06-17 10:07:04 -04:00
blip_caption_gui.py Revert "feat: Remember last used folder for file dialogs (#3290)" 2025-06-17 10:07:04 -04:00
class_accelerate_launch.py v25.0.0 release (#3138) 2025-03-28 11:00:44 -04:00
class_advanced_training.py Fix missing keys 2025-06-24 22:24:53 -04:00
class_basic_training.py Update config toml (#3312) 2025-06-24 21:50:07 -04:00
class_command_executor.py v25.0.0 release (#3138) 2025-03-28 11:00:44 -04:00
class_configuration_file.py Update config toml (#3312) 2025-06-24 21:50:07 -04:00
class_flux1.py Update config toml (#3312) 2025-06-24 21:50:07 -04:00
class_folders.py Fix missing keys 2025-06-24 22:24:53 -04:00
class_gui_config.py Fix missing keys 2025-06-24 22:24:53 -04:00
class_huggingface.py Add huggingface parms to config file 2024-04-14 22:03:36 -04:00
class_lora_tab.py v25.0.0 release (#3138) 2025-03-28 11:00:44 -04:00
class_metadata.py Update config toml (#3312) 2025-06-24 21:50:07 -04:00
class_sample_images.py v25.0.0 release (#3138) 2025-03-28 11:00:44 -04:00
class_sd3.py Expand all accordions option 2025-06-24 20:37:32 -04:00
class_sdxl_parameters.py v25.0.0 release (#3138) 2025-03-28 11:00:44 -04:00
class_source_model.py Update config toml (#3312) 2025-06-24 21:50:07 -04:00
class_tensorboard.py Refactor: Remove easygui and replace dialogs with notifications 2025-06-23 00:23:36 +00:00
common_gui.py Refactor: Remove easygui and replace dialogs with notifications 2025-06-23 00:23:36 +00:00
convert_lcm_gui.py Fix issue with tensorboard 2024-05-09 13:20:20 -04:00
convert_model_gui.py Fix issue with tensorboard 2024-05-09 13:20:20 -04:00
custom_logging.py Format with black 2024-04-03 18:32:25 -04:00
dataset_balancing_gui.py Refactor: Remove easygui and replace dialogs with notifications 2025-06-23 00:23:36 +00:00
dreambooth_folder_creation_gui.py Fix missing keys 2025-06-24 22:24:53 -04:00
dreambooth_gui.py Refactor: Remove unused use_shell flag and related logic 2025-06-25 17:06:41 +00:00
extract_lora_from_dylora_gui.py Fix issue with tensorboard 2024-05-09 13:20:20 -04:00
extract_lora_gui.py v25.0.0 release (#3138) 2025-03-28 11:00:44 -04:00
extract_lycoris_locon_gui.py Fix issue with tensorboard 2024-05-09 13:20:20 -04:00
finetune_gui.py Refactor: Remove unused use_shell flag and related logic 2025-06-25 17:06:41 +00:00
flux_extract_lora_gui.py v25.0.0 release (#3138) 2025-03-28 11:00:44 -04:00
flux_merge_lora_gui.py v25.0.0 release (#3138) 2025-03-28 11:00:44 -04:00
git_caption_gui.py Revert "feat: Remember last used folder for file dialogs (#3290)" 2025-06-17 10:07:04 -04:00
group_images_gui.py Fix issue with tensorboard 2024-05-09 13:20:20 -04:00
localization.py update file read and write to utf-8 2024-04-19 10:50:43 -04:00
localization_ext.py update file read and write to utf-8 2024-04-19 10:50:43 -04:00
lora_gui.py Refactor: Remove unused use_shell flag and related logic 2025-06-25 17:06:41 +00:00
manual_caption_gui.py Refactor: Remove easygui and replace dialogs with notifications 2025-06-23 00:23:36 +00:00
merge_lora_gui.py v25.0.0 release (#3138) 2025-03-28 11:00:44 -04:00
merge_lycoris_gui.py Fix issue with tensorboard 2024-05-09 13:20:20 -04:00
resize_lora_gui.py Fix issue with tensorboard 2024-05-09 13:20:20 -04:00
sd_modeltype.py v25.0.0 release (#3138) 2025-03-28 11:00:44 -04:00
svd_merge_lora_gui.py Fix issue with tensorboard 2024-05-09 13:20:20 -04:00
textual_inversion_gui.py Refactor: Remove unused use_shell flag and related logic 2025-06-25 17:06:41 +00:00
utilities.py Revert "feat: Remember last used folder for file dialogs (#3290)" 2025-06-17 10:07:04 -04:00
verify_lora_gui.py Fix issue with tensorboard 2024-05-09 13:20:20 -04:00
wd14_caption_gui.py Revert "feat: Remember last used folder for file dialogs (#3290)" 2025-06-17 10:07:04 -04:00