Skip to content

Releases: IrisRainbowNeko/HCP-Diffusion

v0.9.1

20 Feb 09:33
Compare
Choose a tag to compare
doc controlnet

V0.9.0

07 Dec 09:05
Compare
Choose a tag to compare
  • Fix file extension bug in CaptionLoader
  • Fix WrapablePlugin
  • Support cache RatioBucket
  • Multi-threaded bucket building
  • Add TagErase for caption porcess
  • Add workflow features.
  • Fix controlnet conversion
  • Support plugin with partial trainable parameters
  • Refactoring lora to improve training speed
  • support encoder_attention_mask and position ids
  • Add SoftMinSNRLoss
  • Fix model EMA

v0.7.0

28 Oct 14:41
Compare
Choose a tag to compare
  • Separate data_source into a separate class that can be modified in the configuration file. The kohya datasource format can be supported.
  • Fix bugs in preview images
  • Fix bugs in warp_models
  • Rename tag_transforms into text_transforms

v0.6.2

17 Oct 08:15
Compare
Choose a tag to compare
  1. Create embedding with embedded random vectors.
  2. Add PatchPluginBlock.
  3. Fix deepspeed training
  4. Add detection of custom words conflicts with one in the tokenizer.

V0.6.1

26 Sep 07:05
240e2e3
Compare
Choose a tag to compare
  • Add ZeroTerminalScheduler
  • Add preview during training
  • SDXL lora and embedding convert
  • Bug fix

v0.6.0 SDXL support

29 Aug 09:20
Compare
Choose a tag to compare
  • Fully custom "exp_dir" support.
  • "cfg resolvers" for config file.
  • add LongEdgeBucket
  • SDXL support
  • lora convert fix

v0.5.5

21 Jul 01:59
Compare
Choose a tag to compare

support for bitsandbytes-windows
update dataset config file

v0.5.4

20 Jul 09:52
5a89aa6
Compare
Choose a tag to compare
Merge pull request #24 from narugo1992/main

Exploration and Troubleshooting in Anime Image Generation Process

v0.4.2

22 May 06:05
Compare
Choose a tag to compare
update

v0.4.1

12 May 02:13
Compare
Choose a tag to compare

gradient_checkpointing bug fix for train part of model