rockerBOO
7dd00204eb
Revert "Merge branch 'sd3' into flux-lora-init"
...
This reverts commit 67f8e17a46 , reversing
changes made to 9d7e2dd7c9 .
2025-04-10 21:38:05 -04:00
rockerBOO
67f8e17a46
Merge branch 'sd3' into flux-lora-init
2025-04-10 21:15:22 -04:00
rockerBOO
9d7e2dd7c9
Fix LoRA dtype when saving PiSSA
...
Change lora_util to network_utils to match terms.
2025-04-10 20:59:47 -04:00
Kohya S
5a18a03ffc
Merge branch 'dev' into sd3
2025-04-07 21:55:17 +09:00
Kohya S
572cc3efb8
Merge branch 'main' into dev
2025-04-07 21:48:45 +09:00
Kohya S.
52c8dec953
Merge pull request #2015 from DKnight54/uncache_vae_batch
...
Using --vae_batch_size to set batch size for dynamic latent generation
2025-04-07 21:48:02 +09:00
Kohya S
4589262f8f
README.md: Update recent updates section to include IP noise gamma feature for FLUX.1
2025-04-06 21:34:27 +09:00
Kohya S.
c56dc90b26
Merge pull request #1992 from rockerBOO/flux-ip-noise-gamma
...
Add IP noise gamma for Flux
2025-04-06 21:29:26 +09: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
rockerBOO
5f927444d0
Merge branch 'sd3' into flux-lora-init
2025-04-04 15:54:15 -04:00
rockerBOO
87fe284a76
Properly move original model weights to device, offload org lora weights to CPU
2025-04-03 20:32:34 -04: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
DKnight54
381303d64f
Update train_network.py
2025-03-29 02:26:18 +08: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
rockerBOO
da47d17231
Make sure on better device (cuda if available) for initialization
2025-03-25 20:43:10 -04:00
rockerBOO
54d4de0e72
Autocast shouldn't be on dtype float32
2025-03-25 19:05:03 -04:00
rockerBOO
c5c07a40c5
Move test util to library
2025-03-25 18:41:58 -04:00
rockerBOO
adb77d4196
Add module init for tests
2025-03-25 18:35:47 -04:00
rockerBOO
b0ea96716e
Make relative for tests module
2025-03-25 18:35:24 -04:00
rockerBOO
04d288472d
Add test_util
2025-03-25 18:31:24 -04:00
rockerBOO
0ad3b3c2bd
Update initialization, add lora_util, add tests
2025-03-25 18:22:07 -04:00
rockerBOO
0bad5ae9f1
Detach and clone original LoRA weights before training
2025-03-24 19:01:11 -04:00
rockerBOO
3356314002
Add PiSSA decomposition before saving
2025-03-24 16:31:17 -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
rockerBOO
58bdf85ab4
Remove rank stabilization
2025-03-24 04:22:12 -04:00
rockerBOO
85928dd3b0
Add initialization URAE, PiSSA for flux
2025-03-24 04:08:08 -04: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
rockerBOO
89f0d27a59
Set sigmoid_scale to default 1.0
2025-03-20 15:10:33 -04:00
rockerBOO
d40f5b1e4e
Revert "Scale sigmoid to default 1.0"
...
This reverts commit 8aa126582e .
2025-03-20 15:09:50 -04:00