alexds9
a4857fa764
Add append_captions feature to wd14 tagger
...
This feature allows for appending new tags to the existing content of caption files.
If the caption file for an image already exists, the tags generated from the current
run are appended to the existing ones. Duplicate tags are checked and avoided.
2023-10-05 21:26:09 +03:00
Kohya S
6889ee2b85
add warning for bucket_reso_steps with SDXL
2023-08-11 19:02:36 +09:00
Kohya S
94c151aea3
refactor caching latents (flip in same npz, etc)
2023-07-15 18:28:33 +09:00
Kohya S
cc3d40ca44
support sdxl in prepare scipt
2023-07-07 21:16:41 +09:00
mio
334d07bf96
Update make_captions.py
...
Append sys path for make_captions.py to load blip module in the same folder to fix the error when you don't run this script under the folder
2023-06-08 23:39:06 +08:00
mio
57bc2abf41
update parser format to match a global pattern
2023-04-26 20:11:32 +08:00
Kohya S
01df1c0cc4
don't replace underscore in emoji tags like ^_^
2023-04-19 12:42:20 +09:00
Kohya S
47d61e2c02
format by black
2023-04-17 22:00:26 +09:00
Kohya S
8f6fc8daa1
add ja comment, restore arg for backward compat
2023-04-17 21:58:55 +09:00
Linaqruf
c316c63dff
fix: bring positional args back, add recursive to blip etc
2023-04-12 05:41:28 +07:00
Linaqruf
07aa000750
feat: added 7 new functionalities including recursive
2023-04-07 16:51:43 +07:00
Robert Smieja
eb66e5ebac
Extract parser setup to helper function
...
- Allows users who `import` the scripts to examine the parser programmatically
2023-03-20 00:06:47 -04:00
Linaqruf
44d4cfb453
feat: added function to load training config with .toml
2023-03-12 11:52:37 +07:00
Kohya S
ea2dfd09ef
update bucketing features
2023-02-05 21:37:46 +09:00
Kohya S
1bec2bfe07
Add cleaning duplicated tags
2023-02-03 21:05:55 +09:00
Kohya S
76f53429be
Fix existing npz skip feature
2023-02-03 21:05:14 +09:00
Kohya S
73d612ff9c
Add cleaning patterns
2023-02-03 21:04:37 +09:00
Kohya S
57d8483eaf
add GIT captioning, refactoring, DataLoader
2023-02-03 08:45:33 +09:00
Kohya S
86f4e20337
Merge branch 'dev' into main
2023-01-31 21:02:18 +09:00
unknown
c20745b6e8
fix : #53
2023-01-29 22:30:45 +09:00
breakcore2
64d5ceda71
simplify arg to --recursive
2023-01-26 01:06:33 -08:00
breakcore2
2ce9ad235c
add recursive structure merge dd tags and convert to pathlib
2023-01-26 01:01:38 -08:00
breakcore2
4735b21318
add .bmp support for wd14 tagger
2023-01-06 22:21:06 -08:00
Kohya S
da05ad6339
Fix npz file name for images with dots #12
2022-12-24 21:23:40 +09:00
Kohya S
890f6d5a9c
Fix relative path to train dir is not working.
2022-12-21 17:54:31 +09:00
Kohya S
dadea12ad2
Make a folder for seperating blip files, add seed.
2022-12-20 08:18:24 +09:00
Kohya S
7cca345345
Make BLIP working without extra downloading.
2022-12-19 21:58:41 +09:00
Kohya S
5f7693be04
Move generation script to root.
2022-12-19 21:57:22 +09:00
bmaltais
c5cca931ab
Proposed file structure rework and required file changes
2022-12-18 15:24:46 -05:00