Commit Graph

27 Commits (0d4e6c4ece67e8375062cf39f3a8a1e83317382f)

Author SHA1 Message Date
bmaltais 9d217148c9 Fix more setup issues 2024-03-13 12:36:27 -04:00
bmaltais 4f190cc885 Fix configure_accelerate 2024-03-12 20:39:09 -04:00
bmaltais b27d0694c4 Improve setup. Add --headless option 2024-03-12 20:31:22 -04:00
bmaltais 3595f3711c Improve pip module verification 2024-03-11 20:29:16 -04:00
bmaltais 3be05253bb Move cudnn out of requirements 2024-03-11 16:50:51 -04:00
bmaltais 33ccb84446 Add better python, model and data dir validation 2024-03-09 20:50:25 -05:00
Won-Kyu Park d84c107b0e
typo 2024-03-10 01:42:37 +09: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
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
bmaltais 638ec29fe5 Cleanup old torch1 code 2023-12-05 07:29:23 -05:00
bmaltais a756f0a773 More torch 1 code cleanup 2023-10-04 19:08:42 -04:00
bmaltais 93a181f55b Remove torch 1 support from code 2023-10-04 19:00:12 -04:00
Enes Sadık Özbek e48bfbf5aa
Fix bitsandbytes 0.40.1 download link for Windows 2023-08-09 22:43:50 +03:00
bmaltais 68c3edada9
Merge pull request #1336 from bmaltais/master
Update setup_windows.py
2023-08-06 04:21:20 -04:00
bmaltais dec400df8e
Update setup_windows.py
Fix missing bitsandbytes file sync for 0.35.0
2023-08-06 04:20:32 -04:00
bmaltais c732c2d319 Fix bitsandbytes-windows issue 2023-08-05 21:12:22 -04:00
bmaltais 3e6438684d Updates 2023-08-05 13:35:42 -04:00
bmaltais 78bae1602d Updates 2023-08-04 19:50:22 -04:00
bmaltais c55606e9ea Updated to bitsandbytes version for linux and windows 2023-07-29 17:21:58 -04:00
bmaltais 5d799f6f81 Updates to requirements 2023-07-21 08:10:15 -04:00
bmaltais 15c33d9455 Update torch choice for windows 2023-07-11 19:53:26 -04:00
bmaltais a93c4a353e Revert bitsandbytes-windows update 2023-06-24 16:15:11 -04:00
bmaltais e1ad9ebef6 Update bitsandbytes 2023-06-23 13:48:43 -04:00
bmaltais fc66bc28da Add bitsandbytes-windows install option 2023-06-23 13:15:27 -04:00
bmaltais 59ca38d2b3
Improve setup solution (#1043)
Improve setup across platforms
2023-06-23 11:56:13 -04:00
bmaltais 551eed76d2
Refactor setup (#1030)
* Refactor setup in setup folder

* More refactoring

* Remove need to run setup.sh as sudo

* Fix for unix undel python 3.8

* Create setup_common.py

* Fix windows setup

* Refining setup

---------

Co-authored-by: Your Name <you@example.com>
2023-06-21 15:09:18 -04:00