Typo fixes
This commit is contained in:
parent
14dc16ccd4
commit
2c470c6659
@ -270,7 +270,7 @@ This will store your a backup file with your current locally installed pip packa
|
|||||||
- Fix an issue that images are loaded twice in Windows environment.
|
- Fix an issue that images are loaded twice in Windows environment.
|
||||||
- Add Min-SNR Weighting strategy. Details are in [#308](https://github.com/kohya-ss/sd-scripts/pull/308). Thank you to AI-Casanova for this great work!
|
- Add Min-SNR Weighting strategy. Details are in [#308](https://github.com/kohya-ss/sd-scripts/pull/308). Thank you to AI-Casanova for this great work!
|
||||||
- Add `--min_snr_gamma` option to training scripts, 5 is recommended by paper.
|
- Add `--min_snr_gamma` option to training scripts, 5 is recommended by paper.
|
||||||
- The Min SNR gamma fiels can be found unser the advanced training tab in all trainers.
|
- The Min SNR gamma fields can be found under the advanced training tab in all trainers.
|
||||||
- Fixed the error while images are ended with capital image extensions. Thanks to @kvzn. https://github.com/bmaltais/kohya_ss/pull/454
|
- Fixed the error while images are ended with capital image extensions. Thanks to @kvzn. https://github.com/bmaltais/kohya_ss/pull/454
|
||||||
* 2023/03/26 (v21.3.5)
|
* 2023/03/26 (v21.3.5)
|
||||||
- Fix for https://github.com/bmaltais/kohya_ss/issues/230
|
- Fix for https://github.com/bmaltais/kohya_ss/issues/230
|
||||||
@ -278,7 +278,7 @@ This will store your a backup file with your current locally installed pip packa
|
|||||||
* 2023/03/25 (v21.3.4)
|
* 2023/03/25 (v21.3.4)
|
||||||
- Added untested support for MacOS base on this gist: https://gist.github.com/jstayco/9f5733f05b9dc29de95c4056a023d645
|
- Added untested support for MacOS base on this gist: https://gist.github.com/jstayco/9f5733f05b9dc29de95c4056a023d645
|
||||||
|
|
||||||
Let me know how this work. From the look of it it appear to be well tought out. I modified a few things to make it fit better with the rest of the code in the repo.
|
Let me know how this work. From the look of it it appears to be well-thought-out. I modified a few things to make it fit better with the rest of the code in the repo.
|
||||||
- Fix for issue https://github.com/bmaltais/kohya_ss/issues/433 by implementing default of 0.
|
- Fix for issue https://github.com/bmaltais/kohya_ss/issues/433 by implementing default of 0.
|
||||||
- Removed non applicable save_model_as choices for LoRA and TI.
|
- Removed non applicable save_model_as choices for LoRA and TI.
|
||||||
* 2023/03/24 (v21.3.3)
|
* 2023/03/24 (v21.3.3)
|
||||||
|
4
setup.sh
4
setup.sh
@ -588,10 +588,10 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
|
|||||||
configure_accelerate
|
configure_accelerate
|
||||||
echo -e "Setup finished! Run ./gui.sh to start."
|
echo -e "Setup finished! Run ./gui.sh to start."
|
||||||
elif [[ "$OSTYPE" == "cygwin" ]]; then
|
elif [[ "$OSTYPE" == "cygwin" ]]; then
|
||||||
# Cygwin is a standalone suite of Linux utilies on Windows
|
# Cygwin is a standalone suite of Linux utilities on Windows
|
||||||
echo "This hasn't been validated on cygwin yet."
|
echo "This hasn't been validated on cygwin yet."
|
||||||
elif [[ "$OSTYPE" == "msys" ]]; then
|
elif [[ "$OSTYPE" == "msys" ]]; then
|
||||||
# MinGW has the msys environment which is a standalone suite of Linux utilies on Windows
|
# MinGW has the msys environment which is a standalone suite of Linux utilities on Windows
|
||||||
# "git bash" on Windows may also be detected as msys.
|
# "git bash" on Windows may also be detected as msys.
|
||||||
echo "This hasn't been validated in msys (mingw) on Windows yet."
|
echo "This hasn't been validated in msys (mingw) on Windows yet."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user