Commit Graph

  • c2ceb6de5f fix uncond/cond order Kohya S 2023-07-09 21:14:12 +09:00
  • 77ec70d145 fix conditioning Kohya S 2023-07-09 19:00:38 +09:00
  • a380502c01 fix pad token is not handled Kohya S 2023-07-09 18:13:49 +09:00
  • 0416f26a76 support multi gpu in caching text encoder outputs Kohya S 2023-07-09 16:02:56 +09:00
  • 3579b4570f Merge pull request #628 from KohakuBlueleaf/full_bf16 Kohya S 2023-07-09 14:22:44 +09:00
  • 256ff5b56c Merge pull request #626 from ddPn08/sdxl Kohya S 2023-07-09 14:14:28 +09:00
  • 7502f662ab Merge branch 'sdxl' of https://github.com/kohya-ss/sd-scripts into sdxl Kohya S 2023-07-09 14:12:05 +09:00
  • d974959738 Update train_util.py for full_bf16 support Kohaku-Blueleaf 2023-07-09 12:47:26 +08:00
  • 5f348579d1 Update sdxl_train.py Kohaku-Blueleaf 2023-07-09 12:46:35 +08:00
  • 8371a7a3aa update readme ykume 2023-07-09 13:38:48 +09:00
  • 1d25703ac3 add generation script ykume 2023-07-09 13:33:26 +09:00
  • fe7ede5af3 fix wrapper tokenizer not work for weighted prompt ykume 2023-07-09 13:33:16 +09:00
  • d599394f60 support avif ddPn08 2023-07-08 15:47:56 +09:00
  • 66c03be45f Fix TE key names for SD1/2 LoRA are invalid Kohya S 2023-07-08 09:56:38 +09:00
  • c1d62383c6 update readme Kohya S 2023-07-07 21:17:56 +09:00
  • 73ab110260 Merge branch 'sdxl' of https://github.com/kohya-ss/sd-scripts into sdxl Kohya S 2023-07-07 21:16:49 +09:00
  • cc3d40ca44 support sdxl in prepare scipt Kohya S 2023-07-07 21:16:41 +09:00
  • 288efddf2f Update README.md Kohya S 2023-07-06 07:43:30 +09:00
  • 4a34e5804e fix to work with .ckpt from comfyui Kohya S 2023-07-05 21:55:43 +09:00
  • 3d0375daa6 fix to work sdxl state dict without logit_scale Kohya S 2023-07-05 21:45:30 +09:00
  • 3060eb5baf remove debug print Kohya S 2023-07-05 21:44:46 +09:00
  • ce46aa0c3b remove debug print Kohya S 2023-07-04 21:34:18 +09:00
  • 3b35547da0 fix dtype for vae Kohya S 2023-07-04 21:30:37 +09:00
  • 6aa62b9b66 update readme Kohya S 2023-07-03 21:06:58 +09:00
  • 2febbfe4b0 add error message for old npz Kohya S 2023-07-03 20:58:35 +09:00
  • ea182461d3 add min/max_timestep Kohya S 2023-07-03 20:44:42 +09:00
  • 5863676ccb update readme Kohya S 2023-07-02 16:49:18 +09:00
  • 97611e89ca remove debug code Kohya S 2023-07-02 16:49:11 +09:00
  • 64cf922841 add feature to sample images during sdxl training Kohya S 2023-07-02 16:42:19 +09:00
  • 227a62e4c4 fix to work with dreambooth ds without toml Kohya S 2023-06-30 07:40:22 +09:00
  • 38e21f5c1a update transfomer to fix sdxl text model with bf16 Kohya S 2023-06-29 13:03:00 +09:00
  • d395bc0647 fix max_token_length not works for sdxl Kohya S 2023-06-29 13:02:19 +09:00
  • afce13d101 Fix a typo Yuta Hayashibe 2023-06-28 21:17:20 +09:00
  • 8521ab7990 fix to work Kohya S 2023-06-28 13:09:02 +09:00
  • 71a6d49d06 fix to work train_network with fine-tuning dataset Kohya S 2023-06-28 07:50:53 +09:00
  • 07d5c71090 update readme Kohya S 2023-06-27 23:24:56 +09:00
  • a751dc25d6 use CLIPTextModelWithProjection Kohya S 2023-06-27 20:48:06 +09:00
  • 753c63e11b update readme Kohya S 2023-06-26 21:24:28 +09:00
  • b0dfbe7086 update readme Kohya S 2023-06-26 21:20:49 +09:00
  • 31018d57b6 update for sdxl Kohya S 2023-06-26 21:18:22 +09:00
  • 9ebebb22db fix typos Kohya S 2023-06-26 20:43:34 +09:00
  • 2c461e4ad3 Add no_half_vae for SDXL training, add nan check Kohya S 2023-06-26 20:38:09 +09:00
  • 56ca5dfa15 fix warning messages are shown every step Kohya S 2023-06-26 20:37:14 +09:00
  • 747af145ed add sdxl fine-tuning and LoRA Kohya S 2023-06-26 08:07:24 +09:00
  • 7981ee186f Update huggingface hub to resolve error in windows Bo Lu 2023-06-26 01:53:23 +08:00
  • 9e9df2b501 update dataset to return size, refactor ctrlnet ds Kohya S 2023-06-24 17:56:02 +09:00
  • f7f762c676 add minimal inference code for sdxl Kohya S 2023-06-24 11:52:26 +09:00
  • 0b730d904f Merge branch 'original-u-net' into sdxl Kohya S 2023-06-24 09:37:00 +09:00
  • 11e8c7d8ff fix to work controlnet training Kohya S 2023-06-24 09:35:33 +09:00
  • 663f953a78 Merge branch 'original-u-net' into sdxl Kohya S 2023-06-24 08:49:38 +09:00
  • bfd909ab79 Merge branch 'main' into original-u-net Kohya S 2023-06-24 08:49:07 +09:00
  • 0cfcb5a49c fix lr/d*lr is not logged with prodigy in finetune Kohya S 2023-06-24 08:36:09 +09:00
  • 6a86de1927 add sdxl unet Kohya S 2023-06-24 00:01:50 +09:00
  • 5114e8daf1 fix training scripts except controlnet not working Kohya S 2023-06-22 08:46:53 +09:00
  • 1c09867b3e update Diffusers, remove BLIP deps Kohya S 2023-06-22 08:38:44 +09:00
  • 2b4229fa51 Merge pull request #551 from ddPn08/dev Kohya S 2023-06-17 22:02:34 +09:00
  • 92e50133f8 Merge branch 'original-u-net' into dev Kohya S 2023-06-17 21:57:08 +09:00
  • c4269b5efa Merge branch 'main' into original-u-net Kohya S 2023-06-17 21:48:57 +09:00
  • 19dfa24abb Merge branch 'main' into original-u-net Kohya S 2023-06-16 20:59:34 +09:00
  • c7fd336c5d Merge pull request #594 from kohya-ss/dev Kohya S 2023-06-16 12:14:20 +09:00
  • ed30af8343 Merge branch 'main' into dev Kohya S 2023-06-16 12:10:59 +09:00
  • 1e0b059982 fix same seed is used for multiple generation Kohya S 2023-06-16 12:10:18 +09:00
  • 038c09f552 Merge pull request #590 from kohya-ss/dev Kohya S 2023-06-15 22:30:10 +09:00
  • 5d1b54de45 update readme Kohya S 2023-06-15 22:27:47 +09:00
  • 18156bf2a1 fix same replacement multiple times in dyn prompt Kohya S 2023-06-15 22:22:12 +09:00
  • 5845de7d7c common lr checking for dadaptation and prodigy Kohya S 2023-06-15 21:47:37 +09:00
  • e97d67a681 Support for Prodigy(Dadapt variety for Dylora) (#585) 青龍聖者@bdsqlsz 2023-06-15 20:12:53 +08:00
  • f0bb3ae825 add an option to disable controlnet in 2nd stage Kohya S 2023-06-15 20:56:12 +09:00
  • 9806b00f74 add arbitrary dataset feature to each script Kohya S 2023-06-15 20:39:39 +09:00
  • f2989b36c2 fix typos, add comment Kohya S 2023-06-15 20:37:01 +09:00
  • 624fbadea2 fix dynamic prompt with from_file Kohya S 2023-06-15 19:19:16 +09:00
  • d4ba37f543 supprot dynamic prompt variants Kohya S 2023-06-15 13:22:06 +09:00
  • 449ad7502c use original unet for HF models, don't download TE Kohya S 2023-06-14 22:26:05 +09:00
  • 44404fcd6d Merge branch 'main' into original-u-net Kohya S 2023-06-14 12:49:51 +09:00
  • 1da6d43109 Merge branch 'main' into dev Kohya S 2023-06-14 12:49:37 +09:00
  • 9aee793078 support arbitrary dataset for train_network.py Kohya S 2023-06-14 12:49:12 +09:00
  • 89c3033401 Merge pull request #581 from mio2333/patch-1 Kohya S 2023-06-12 22:15:30 +09:00
  • 67f09b7d7e change ver no for Diffusers VAE changing Kohya S 2023-06-12 12:29:44 +09:00
  • 0dfffcd88a remove unnecessary import ykume 2023-06-11 21:46:05 +09:00
  • 9e1683cf2b support sdpa ykume 2023-06-11 21:26:15 +09:00
  • 4d0c06e397 support both 0.10.2 and 0.17.0 for Diffusers ykume 2023-06-11 18:54:50 +09:00
  • 0315611b11 remove workaround for accelerator=0.15, fix XTI ykume 2023-06-11 18:32:14 +09:00
  • 33a6234b52 Merge branch 'main' into original-u-net ykume 2023-06-11 17:35:20 +09:00
  • 4b7b3bc04a fix saved SD dict is invalid for VAE ykume 2023-06-11 17:35:00 +09:00
  • 035dd3a900 fix mem_eff_attn does not work ykume 2023-06-11 17:08:21 +09:00
  • 4e25c8f78e fix to work with Diffusers 0.17.0 ykume 2023-06-11 16:57:17 +09:00
  • 7f6b581ef8 support memory efficient attn (not xformers) ykume 2023-06-11 16:54:41 +09:00
  • cc274fb7fb update diffusers ver, remove tensorflow ykume 2023-06-11 16:54:10 +09:00
  • 334d07bf96 Update make_captions.py mio 2023-06-08 23:39:06 +08:00
  • 6417f5d7c1 Merge pull request #580 from kohya-ss/dev Kohya S 2023-06-08 22:10:30 +09:00
  • 8088c04a71 update readme Kohya S 2023-06-08 22:06:34 +09:00
  • f7b1911f1b Merge branch 'main' into dev Kohya S 2023-06-08 22:03:06 +09:00
  • 045cd38b6e fix clip_skip not work in weight capt, sample gen Kohya S 2023-06-08 22:02:46 +09:00
  • dccdb8771c support sample generation in training Kohya S 2023-06-07 08:12:52 +09:00
  • d4b5cab7f7 Merge branch 'main' into original-u-net Kohya S 2023-06-07 07:42:27 +09:00
  • 363f1dfab9 Merge pull request #569 from kohya-ss/dev Kohya S 2023-06-06 22:07:21 +09:00
  • 4e24733f1c update readme Kohya S 2023-06-06 22:03:21 +09:00
  • bb91a10b5f fix to work LyCORIS<0.1.6 Kohya S 2023-06-06 21:59:57 +09:00
  • 98635ebde2 Merge branch 'main' into dev Kohya S 2023-06-06 21:54:29 +09:00
  • 24823b061d support BREAK in generation script Kohya S 2023-06-06 21:53:58 +09:00