Commit Graph

  • 2244cf5b83 load images in parallel when caching latents kohya-ss 2024-10-13 18:22:19 +09:00
  • c65cf3812d Merge branch 'sd3' into fast_image_sizes Kohya S 2024-10-13 17:31:11 +09:00
  • 74228c9953 update cache_latents/text_encoder_outputs kohya-ss 2024-10-13 16:27:22 +09:00
  • 5bb9f7fb1a Merge branch 'sd3' into multi-gpu-caching kohya-ss 2024-10-13 11:52:42 +09:00
  • e277b5789e Update FLUX.1 support for compact models Kohya S 2024-10-12 21:49:07 +09:00
  • ecaea909b1 update README kohya-ss 2024-10-12 20:26:57 +09:00
  • c80c304779 Refactor caching in train scripts kohya-ss 2024-10-12 20:18:41 +09:00
  • ff4083b910 Merge branch 'sd3' into multi-gpu-caching kohya-ss 2024-10-12 16:39:36 +09:00
  • 0d3058b65a update README kohya-ss 2024-10-12 14:46:35 +09:00
  • d005652d03 Merge pull request #1686 from Akegarasu/sd3 Kohya S. 2024-10-12 14:33:02 +09:00
  • 43bfeea600 Merge pull request #1655 from kohya-ss/sdxl-ctrl-net Kohya S. 2024-10-11 22:27:53 +09:00
  • 035c4a8552 update docs and help text Kohya S 2024-10-11 22:23:15 +09:00
  • f2bc820133 support weighted captions for SD/SDXL Kohya S 2024-10-11 08:48:55 +09:00
  • 9f4dac5731 torch 2.4 Akegarasu 2024-10-10 14:08:55 +08:00
  • 3de42b6edb fix: distributed training in windows Akegarasu 2024-10-10 14:03:59 +08:00
  • 886f75345c support weighted captions for sdxl LoRA and fine tuning Kohya S 2024-10-10 08:27:15 +09:00
  • 126159f7c4 Merge branch 'sd3' into sdxl-ctrl-net Kohya S 2024-10-07 20:39:53 +09:00
  • 83e3048cb0 load Diffusers format, check schnell/dev Kohya S 2024-10-06 21:32:21 +09:00
  • ba08a89894 call optimizer eval/train for sample_at_first, also set train after resuming closes #1667 Kohya S 2024-10-04 20:35:16 +09:00
  • dece2c388f Update train_db.py gesen2egee 2024-10-04 16:43:07 +08:00
  • 3028027e07 Update train_network.py gesen2egee 2024-10-04 16:41:41 +08:00
  • c2440f9e53 fix cond image normlization, add independent LR for control Kohya S 2024-10-03 21:32:21 +09:00
  • 33e942e36e Merge branch 'sd3' into fast_image_sizes Kohya S 2024-10-01 08:38:09 +09:00
  • 793999d116 sample generation in SDXL ControlNet training Kohya S 2024-09-30 23:39:32 +09:00
  • d78f6a775c Merge branch 'sd3' into sdxl-ctrl-net Kohya S 2024-09-29 23:23:07 +09:00
  • 8bea039a8d Merge branch 'dev' into sd3 Kohya S 2024-09-29 23:19:12 +09:00
  • 012e7e63a5 fix to work linear/cosine scheduler closes #1651 ref #1393 Kohya S 2024-09-29 23:18:16 +09:00
  • 0243c65877 fix typo Kohya S 2024-09-29 23:09:56 +09:00
  • 8919b31145 use original ControlNet instead of Diffusers Kohya S 2024-09-29 23:07:34 +09:00
  • 56a63f01ae Merge branch 'sd3' into multi-gpu-caching Kohya S 2024-09-29 10:12:18 +09:00
  • e0c3630203 Support Sdxl Controlnet (#1648) 青龍聖者@bdsqlsz 2024-09-29 09:11:15 +08:00
  • d050638571 Merge branch 'dev' into sd3 Kohya S 2024-09-29 10:00:01 +09:00
  • 1567549220 update help text #1632 Kohya S 2024-09-29 09:51:36 +09:00
  • fe2aa32484 adjust min/max bucket reso divisible by reso steps #1632 Kohya S 2024-09-29 09:49:25 +09:00
  • 1a0f5b0c38 re-fix sample generation is not working in FLUX1 split mode #1647 Kohya S 2024-09-29 00:35:29 +09:00
  • 822fe57859 add workaround for 'Some tensors share memory' error #1614 Kohya S 2024-09-28 20:57:27 +09:00
  • a9aa52658a fix sample generation is not working in FLUX1 fine tuning #1647 Kohya S 2024-09-28 17:12:56 +09:00
  • 24b1fdb664 remove debug print kohya-ss 2024-09-26 22:22:06 +09:00
  • 9249d00311 experimental support for multi-gpus latents caching kohya-ss 2024-09-26 22:19:56 +09:00
  • 3ebb65f945 Merge branch 'dev' into sd3 Kohya S 2024-09-26 21:41:25 +09:00
  • ce49ced699 update readme Kohya S 2024-09-26 21:37:40 +09:00
  • a94bc84dec fix to work bitsandbytes optimizers with full path #1640 Kohya S 2024-09-26 21:37:31 +09:00
  • 4296e286b8 Merge pull request #1640 from sdbds/ademamix8bit Kohya S. 2024-09-26 21:20:19 +09:00
  • 392e8dedd8 fix flip_aug, alpha_mask, random_crop issue in caching in caching strategy Kohya S 2024-09-26 21:14:11 +09:00
  • 2cd6aa281c Merge branch 'dev' into sd3 Kohya S 2024-09-26 20:52:08 +09:00
  • bf91bea2e4 fix flip_aug, alpha_mask, random_crop issue in caching Kohya S 2024-09-26 20:51:40 +09:00
  • da94fd934e fix typos Kohya S 2024-09-26 08:27:48 +09:00
  • 56a7bc171d new block swap for FLUX.1 fine tuning Kohya S 2024-09-26 08:26:31 +09:00
  • 1beddd84e5 delete code for cleaning sdbds 2024-09-25 22:58:26 +08:00
  • 65fb69f808 Merge branch 'dev' into sd3 Kohya S 2024-09-25 20:56:16 +09:00
  • e74f58148c update README Kohya S 2024-09-25 20:55:50 +09:00
  • c1d16a76d6 Merge pull request #1628 from recris/huber-timesteps Kohya S. 2024-09-25 20:52:55 +09:00
  • ab7b231870 init sdbds 2024-09-25 19:38:52 +08:00
  • fba769222b Merge branch 'dev' into sd3 Kohya S. 2024-09-23 21:20:02 +09:00
  • 29177d2f03 retain alpha in pil_resize backport #1619 Kohya S 2024-09-23 21:14:03 +09:00
  • e1f23af1bc make timestep sampling behave in the standard way when huber loss is used recris 2024-09-21 12:58:32 +01:00
  • 95ff9dba0c Merge pull request #1619 from emcmanus/patch-1 Kohya S. 2024-09-20 22:24:49 +09:00
  • 583d4a436c add compatibility for int LR (D-Adaptation etc.) #1620 Kohya S 2024-09-20 22:22:24 +09:00
  • 24f8975fb7 Merge pull request #1620 from Akegarasu/sd3 Kohya S. 2024-09-20 22:16:39 +09:00
  • 0535cd29b9 fix: backward compatibility for text_encoder_lr Akegarasu 2024-09-20 10:05:22 +08:00
  • de4bb657b0 Update utils.py Ed McManus 2024-09-19 14:38:32 -07:00
  • 3957372ded Retain alpha in pil_resize Ed McManus 2024-09-19 14:30:03 -07:00
  • b844c70d14 Merge branch 'dev' into sd3 Kohya S 2024-09-19 21:51:33 +09:00
  • 0b7927e50b Merge pull request #1615 from Maru-mee/patch-1 Kohya S. 2024-09-19 21:49:49 +09:00
  • 706a48d50e Merge branch 'dev' into sd3 Kohya S 2024-09-19 21:15:39 +09:00
  • d7e14721e2 Merge branch 'main' into dev Kohya S 2024-09-19 21:15:19 +09:00
  • 9c757c2fba fix SDXL block index to match LBW Kohya S 2024-09-19 21:14:57 +09:00
  • e7040669bc Bug fix: alpha_mask load Maru-mee 2024-09-19 15:47:06 +09:00
  • 1286e00bb0 fix to call train/eval in schedulefree #1605 Kohya S 2024-09-18 21:31:54 +09:00
  • e74502117b update README Kohya S 2024-09-18 08:04:32 +09:00
  • bbd160b4ca sd3 schedule free opt (#1605) Kohya S. 2024-09-18 07:55:04 +09:00
  • a2ad7e5644 blocks_to_swap=0 means no swap Kohya S 2024-09-17 21:42:14 +09:00
  • 0cbe95bcc7 fix text_encoder_lr to work with int closes #1608 Kohya S 2024-09-17 21:21:28 +09:00
  • d8d15f1a7e add support for specifying blocks in FLUX.1 LoRA training Kohya S 2024-09-16 23:14:09 +09:00
  • 96c677b459 fix to work lienar/cosine lr scheduler closes #1602 ref #1393 Kohya S 2024-09-16 10:42:09 +09:00
  • be078bdaca fix typo Kohya S 2024-09-15 13:59:17 +09:00
  • 9f44ef1330 add diffusers to FLUX.1 conversion script Kohya S 2024-09-15 13:52:23 +09:00
  • 6445bb2bc9 update README Kohya S 2024-09-14 22:37:26 +09:00
  • c9ff4de905 Add support for specifying rank for each layer in FLUX.1 Kohya S 2024-09-14 22:17:52 +09:00
  • 2d8ee3c280 OFT for FLUX.1 Kohya S 2024-09-14 15:48:16 +09:00
  • 0485f236a0 Merge branch 'dev' into sd3 Kohya S 2024-09-13 22:39:24 +09:00
  • 93d9fbf607 improve OFT implementation closes #944 Kohya S 2024-09-13 22:37:11 +09:00
  • c15a3a1a65 Merge branch 'dev' into sd3 Kohya S 2024-09-13 21:30:49 +09:00
  • 43ad73860d Merge branch 'main' into dev Kohya S 2024-09-13 21:29:51 +09:00
  • b755ebd0a4 add LBW support for SDXL merge LoRA Kohya S 2024-09-13 21:29:31 +09:00
  • f4a0bea6dc format by black Kohya S 2024-09-13 21:26:06 +09:00
  • 734d2e5b2b Support Lora Block Weight (LBW) to svd_merge_lora.py (#1575) terracottahaniwa 2024-09-13 20:45:35 +09:00
  • f3ce80ef8f Merge branch 'dev' into sd3 Kohya S 2024-09-13 19:49:16 +09:00
  • 9d2860760d Merge branch 'main' into dev Kohya S 2024-09-13 19:48:53 +09:00
  • 3387dc7306 formatting, update README Kohya S 2024-09-13 19:45:42 +09:00
  • 57ae44eb61 refactor to make safer Kohya S 2024-09-13 19:45:00 +09:00
  • 1d7118a622 Support : OFT merge to base model (#1580) Maru-mee 2024-09-13 19:01:36 +09:00
  • cefe52629e fix to work old notation for TE LR in .toml Kohya S 2024-09-12 12:36:07 +09:00
  • 237317fffd update README Kohya S 2024-09-11 22:23:43 +09:00
  • a823fd9fb8 Improve wandb logging (#1576) Plat 2024-09-11 22:21:16 +09:00
  • c7c666b182 fix typo Kohya S 2024-09-11 22:12:31 +09:00
  • d83f2e92da Merge pull request #1592 from cocktailpeanut/sd3 Kohya S. 2024-09-11 22:10:37 +09:00
  • 8311e88225 typo fix cocktailpeanut 2024-09-11 09:02:29 -04:00
  • eaafa5c9da Merge branch 'dev' into sd3 Kohya S 2024-09-11 21:46:21 +09:00
  • 6dbfd47a59 Fix to work PIECEWISE_CONSTANT, update requirement.txt and README #1393 Kohya S 2024-09-11 21:44:36 +09:00