feffy380
|
322ee52c77
|
Update requirements.txt
Update safetensors to fix a crash when using `--fp8_base --save_state`
|
2024-01-25 19:15:53 +01:00 |
|
Kohya S
|
716bad188b
|
Update dependencies ref #1024
|
2024-01-04 19:53:25 +09:00 |
|
Plat
|
20296b4f0e
|
chore: bump eniops version due to support torch.compile
|
2023-12-27 02:17:24 +09:00 |
|
Kohya S
|
cf49e912fc
|
update readme
|
2023-10-09 17:59:31 +09:00 |
|
Isotr0py
|
d6f458fcb3
|
fix dependency
|
2023-10-08 23:51:18 +08:00 |
|
Isotr0py
|
70fe7e18be
|
add onnx to wd14 tagger
|
2023-10-08 20:31:10 +08:00 |
|
Kohya S
|
7e736da30c
|
update versions of accelerate and diffusers
|
2023-09-24 17:46:57 +09:00 |
|
Kohya S
|
9d855091bf
|
make bitsandbytes optional
|
2023-08-04 22:29:14 +09:00 |
|
Kohya S
|
f61996b425
|
remove dependency for albumenations
|
2023-07-30 16:29:53 +09:00 |
|
青龍聖者@bdsqlsz
|
9ec70252d0
|
Add Paged/ adam8bit/lion8bit for Sdxl bitsandbytes 0.39.1 cuda118 on windows (#623)
* ADD libbitsandbytes.dll for 0.38.1
* Delete libbitsandbytes_cuda116.dll
* Delete cextension.py
* add main.py
* Update requirements.txt for bitsandbytes 0.38.1
* Update README.md for bitsandbytes-windows
* Update README-ja.md for bitsandbytes 0.38.1
* Update main.py for return cuda118
* Update train_util.py for lion8bit
* Update train_README-ja.md for lion8bit
* Update train_util.py for add DAdaptAdan and DAdaptSGD
* Update train_util.py for DAdaptadam
* Update train_network.py for dadapt
* Update train_README-ja.md for DAdapt
* Update train_util.py for DAdapt
* Update train_network.py for DAdaptAdaGrad
* Update train_db.py for DAdapt
* Update fine_tune.py for DAdapt
* Update train_textual_inversion.py for DAdapt
* Update train_textual_inversion_XTI.py for DAdapt
* Revert "Merge branch 'qinglong' into main"
This reverts commit b65c023083, reversing
changes made to f6fda20caf.
* Revert "Update requirements.txt for bitsandbytes 0.38.1"
This reverts commit 83abc60dfa.
* Revert "Delete cextension.py"
This reverts commit 3ba4dfe046.
* Revert "Update README.md for bitsandbytes-windows"
This reverts commit 4642c52086.
* Revert "Update README-ja.md for bitsandbytes 0.38.1"
This reverts commit fa6d7485ac.
* Update train_util.py for DAdaptLion
* Update train_README-zh.md for dadaptlion
* Update train_README-ja.md for DAdaptLion
* add DAdatpt V3
* Alignment
* Update train_util.py for experimental
* Update train_util.py V3
* Update train_util.py
* Update requirements.txt
* Update train_README-zh.md
* Update train_README-ja.md
* Update train_util.py fix
* Update train_util.py
* support Prodigy
* add lower
* Update main.py
* support PagedAdamW8bit/PagedLion8bit
* Update requirements.txt
* update for PageAdamW8bit and PagedLion8bit
* Revert
* revert main
* Update train_util.py
* update for bitsandbytes 0.39.1
* Update requirements.txt
* vram leak fix
---------
Co-authored-by: Pam <pamhome21@gmail.com>
|
2023-07-30 13:15:13 +09:00 |
|
Kohya S
|
d1864e2430
|
add invisible watermark to req.txt
|
2023-07-22 19:34:22 +09:00 |
|
Kohya S
|
c45d2f214b
|
Merge branch 'main' into sdxl
|
2023-07-20 22:02:29 +09:00 |
|
Kohya S
|
8fa5fb2816
|
support diffusers format for SDXL
|
2023-07-12 21:57:14 +09:00 |
|
Kohya S
|
38e21f5c1a
|
update transfomer to fix sdxl text model with bf16
|
2023-06-29 13:03:00 +09:00 |
|
Bo Lu
|
7981ee186f
|
Update huggingface hub to resolve error in windows
https://github.com/huggingface/huggingface_hub/issues/1423
|
2023-06-26 01:53:23 +08:00 |
|
Kohya S
|
f7f762c676
|
add minimal inference code for sdxl
|
2023-06-24 11:52:26 +09:00 |
|
Kohya S
|
5114e8daf1
|
fix training scripts except controlnet not working
|
2023-06-22 08:46:53 +09:00 |
|
Kohya S
|
1c09867b3e
|
update Diffusers, remove BLIP deps
|
2023-06-22 08:38:44 +09:00 |
|
Kohya S
|
92e50133f8
|
Merge branch 'original-u-net' into dev
|
2023-06-17 21:57:08 +09:00 |
|
ykume
|
cc274fb7fb
|
update diffusers ver, remove tensorflow
|
2023-06-11 16:54:10 +09:00 |
|
ddPn08
|
c8d209d36c
|
update diffusers to 1.16 | train_network
|
2023-06-01 20:39:26 +09:00 |
|
Kohya S
|
85df289190
|
remove gradio from requirements
|
2023-05-07 21:00:06 +09:00 |
|
ddPn08
|
b5ff4e816f
|
resume from huggingface repository
|
2023-04-02 17:39:21 +09:00 |
|
fur0ut0
|
8abb8645ae
|
add detail dataset config feature by extra config file (#227)
* add config file schema
* change config file specification
* refactor config utility
* unify batch_size to train_batch_size
* fix indent size
* use batch_size instead of train_batch_size
* make cache_latents configurable on subset
* rename options
* bucket_repo_range
* shuffle_keep_tokens
* update readme
* revert to min_bucket_reso & max_bucket_reso
* use subset structure in dataset
* format import lines
* split mode specific options
* use only valid subset
* change valid subsets name
* manage multiple datasets by dataset group
* update config file sanitizer
* prune redundant validation
* add comments
* update type annotation
* rename json_file_name to metadata_file
* ignore when image dir is invalid
* fix tag shuffle and dropout
* ignore duplicated subset
* add method to check latent cachability
* fix format
* fix bug
* update caption dropout default values
* update annotation
* fix bug
* add option to enable bucket shuffle across dataset
* update blueprint generate function
* use blueprint generator for dataset initialization
* delete duplicated function
* update config readme
* delete debug print
* print dataset and subset info as info
* enable bucket_shuffle_across_dataset option
* update config readme for clarification
* compensate quotes for string option example
* fix bug of bad usage of join
* conserve trained metadata backward compatibility
* enable shuffle in data loader by default
* delete resolved TODO
* add comment for image data handling
* fix reference bug
* fix undefined variable bug
* prevent raise overwriting
* assert image_dir and metadata_file validity
* add debug message for ignoring subset
* fix inconsistent import statement
* loosen too strict validation on float value
* sanitize argument parser separately
* make image_dir optional for fine tuning dataset
* fix import
* fix trailing characters in print
* parse flexible dataset config deterministically
* use relative import
* print supplementary message for parsing error
* add note about different methods
* add note of benefit of separate dataset
* add error example
* add note for english readme plan
---------
Co-authored-by: Kohya S <52813779+kohya-ss@users.noreply.github.com>
|
2023-03-01 20:58:08 +09:00 |
|
Kohya S
|
a75baf9143
|
Add strict version no
|
2023-02-10 17:37:19 +09:00 |
|
Kohya S
|
57d8483eaf
|
add GIT captioning, refactoring, DataLoader
|
2023-02-03 08:45:33 +09:00 |
|
bmaltais
|
600d78ae08
|
Merge all requirements into one
|
2022-12-20 10:17:22 -05:00 |
|