VictorMylle
  • Joined on 2020-11-27
VictorMylle synced commits to refs/pull/2187/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-13 04:15:08 +00:00
ae72efb92b Merge pull request #2264 from kohya-ss/release/v0.10.1
449e70b4cf README: Update change history for version 0.10.1 with Anima model support
b237b8deb3 Merge pull request #2263 from kohya-ss/sd3
34e7138b6a Add/modify some implementation for anima (#2261)
Compare 10 commits »
VictorMylle synced commits to sd3 at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-13 04:15:07 +00:00
ae72efb92b Merge pull request #2264 from kohya-ss/release/v0.10.1
449e70b4cf README: Update change history for version 0.10.1 with Anima model support
b237b8deb3 Merge pull request #2263 from kohya-ss/sd3
34e7138b6a Add/modify some implementation for anima (#2261)
9144463f7b Merge branch 'dev' into sd3
Compare 9 commits »
VictorMylle synced commits to dev at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-13 04:15:06 +00:00
ae72efb92b Merge pull request #2264 from kohya-ss/release/v0.10.1
449e70b4cf README: Update change history for version 0.10.1 with Anima model support
b237b8deb3 Merge pull request #2263 from kohya-ss/sd3
34e7138b6a Add/modify some implementation for anima (#2261)
9144463f7b Merge branch 'dev' into sd3
Compare 9 commits »
VictorMylle synced commits to main at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-13 04:15:06 +00:00
ae72efb92b Merge pull request #2264 from kohya-ss/release/v0.10.1
449e70b4cf README: Update change history for version 0.10.1 with Anima model support
b237b8deb3 Merge pull request #2263 from kohya-ss/sd3
34e7138b6a Add/modify some implementation for anima (#2261)
9144463f7b Merge branch 'dev' into sd3
Compare 6 commits »
VictorMylle synced and deleted reference refs/tags/refs/pull/2261/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-13 04:15:05 +00:00
VictorMylle synced and deleted reference refs/tags/feat-anima-polish at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-13 04:15:05 +00:00
VictorMylle synced commits to refs/pull/2261/head at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-12 20:05:11 +00:00
18e017bec1 feat: add note on PyTorch version requirement to prevent NaN loss
e3d8698656 feat: add clarification on learning rate adjustments
cff10434e2 feat: update caption dropout documentation to clarify cache regeneration requirement
9a607bec43 feat: improve ComfyUI conversion script with prefix constants and module name adjustments
326c425a5b feat: enhance LoRA weight handling in model loading and add text encoder loading function
Compare 6 commits »
VictorMylle synced commits to refs/pull/2261/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-12 20:05:11 +00:00
18e017bec1 feat: add note on PyTorch version requirement to prevent NaN loss
e3d8698656 feat: add clarification on learning rate adjustments
cff10434e2 feat: update caption dropout documentation to clarify cache regeneration requirement
9a607bec43 feat: improve ComfyUI conversion script with prefix constants and module name adjustments
Compare 7 commits »
VictorMylle synced commits to feat-anima-polish at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-12 20:05:10 +00:00
18e017bec1 feat: add note on PyTorch version requirement to prevent NaN loss
e3d8698656 feat: add clarification on learning rate adjustments
cff10434e2 feat: update caption dropout documentation to clarify cache regeneration requirement
9a607bec43 feat: improve ComfyUI conversion script with prefix constants and module name adjustments
326c425a5b feat: enhance LoRA weight handling in model loading and add text encoder loading function
Compare 6 commits »
VictorMylle synced commits to refs/pull/2261/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-12 03:45:07 +00:00
5948a59e89 feat: add script to convert LoRA format to ComfyUI compatible format (WIP, not tested yet)
cc1f57bc70 fix: review with Copilot
57aa70ea9e Update library/anima_train_utils.py
3612bedda6 Update anima_train.py
Compare 5 commits »
VictorMylle synced commits to feat-anima-polish at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-12 03:45:07 +00:00
5948a59e89 feat: add script to convert LoRA format to ComfyUI compatible format (WIP, not tested yet)
cc1f57bc70 fix: review with Copilot
57aa70ea9e Update library/anima_train_utils.py
3612bedda6 Update anima_train.py
Compare 4 commits »
VictorMylle synced commits to refs/pull/2261/head at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-12 03:45:07 +00:00
5948a59e89 feat: add script to convert LoRA format to ComfyUI compatible format (WIP, not tested yet)
cc1f57bc70 fix: review with Copilot
57aa70ea9e Update library/anima_train_utils.py
3612bedda6 Update anima_train.py
Compare 4 commits »
VictorMylle synced commits to refs/pull/2261/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-11 19:35:09 +00:00
29983f5ac3 Update anima_minimal_inference.py
07df0e54a0 Update library/safetensors_utils.py
82f963650b Update library/strategy_anima.py
59267d19f3 feat: optimize RMSNorm forward method and remove unused torch_attention_op
Compare 6 commits »
VictorMylle synced commits to refs/pull/2261/head at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-11 19:35:08 +00:00
29983f5ac3 Update anima_minimal_inference.py
07df0e54a0 Update library/safetensors_utils.py
82f963650b Update library/strategy_anima.py
59267d19f3 feat: optimize RMSNorm forward method and remove unused torch_attention_op
4b2283491e feat: add VAE chunking and caching options to reduce memory usage
Compare 5 commits »
VictorMylle synced commits to refs/pull/1713/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-11 19:35:08 +00:00
e21a7736f8 Support Anima model (#2260)
Compare 2 commits »
VictorMylle synced commits to feat-anima-polish at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-11 19:35:08 +00:00
29983f5ac3 Update anima_minimal_inference.py
07df0e54a0 Update library/safetensors_utils.py
82f963650b Update library/strategy_anima.py
59267d19f3 feat: optimize RMSNorm forward method and remove unused torch_attention_op
4b2283491e feat: add VAE chunking and caching options to reduce memory usage
Compare 5 commits »
VictorMylle synced commits to refs/pull/2261/head at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-11 11:25:07 +00:00
a7cd38dcaf feat: split CFG processing in do_sample function to reduce memory usage
9349c91c89 fix: remove unused code
b67cc5a457 feat: update Anima SAI model spec metadata handling
90725eba64 feat: support LORA for Qwen3
Compare 4 commits »
VictorMylle synced commits to refs/pull/2261/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-11 11:25:07 +00:00
a7cd38dcaf feat: split CFG processing in do_sample function to reduce memory usage
9349c91c89 fix: remove unused code
b67cc5a457 feat: update Anima SAI model spec metadata handling
90725eba64 feat: support LORA for Qwen3
Compare 5 commits »
VictorMylle synced commits to feat-anima-polish at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-11 11:25:06 +00:00
a7cd38dcaf feat: split CFG processing in do_sample function to reduce memory usage
9349c91c89 fix: remove unused code
b67cc5a457 feat: update Anima SAI model spec metadata handling
90725eba64 feat: support LORA for Qwen3
Compare 4 commits »
VictorMylle synced commits to refs/pull/2221/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-11 03:15:00 +00:00
e21a7736f8 Support Anima model (#2260)
Compare 2 commits »