-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
v23.0.0 #2040
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
Owner
bmaltais
commented
Mar 9, 2024
- Use sd-scripts release 0.8.4 post commit fccbee27277d65a8dcbdeeb81787ed4116b92e0b
- Major code refactoring thanks to @wkpark , This will make updating sd-script cleaner by keeping sd-scripts files separate from the GUI files. This will also make configuration more streamlined with fewer tabs and more accordion elements. Hope you like the new style.
- This new release is implementing a significant structure change, moving all of the sd-scripts written by kohya under a folder called sd-scripts in the root of this project. This folder is a submodule that will be populated during setup or gui execution.
Bumps [crate-ci/typos](https://github.com/crate-ci/typos) from 1.17.2 to 1.18.2. - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.17.2...v1.18.2) --- updated-dependencies: - dependency-name: crate-ci/typos dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
…e-ci/typos-1.18.2 Bump crate-ci/typos from 1.17.2 to 1.18.2
refactor kohya_gui parts
- use sys.executable - check *_dir validity and remove doublequotes strip - set `scriptdir` - use gr.update() - unify Folders for finetune - use subprocess.run(run_cmd, shell=True, env=env)
Fix block_lr issue
* Remove library folder, update setup_windows * Cleanup sd-scripts files * set sd-scripts release via file * More cleanup * Point to sd-scripts python files * Fix blip captioning working directory * Fix typo * Fix issue with verify lora * Improve git cloning of sd-scripts repo * Integrate cloning in linux setup script * Remove unnecessary folder * Update linux setup * Removing unnecessary code * Fix validation issue under linux * Update tensorboard version linux * Updating linux requirements * Update README * Added submodule for sd-scripts * Update for proper submodule handling * Simplify submodule init * Update comment * Improve WSL2 LD_LIBRARY_PATH handling * Update tensorboard handling of logging_dir * chore(docker): update TensorFlow and TensorBoard versions - Upgrade TensorFlow version in Dockerfile and requirements to 2.15.0.post1 - Update TensorBoard version in requirements to 2.15.2 Signed-off-by: 陳鈞 <[email protected]> * chore(docker): Add a mount for `sd-scripts` in the Dockerfile during pip install - Add a mount step for `sd-scripts` in the Dockerfile during pip install. Signed-off-by: 陳鈞 <[email protected]> * doc(docker): Update readme about docker * Fix issue with TE LR * Fix issue with TE LR * Update sd-scripts to Feb 27 2024 commit * Update version of bnb for windows * Update windows setup * Update windows setup * Update bnb linux to match windows * remove height:auto * update UI * unify Quick Pick + custom model selection into gr.Dropdown() * add list_dirs(), list_files() * use gr.Accordion() * always show model + training image folder + output name + minimal default settings * do not show hidden files * clean up list_*() * use PYTHONPATH env variable * add "tool" classname to gr.Button() for sd-webui compatible * update *_caption_gui.py using create_refresh_buttons() * update Utilities->Group Images * update Utilities->Convert model * update dataset gui * update Dreambooth/LoRA folders preparation * update *lora*_gui UI using list_files(), create_refresh_button() * more fixes for PYTHONPATH * Minor edits to basic caption and common gui * Optimising some code * Fix path issue * Fix issues with list_images_dir * Update finetuning image folder label * Minor updates to UI --------- Signed-off-by: 陳鈞 <[email protected]> Co-authored-by: 陳鈞 <[email protected]> Co-authored-by: Won-Kyu Park <[email protected]>
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.