mirror of https://github.com/bmaltais/kohya_ss
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. |
||
|---|---|---|
| .. | ||
| Finetuning | ||
| Installation | ||
| LoRA | ||
| config_README-ja.md | ||
| fine_tune_README_ja.md | ||
| gen_img_README-ja.md | ||
| image_folder_structure.md | ||
| train_README-ja.md | ||
| train_README-zh.md | ||
| train_README.md | ||
| train_db_README-ja.md | ||
| train_db_README-zh.md | ||
| train_lllite_README-ja.md | ||
| train_lllite_README.md | ||
| train_network_README-ja.md | ||
| train_network_README-zh.md | ||
| train_ti_README-ja.md | ||
| troubleshooting_tesla_v100.md | ||