mirror of https://github.com/bmaltais/kohya_ss
Update release
parent
d636141c13
commit
e2f406fe80
12
=13.7.1
12
=13.7.1
|
|
@ -1,12 +0,0 @@
|
|||
Requirement already satisfied: rich in ./venv/lib/python3.10/site-packages (13.7.0)
|
||||
Collecting rich
|
||||
Using cached rich-13.7.1-py3-none-any.whl (240 kB)
|
||||
Requirement already satisfied: markdown-it-py>=2.2.0 in ./venv/lib/python3.10/site-packages (from rich) (3.0.0)
|
||||
Requirement already satisfied: pygments<3.0.0,>=2.13.0 in ./venv/lib/python3.10/site-packages (from rich) (2.17.2)
|
||||
Requirement already satisfied: mdurl~=0.1 in ./venv/lib/python3.10/site-packages (from markdown-it-py>=2.2.0->rich) (0.1.2)
|
||||
Installing collected packages: rich
|
||||
Attempting uninstall: rich
|
||||
Found existing installation: rich 13.7.0
|
||||
Uninstalling rich-13.7.0:
|
||||
Successfully uninstalled rich-13.7.0
|
||||
Successfully installed rich-13.7.1
|
||||
|
|
@ -42,7 +42,7 @@ The GUI allows you to set the training parameters and generate and run the requi
|
|||
- [SDXL training](#sdxl-training)
|
||||
- [Masked loss](#masked-loss)
|
||||
- [Change History](#change-history)
|
||||
- [2024/04/12 (v24.0.1)](#20240412-v2401)
|
||||
- [2024/04/17 (v24.0.1)](#20240417-v2401)
|
||||
- [Enhancements](#enhancements)
|
||||
- [Security and Stability](#security-and-stability)
|
||||
- [Shell Execution](#shell-execution)
|
||||
|
|
@ -406,7 +406,7 @@ ControlNet dataset is used to specify the mask. The mask images should be the RG
|
|||
|
||||
## Change History
|
||||
|
||||
### 2024/04/12 (v24.0.1)
|
||||
### 2024/04/17 (v24.0.1)
|
||||
|
||||
#### Enhancements
|
||||
|
||||
|
|
@ -425,7 +425,7 @@ ControlNet dataset is used to specify the mask. The mask images should be the RG
|
|||
|
||||
- **Conditional Shell Usage:** Added support for optional shell usage when executing external sd-scripts commands, tailored to meet specific platform needs and recent security updates.
|
||||
|
||||
The `gui.bat` and `gui.sh` scripts now include the `--do_not_use_shell` argument to prevent shell execution (`shell=True`) during external process handling. Unix-like systems automatically set `use_shell` to True internally, as required for proper execution of external commands. To enforce disabling shell execution, use the `--do_not_use_shell` argument.
|
||||
The `gui.bat` and `gui.sh` scripts now include the `--do_not_use_shell` argument to prevent shell execution (`shell=True`) during external process handling.The GUI will automatically set `use_shell` to True internally, as required for proper execution of external commands. To enforce disabling shell execution, use the `--do_not_use_shell` argument.
|
||||
|
||||
- **How to Enable Shell Execution via Config File:**
|
||||
1. In the `config.toml` file, set `use_shell` to `true` to enable shell usage as per GUI startup settings.
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue