Darren Laurie
e130aa6643
Following: https://github.com/bluvoll/sd-scripts-f2vae
2026-02-23 01:14:00 +08:00
Darren Laurie
6380648f85
rf from bluvoll's fork
2026-02-01 23:48:59 +08:00
Darren Laurie
132f0b6a15
automagic optimizer
2026-01-11 15:58:26 +08:00
Darren Laurie
4b21fab176
hotfix
2025-04-06 22:29:36 +08:00
Darren Laurie
03c82ae263
fix requirements.txt
2025-04-06 17:00:05 +08:00
Darren Laurie
75712d1f2e
pytorch profiler options
2025-04-06 16:59:48 +08:00
Darren Laurie
d932129093
sync update to train_native
2025-04-06 16:34:45 +08:00
6DammK9
83b1ab640a
Merge branch 'sd3' into train-native
2025-04-06 16:10:25 +08:00
Darren Laurie
a428a60a75
revise initial_step
2025-04-06 16:03:41 +08:00
Darren Laurie
36b007145a
profiler, initial_step fix, experimental req txt
2025-04-06 15:37:14 +08:00
Kohya S.
ee0f754b08
Merge pull request #2028 from rockerBOO/patch-5
...
Fix resize PR link
2025-04-05 20:15:13 +09:00
Kohya S.
606e6875d2
Merge pull request #2022 from LexSong/fix-resize-issue
...
Fix size parameter types and improve resize_image interpolation
2025-04-05 19:28:25 +09:00
Dave Lage
fd36fd1aa9
Fix resize PR link
2025-04-03 16:09:45 -04:00
Kohya S.
92845e8806
Merge pull request #2026 from kohya-ss/fix-finetune-dataset-resize-interpolation
...
fix: add resize_interpolation parameter to FineTuningDataset constructor
2025-04-03 21:52:14 +09:00
Kohya S
f1423a7229
fix: add resize_interpolation parameter to FineTuningDataset constructor
2025-04-03 21:48:51 +09:00
Lex Song
b822b7e60b
Fix the interpolation logic error in resize_image()
...
The original code had a mistake. It used 'lanczos' when the image got smaller (width > resized_width and height > resized_height) and 'area' when it stayed the same or got bigger. This was the wrong way. 'area' is better for big shrinking.
2025-04-02 22:04:37 +08:00
Lex Song
ede3470260
Ensure all size parameters are integers to prevent type errors
2025-04-02 03:50:33 +08:00
Kohya S
b3c56b22bd
Merge branch 'dev' into sd3
2025-03-31 22:05:40 +09:00
Kohya S
583ab27b3c
doc: update license information in jpeg_xl_util.py
2025-03-31 22:02:25 +09:00
Kohya S.
aa5978dffd
Merge pull request #1955 from Disty0/dev
...
Fast image size reading support for JPEG XL
2025-03-31 22:00:31 +09:00
Kohya S
aaa26bb882
docs: update README to include LoRA-GGPO details for FLUX.1 training
2025-03-30 21:18:05 +09:00
Kohya S
d0b5c0e5cf
chore: formatting, add TODO comment
2025-03-30 21:15:37 +09:00
Kohya S.
59d98e45a9
Merge pull request #1974 from rockerBOO/lora-ggpo
...
Add LoRA-GGPO for Flux
2025-03-30 21:07:31 +09:00
Kohya S.
3149b2771f
Merge pull request #2018 from kohya-ss/resize-interpolation-small-fix
...
Resize interpolation small fix
2025-03-30 20:52:25 +09:00
Kohya S
96a133c998
README.md: update recent updates section to include new interpolation method for resizing images
2025-03-30 20:45:06 +09:00
Kohya S
1f432e2c0e
use PIL for lanczos and box
2025-03-30 20:40:29 +09:00
Kohya S.
9e9a13aa8a
Merge pull request #1936 from rockerBOO/resize-interpolation
...
Add resize interpolation parameter
2025-03-30 20:37:34 +09:00
Kohya S.
93a4efabb5
Merge branch 'sd3' into resize-interpolation
2025-03-30 19:30:56 +09:00
rockerBOO
0181b7a042
Remove progress bar avg norms
2025-03-27 03:28:33 -04:00
rockerBOO
182544dcce
Remove pertubation seed
2025-03-26 14:23:04 -04:00
Kohya S
8ebe858f89
Merge branch 'dev' into sd3
2025-03-24 22:02:16 +09:00
Kohya S.
a0f11730f7
Merge pull request #1966 from sdbds/faster_fix_sdxl
...
Fatser fix bug for SDXL super SD1.5 assert cant use 32
2025-03-24 21:53:42 +09:00
Kohya S
6364379f17
Merge branch 'dev' into sd3
2025-03-21 22:07:50 +09:00
Kohya S
5253a38783
Merge branch 'main' into dev
2025-03-21 22:07:03 +09:00
Kohya S
8f4ee8fc34
doc: update README for latest
v0.9.1
2025-03-21 22:05:48 +09:00
Kohya S.
367f348430
Merge pull request #1964 from Nekotekina/main
...
Fix missing text encoder attn modules
2025-03-21 21:59:03 +09:00
Kohya S
d151833526
docs: update README with recent changes and specify version for pytorch-optimizer
2025-03-20 22:05:29 +09:00
Kohya S.
936d333ff4
Merge pull request #1985 from gesen2egee/pytorch-optimizer
...
Support pytorch_optimizer
2025-03-20 22:01:03 +09:00
gesen2egee
5b210ad717
update prodigyopt and prodigy-plus-schedule-free
2025-03-19 10:49:06 +08:00
rockerBOO
3647d065b5
Cache weight norms estimate on initialization. Move to update norms every step
2025-03-18 14:25:09 -04:00
Disty0
620a06f517
Check for uppercase file extension too
2025-03-17 17:44:29 +03:00
Disty0
564ec5fb7f
use extend instead of +=
2025-03-17 17:41:03 +03:00
Disty0
7e90cdd47a
use bytearray and add typing hints
2025-03-17 17:26:08 +03:00
Darren Laurie
d35c51a59e
adding torchao and fixes
2025-03-17 01:37:23 +08:00
Darren Laurie
4a3ced5fb9
Importing more optimizer libraries
2025-03-15 17:23:32 +08:00
Darren Laurie
91e3ff173e
fix logging / file output
2025-03-15 15:07:50 +08:00
gesen2egee
e5b5c7e1db
Update requirements.txt
2025-03-15 13:29:32 +08:00
6DammK9
5e224a8fb6
hotfix
2025-03-11 14:18:08 +08:00
Darren Laurie
42b8d79203
merge with skip_cache_check, bugfix
2025-03-09 02:50:55 +08:00
Darren Lau
190df71e6d
readme
2025-03-06 16:48:05 +08:00