kohya_ss/docs
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
..
Finetuning Update Finetuning tab structure 2023-07-03 06:56:58 -04:00
Installation Refactor: Remove unused use_shell flag and related logic 2025-06-25 17:06:41 +00:00
LoRA Fix options.md heading 2024-04-18 18:02:14 -04:00
config_README-ja.md add caption_prefix/suffix to dataset 2023-09-02 16:17:12 +09:00
fine_tune_README_ja.md move documents to docs folder 2023-05-07 20:56:42 +09:00
gen_img_README-ja.md update readme and gradual latent doc 2024-02-12 14:52:19 +09:00
image_folder_structure.md Update requirements 2023-06-11 16:33:32 -04:00
train_README-ja.md Added --sample_at_first description 2023-10-29 21:46:47 +09:00
train_README-zh.md Update train_README-zh.md, fix a few translation errors. 2023-08-29 08:08:40 +08:00
train_README.md Update release 2024-04-17 08:47:38 -04:00
train_db_README-ja.md move documents to docs folder 2023-05-07 20:56:42 +09:00
train_db_README-zh.md move documents to docs folder 2023-05-07 20:56:42 +09:00
train_lllite_README-ja.md fix "\\" to "/" for compatiblity 2023-08-24 19:19:53 +09:00
train_lllite_README.md fix "\\" to "/" for compatiblity 2023-08-24 19:19:53 +09:00
train_network_README-ja.md update doc 2023-10-01 12:17:54 +09:00
train_network_README-zh.md move documents to docs folder 2023-05-07 20:56:42 +09:00
train_ti_README-ja.md move documents to docs folder 2023-05-07 20:56:42 +09:00
troubleshooting_tesla_v100.md Docs: Comprehensive README overhaul (#3245) 2025-05-23 20:27:23 -04:00