Skip to content
Merged
Show file tree
Hide file tree
Changes from 36 commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
402c468
fix: update extend-exclude list in _typos.toml to include configs
kohya-ss Feb 8, 2026
6563751
fix: exclude anima tests from pytest
kohya-ss Feb 8, 2026
3f3e268
feat: add entry for 'temperal' in extend-words section of _typos.toml…
kohya-ss Feb 8, 2026
9e2b4dc
fix: update default value for --discrete_flow_shift in anima training…
kohya-ss Feb 8, 2026
7b0ed32
feat: add Qwen-Image VAE
kohya-ss Feb 8, 2026
10445ff
feat: simplify encode_tokens
kohya-ss Feb 8, 2026
44b8d79
feat: use unified attention module, add wrapper for state dict compat…
kohya-ss Feb 8, 2026
5c46435
feat: loading with dynamic fp8 optimization and LoRA support
kohya-ss Feb 8, 2026
648c045
feat: add anima minimal inference script (WIP)
kohya-ss Feb 8, 2026
d992037
format: format
kohya-ss Feb 8, 2026
c3556d4
feat: simplify target module selection by regular expression patterns
kohya-ss Feb 8, 2026
4f6511b
feat: kept caption dropout rate in cache and handle in training script
kohya-ss Feb 8, 2026
35161b0
feat: update train_llm_adapter and verbose default values to string type
kohya-ss Feb 9, 2026
a1e3d02
fix: use strategy instead of using tokenizers directly
kohya-ss Feb 9, 2026
2774e77
feat: add dtype property and all-zero mask handling in cross-attentio…
kohya-ss Feb 9, 2026
bf98066
feat: support 5d tensor in get_noisy_model_input_and_timesteps
kohya-ss Feb 9, 2026
f320c1b
feat: update loss calculation to support 5d tensor
kohya-ss Feb 9, 2026
06dcb30
fix: update argument names in anima_train_utils to align with other a…
kohya-ss Feb 9, 2026
8f5b298
feat: simplify Anima training script and update empty caption handling
kohya-ss Feb 9, 2026
0f41397
feat: support LoRA format without `net.` prefix
kohya-ss Feb 9, 2026
58db77a
fix: update to work fp8_scaled option
kohya-ss Feb 9, 2026
3d24736
feat: add regex-based learning rates and dimensions handling in creat…
kohya-ss Feb 9, 2026
f3b6e59
fix: improve regex matching for module selection and learning rates i…
kohya-ss Feb 9, 2026
6a4e392
fix: update logging message for regex match in LoRANetwork
kohya-ss Feb 10, 2026
02a7594
fix: keep latents 4D except DiT call
kohya-ss Feb 10, 2026
6d08c93
feat: enhance block swap functionality for inference and training in …
kohya-ss Feb 10, 2026
8d2d286
feat: refactor Anima training script
kohya-ss Feb 10, 2026
4992aae
feat: optimize VAE processing by adjusting tensor dimensions and data…
kohya-ss Feb 10, 2026
dbb40ae
fix: wait all block trasfer before siwtching offloader mode
kohya-ss Feb 10, 2026
f355a97
feat: update Anima training guide with new argument specifications an…
kohya-ss Feb 10, 2026
90725eb
feat: support LORA for Qwen3
kohya-ss Feb 11, 2026
b67cc5a
feat: update Anima SAI model spec metadata handling
kohya-ss Feb 11, 2026
9349c91
fix: remove unused code
kohya-ss Feb 11, 2026
a7cd38d
feat: split CFG processing in do_sample function to reduce memory usage
kohya-ss Feb 11, 2026
4b22834
feat: add VAE chunking and caching options to reduce memory usage
kohya-ss Feb 11, 2026
59267d1
feat: optimize RMSNorm forward method and remove unused torch_attenti…
kohya-ss Feb 11, 2026
82f9636
Update library/strategy_anima.py
kohya-ss Feb 11, 2026
07df0e5
Update library/safetensors_utils.py
kohya-ss Feb 11, 2026
29983f5
Update anima_minimal_inference.py
kohya-ss Feb 11, 2026
3612bed
Update anima_train.py
kohya-ss Feb 11, 2026
57aa70e
Update library/anima_train_utils.py
kohya-ss Feb 11, 2026
cc1f57b
fix: review with Copilot
kohya-ss Feb 11, 2026
5948a59
feat: add script to convert LoRA format to ComfyUI compatible format …
kohya-ss Feb 12, 2026
56e660d
feat: add process_escape function to handle escape sequences in prompts
kohya-ss Feb 12, 2026
326c425
feat: enhance LoRA weight handling in model loading and add text enco…
kohya-ss Feb 12, 2026
9a607be
feat: improve ComfyUI conversion script with prefix constants and mod…
kohya-ss Feb 12, 2026
cff1043
feat: update caption dropout documentation to clarify cache regenerat…
kohya-ss Feb 12, 2026
e3d8698
feat: add clarification on learning rate adjustments
kohya-ss Feb 12, 2026
18e017b
feat: add note on PyTorch version requirement to prevent NaN loss
kohya-ss Feb 12, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ hime="hime"
OT="OT"
byt="byt"
tak="tak"
temperal="temperal"

[files]
extend-exclude = ["_typos.toml", "venv"]
extend-exclude = ["_typos.toml", "venv", "configs"]
Loading
Loading