v21.5.9
版本发布时间: 2023-05-06 23:33:14
bmaltais/kohya_ss最新发布版本:v24.1.7(2024-09-06 19:03:10)
- 2023/04/06 (v21.5.9)
-
Implement headless mode to enable easier support under headless services like vast.ai. To make use of it start the gui with the
--headless
argument like:.\gui.ps1 --headless
or.\gui.bat --headless
or./gui.sh --headless
-
Added the option for the user to put the wandb api key in a textbox under the advanced configuration dropdown and a checkbox to toggle for using wandb logging. @x-CK-x
-
Docker build image @Trojaner
- Updated README to use docker compose run instead of docker compose up to fix broken tqdm
- Related: Doesn't work with docker-compose tqdm/tqdm#771
- Fixed build for latest release
- Replace pillow with pillow-simd
- Removed --no-cache again as pip cache is not enabled anyway
- Updated README to use docker compose run instead of docker compose up to fix broken tqdm
-
While overwriting .txt files with prefix and postfix including different encodings you might encounter this decoder error. This small fix gets rid of it... @ertugrul-dmr
-
Docker Add --no-cache-dir to reduce image size @chiragjn
-
Reverting bitsandbytes version to 0.35.0 due to issues with 0.38.1 on some systems
-