Releases: IrisRainbowNeko/HCP-Diffusion
Releases · IrisRainbowNeko/HCP-Diffusion
v0.9.1
V0.9.0
- 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
- 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
intotext_transforms
v0.6.2
- Create embedding with embedded random vectors.
- Add PatchPluginBlock.
- Fix deepspeed training
- Add detection of custom words conflicts with one in the tokenizer.
V0.6.1
- Add ZeroTerminalScheduler
- Add preview during training
- SDXL lora and embedding convert
- Bug fix
v0.6.0 SDXL support
- Fully custom "exp_dir" support.
- "cfg resolvers" for config file.
- add LongEdgeBucket
- SDXL support
- lora convert fix
v0.5.5
support for bitsandbytes-windows
update dataset config file
v0.5.4
Merge pull request #24 from narugo1992/main Exploration and Troubleshooting in Anime Image Generation Process
v0.4.2
update
v0.4.1
gradient_checkpointing bug fix for train part of model