Commit Graph

37 Commits (0d4e6c4ece67e8375062cf39f3a8a1e83317382f)

Author SHA1 Message Date
陳鈞 53981d8516
refactor: build `dataset` directory structure
Signed-off-by: 陳鈞 <jim60105@gmail.com>
2024-03-15 12:44:48 +08:00
陳鈞 4ada1ad3ea
refactor: Add `dataset` dir to .gitignore
So it can keep git working tree clean when user has dataset files.

Signed-off-by: 陳鈞 <jim60105@gmail.com>
2024-03-15 10:40:38 +08: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
bmaltais e22276ae4a Adding user presets to git ignore 2023-07-08 20:12:24 -04:00
bmaltais 5f6d0219aa Update presets 2023-07-08 19:49:04 -04:00
Your Name ee77a64684 Make setup-runpod.sh executable 2023-06-24 21:07:29 -04:00
bmaltais 4275c12014
v21.7.11
- This is a significant update to how setup work across different platform. It might be causing issues... especially for linux env like runpod. If you encounter problems please report them in the issues so I can try to address them. You can revert to the previous release with `git checkout v21.7.10`

The setup solution is now much more modulat and will simplify requirements support across different environments... hoping this will make it easier to run on different OS.
2023-06-23 13:23:25 -04:00
bmaltais 21c8b4a599 v21.6.4 2023-06-03 15:39:37 -04:00
bmaltais 5588180315 Update .gitignore 2023-06-02 16:17:12 -04:00
bmaltais 7ef00f5687 Merge branch 'dev2' into logging 2023-06-02 10:07:15 -04:00
bmaltais be3ba65127 Add missing options to WD14 tagger
Refactor code
2023-05-02 09:50:18 -04:00
bmaltais f80303e44e Update setup.bat 2023-04-29 20:51:53 -04:00
bmaltais 536260dc15 update logging 2023-04-28 21:40:34 -04:00
bmaltais 6bf994c359 Merge branch 'main' of https://github.com/kohya-ss/sd-scripts into dev 2023-04-24 18:44:36 -04:00
Plat 12567f55cd chore: add wandb to gitignore 2023-04-20 05:16:43 +09:00
bmaltais 37137fae32 Fix .gitignore 2023-04-01 22:22:55 -04:00
bmaltais 369341d69f
Revert "macOS GUI functionality, sub-processed GUI components" 2023-04-01 21:28:47 -04:00
bmaltais ea003eba45
Merge branch 'dev' into macos_gui 2023-04-01 15:14:28 -04:00
bmaltais d37aa6efad v21.3.9 2023-04-01 06:59:59 -04:00
bmaltais 97b004e756 Revert "Merge pull request #466 from jstayco/consolidated_install_scripts"
This reverts commit b7a719b51a, reversing
changes made to 538752ccab.
2023-04-01 06:29:45 -04:00
JSTayco e5b2257d7d Integrated upgrade.sh
Integrated upgrade.sh functionality, consolidated code to install dependencies, added ability to skip git operations, ensured the script can run from anywhere aimed at installation anywhere, ensured all git commnds worked from anywhere aimed at target folder, normalized specified install directory names (always get the absolute path).
2023-03-31 16:39:28 -07:00
JSTayco 7b5639cff5 Huge WIP
This is a massive WIP and should not be trusted or used right now. However, major milestones have been crossed. Both message boxes and file dialogs are now properly subprocessed and work on macOS. I think by extension, it may work on runpod environments as well, but that remains to be tested.
2023-03-30 01:40:00 -07:00
bmaltais b6332ceb0f Fix missing macos requirements file 2023-03-26 06:47:26 -04:00
bmaltais acf7d4785f Add support for custom user gui startup files 2023-03-24 13:26:29 -04:00
bmaltais 0253d46411 Adding locon to .gitignore 2023-03-02 15:33:01 -05:00
Kohya S 57d8483eaf add GIT captioning, refactoring, DataLoader 2023-02-03 08:45:33 +09:00
Bernard Maltais 39baddf805 Add LoRA support from sd_script repo 2022-12-26 08:47:33 -05:00
bmaltais c90aa2cc61 - Fix file/folder opening behind the browser window
- Add WD14 and BLIP captioning to utilities
- Improve overall GUI layout
2022-12-19 09:22:52 -05:00
bmaltais c5cca931ab Proposed file structure rework and required file changes 2022-12-18 15:24:46 -05:00
bmaltais 0ca93a7aa7 v18.1: Model conversion utility 2022-12-18 13:11:10 -05:00
Kohya S 7a04196e66 Add scripts. 2022-12-18 14:55:34 +09:00
bmaltais cb98b4f149 Add new Utilities Tab 2022-12-15 18:19:35 -05:00
bmaltais 5a68cd02e7 Update install instructions 2022-11-27 21:07:57 -05:00
Bernard Maltais 36b06d41bf Add v8 of train_db_fixed.py
Add diffusers_fine_tuning
2022-11-09 20:48:27 -05:00
Bernard Maltais 23a5b7f946 Adding new v7 2022-11-07 18:40:34 -05:00
Bernard Maltais 9535d1248c 1st commit 2022-10-30 11:15:09 -04:00