-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v22.1.0 #1594
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update typos to the latest version and add dependabot.yml
fix typos
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
"Chinese User.bat and useful readme"
Changing the algo argument from "lora" to "locon" to match the option selected in the GUI for 'LoCon/LyCORIS'. The original repository specifies that when using kohya's training script, the algo should be set to "locon", not "lora".
Update lora_gui.py
Add IPEX
This feature allows for appending new tags to the existing content of caption files. If the caption file for an image already exists, the tags generated from the current run are appended to the existing ones. Duplicate tags are checked and avoided.
…ns/checkout-4 Bump actions/checkout from 3 to 4
Fix JPEG-XL support
Support JPEG-XL on windows, dropout for LyCORIS
Add append_captions feature to wd14 tagger
Add `--onnx` to wd14 tagger
onnx support in wd14 tagger, OFT
fix: linting, spelling add international English localisation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
./setup.sh --use-ipex
./gui.sh --use-ipex
tag_images_by_wd_14_tagger.py
now supports Onnx. If you use Onnx, TensorFlow is not required anymore. #864 Thanks to Isotr0py!--onnx
option is added. If you use Onnx, specify--onnx
option.pip install tensorboard==2.14.1
This is required for the specified version of protobuf.pip install protobuf==3.20.3
This is required for Onnx.pip install onnx==1.14.1
pip install onnxruntime-gpu==1.16.0
orpip install onnxruntime==1.16.0
--append_tags
option is added totag_images_by_wd_14_tagger.py
. This option appends the tags to the existing tags, instead of replacing them. #858 Thanks to a-l-e-x-d-s-9!networks.oft
for the network module insdxl_train_network.py
. The usage is the same asnetworks.lora
. Some options are not supported.sdxl_gen_img.py
also supports OFT as--network_module
.