Commit Graph

11 Commits

Author SHA1 Message Date
Kohya S
326c425a5b feat: enhance LoRA weight handling in model loading and add text encoder loading function 2026-02-12 22:24:48 +09:00
Kohya S
cc1f57bc70 fix: review with Copilot 2026-02-12 08:05:41 +09:00
Kohya S
9349c91c89 fix: remove unused code 2026-02-11 17:23:58 +09:00
Kohya S
b67cc5a457 feat: update Anima SAI model spec metadata handling 2026-02-11 14:56:23 +09:00
Kohya S
6d08c93b23 feat: enhance block swap functionality for inference and training in Anima model 2026-02-10 21:26:50 +09:00
Kohya S
58db77a488 fix: update to work fp8_scaled option 2026-02-09 23:31:33 +09:00
Kohya S
0f413974b7 feat: support LoRA format without net. prefix 2026-02-09 23:21:04 +09:00
kohya-ss
8f5b298906 feat: simplify Anima training script and update empty caption handling 2026-02-09 12:46:53 +09:00
kohya-ss
d992037984 format: format 2026-02-08 12:22:54 +09:00
kohya-ss
5c4643516c feat: loading with dynamic fp8 optimization and LoRA support 2026-02-08 12:17:02 +09:00
duongve13112002
e21a7736f8 Support Anima model (#2260)
* Support Anima model

* Update document and fix bug

* Fix latent normlization

* Fix typo

* Fix cache embedding

* fix typo in tests/test_anima_cache.py

* Remove redundant argument apply_t5_attn_mask

* Improving caching with argument caption_dropout_rate

* Fix W&B logging bugs

* Fix discrete_flow_shift default value
2026-02-08 10:18:55 +09:00