Commit Graph

578 Commits (0d4e6c4ece67e8375062cf39f3a8a1e83317382f)

Author SHA1 Message Date
bmaltais 331d456a6a Update sd-scripts 2024-03-15 22:56:39 -04:00
bmaltais 7081b22cba Add support for `wandb_run_name`, `log_tracker_name` and `log_tracker_config` parameters under the advanced section. 2024-03-14 19:41:34 -04:00
bmaltais e4673acb78 v23.0.11 2024-03-13 17:08:59 -04:00
bmaltais d16be7b7c7 Update README, fix vae path validation 2024-03-13 07:11:41 -04:00
bmaltais 890e521b1b v23.0.8 2024-03-12 17:23:33 -04:00
bmaltais ab32d02ee8 v23.0.7 2024-03-12 11:33:16 -04:00
bmaltais 6b10cb2c6f New release 2024-03-12 07:38:57 -04:00
Bernard Maltais 8d30431d1e v23.0.5 2024-03-11 20:32:18 -04:00
bmaltais eb9d7bce05 Update README 2024-03-11 10:57:54 -04:00
bmaltais 4726ca7dd5 Update README 2024-03-10 20:21:07 -04:00
bmaltais 5fa3876ab8 Update setup 2024-03-10 19:30:06 -04:00
bmaltais 40314706c4 Improve user file/folder input validation before running training scripts 2024-03-10 15:27:33 -04:00
bmaltais 8c760b5e03 Minor code fix for bugs 2024-03-09 15:49:54 -05:00
bmaltais 1d61833c8a Fix issue with VAE list 2024-03-09 13:55:13 -05:00
bmaltais a93685ae7a Update README 2024-03-09 09:42:36 -05:00
bmaltais 3e023952df
Dev pure (#2039)
* 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: 陳鈞 <jim60105@gmail.com>

* 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: 陳鈞 <jim60105@gmail.com>

* 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: 陳鈞 <jim60105@gmail.com>
Co-authored-by: 陳鈞 <jim60105@gmail.com>
Co-authored-by: Won-Kyu Park <wkpark@gmail.com>
2024-03-09 09:30:20 -05:00
Won-Kyu Park 644c911207
fix typos 2024-03-02 14:10:03 +09:00
bmaltais a891df4d8c Update release 2024-03-01 17:00:22 -05:00
bmaltais a20c2bdfaa Merge branch 'main' of https://github.com/kohya-ss/sd-scripts into dev 2024-02-24 10:40:41 -05:00
Kohya S a21218bdd5 update readme 2024-02-24 21:09:59 +09:00
bmaltais 6a9d9be3b7 Fix lora_network_weights 2024-02-17 20:40:24 -05:00
bmaltais dfe3bec880 Fix Lora Extract GUI issue 2024-02-17 09:16:47 -05:00
Kohya S 75e4a951d0 update readme 2024-02-17 12:04:12 +09:00
bmaltais 369d014574 Merge branch 'dev' of https://github.com/bmaltais/kohya_ss into dev 2024-02-15 07:18:14 -05:00
bmaltais 9b0165f2ff Update README 2024-02-15 07:18:09 -05:00
bmaltais c36e2503ee
Merge branch 'dev' into master 2024-02-15 07:14:02 -05:00
Hina Chen 40d7b605da Update some typos 2024-02-15 10:29:00 +08:00
Kohya S 71ebcc5e25 update readme and gradual latent doc 2024-02-12 14:52:19 +09:00
bmaltais 40598ba442 More code refactoring 2024-02-03 11:16:07 -05:00
bmaltais 22c7942a2e Add support for multi-gpu parameters 2024-02-02 21:17:33 -05:00
Kohya S 8f6f734a6f Merge branch 'dev' into gradual_latent_hires_fix 2024-01-28 08:21:15 +09:00
bmaltais 36b666b30e v22.6.0 release 2024-01-27 14:02:02 -05:00
bmaltais e92f7b4efd Merge branch 'dev' of https://github.com/bmaltais/kohya_ss into dev 2024-01-27 12:34:33 -05:00
bmaltais a16d65e4b2 Merge branch 'main' of https://github.com/kohya-ss/sd-scripts into dev 2024-01-27 12:34:31 -05:00
Kohya S 736365bdd5 update README.md 2024-01-27 18:31:01 +09:00
bmaltais 82a9308f5f
Merge branch 'dev' into master 2024-01-25 13:24:27 -05:00
bmaltais 5764fc03e2 Update readme 2024-01-23 20:50:34 -05:00
bmaltais b5e77e7629 Update Readme.md 2024-01-23 20:47:07 -05:00
bmaltais 10815cc123 Update README 2024-01-23 20:42:22 -05:00
bmaltais e09ac78311 Merge branch 'main' of https://github.com/kohya-ss/sd-scripts into dev 2024-01-23 20:33:36 -05:00
gabriel dhimoila a5558786c9 revert vscode formattage 2024-01-23 23:21:16 +01:00
gabriel dhimoila 253ab8d924 cudann -> cudnn 2024-01-23 23:14:55 +01:00
Kohya S 7cb44e4502 update readme 2024-01-23 21:02:40 +09:00
Kohya S e0a3c69223 update readme 2024-01-20 18:47:10 +09:00
Kohya S c59249a664 Add options to reduce memory usage in extract_lora_from_models.py closes #1059 2024-01-20 18:45:54 +09:00
Kohya S fef172966f Add network_multiplier for dataset and train LoRA 2024-01-20 16:24:43 +09:00
Kohya S 2a0f45aea9 update readme 2024-01-20 11:08:20 +09:00
Kohya S 0395a35543 Merge branch 'main' into dev 2024-01-17 21:39:13 +09:00
Kohya S 987d4a969d update readme 2024-01-17 21:38:49 +09:00
Aarni Koskela ef50436464 Fix typo `--spda` (it's `--sdpa`) 2024-01-16 14:32:48 +02:00