VictorMylle
  • Joined on 2020-11-27
VictorMylle synced commits to refs/pull/1906/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-24 09:45:10 +00:00
2217704ce1 feat: Support LoKr/LoHa for SDXL and Anima (#2275)
f90fa1a89a feat: backward compatibility for SD/SDXL latent cache (#2276)
98a42e4cd6 Merge pull request #2277 from kohya-ss/feat-stability-with-fp16-for-anima
892f8be78f fix: cast input tensor to float32 for improved numerical stability in residual connections
Compare 8 commits »
VictorMylle synced commits to refs/pull/1895/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-24 09:45:09 +00:00
2217704ce1 feat: Support LoKr/LoHa for SDXL and Anima (#2275)
f90fa1a89a feat: backward compatibility for SD/SDXL latent cache (#2276)
98a42e4cd6 Merge pull request #2277 from kohya-ss/feat-stability-with-fp16-for-anima
892f8be78f fix: cast input tensor to float32 for improved numerical stability in residual connections
Compare 8 commits »
VictorMylle synced commits to refs/pull/1873/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-24 09:45:09 +00:00
2217704ce1 feat: Support LoKr/LoHa for SDXL and Anima (#2275)
f90fa1a89a feat: backward compatibility for SD/SDXL latent cache (#2276)
98a42e4cd6 Merge pull request #2277 from kohya-ss/feat-stability-with-fp16-for-anima
892f8be78f fix: cast input tensor to float32 for improved numerical stability in residual connections
Compare 8 commits »
VictorMylle synced commits to refs/pull/2273/head at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 17:25:24 +00:00
1e4f55cc53 Minor fix
5af418025d Move filtering to __init__
3cdd62bbbf Change skip_image_resolution to tuple
Compare 3 commits »
VictorMylle synced commits to refs/pull/2275/head at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 17:25:24 +00:00
95c599fcff Merge branch 'feat-support-lokr-loha' of https://github.com/kohya-ss/sd-scripts into feat-support-lokr-loha
c11d94727d fix: refactor LoHa and LoKr imports for weight merging in load_safetensors_with_lora_and_fp8 function
f400598d7d Update docs/loha_lokr.md
f9bbe8f3b6 Update networks/network_base.py
62db7eb205 doc: add documentation for LoHa and LoKr fine-tuning methods
Compare 7 commits »
VictorMylle synced commits to refs/pull/2273/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 17:25:24 +00:00
1e4f55cc53 Minor fix
5af418025d Move filtering to __init__
3cdd62bbbf Change skip_image_resolution to tuple
Compare 4 commits »
VictorMylle synced and deleted reference refs/tags/refs/pull/2275/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 17:25:23 +00:00
VictorMylle synced and deleted reference refs/tags/feat-support-lokr-loha at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 17:25:23 +00:00
VictorMylle synced and deleted reference refs/tags/refs/pull/2276/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 17:25:23 +00:00
VictorMylle synced commits to sd3 at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 17:25:23 +00:00
2217704ce1 feat: Support LoKr/LoHa for SDXL and Anima (#2275)
f90fa1a89a feat: backward compatibility for SD/SDXL latent cache (#2276)
98a42e4cd6 Merge pull request #2277 from kohya-ss/feat-stability-with-fp16-for-anima
892f8be78f fix: cast input tensor to float32 for improved numerical stability in residual connections
Compare 4 commits »
VictorMylle synced commits to refs/pull/2187/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 17:25:23 +00:00
50694df3cf Multi-resolution dataset for SD1/SDXL (#2269)
609d1292f6 Fix the LoRA dropout issue in the Anima model during LoRA training. (#2272)
48d368fa55 Merge pull request #2268 from kohya-ss/sd3
Compare 4 commits »
VictorMylle synced and deleted reference refs/tags/feat-make-multi-reso-sd-sdxl-fallback-backward-compatible at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 17:25:22 +00:00
VictorMylle synced commits to sd3 at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 09:15:10 +00:00
50694df3cf Multi-resolution dataset for SD1/SDXL (#2269)
609d1292f6 Fix the LoRA dropout issue in the Anima model during LoRA training. (#2272)
48d368fa55 Merge pull request #2268 from kohya-ss/sd3
Compare 3 commits »
VictorMylle synced commits to feat-support-lokr-loha at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 09:15:10 +00:00
5978694223 doc: add dtype comment for load_safetensors_with_lora_and_fp8 function
2c2e2e02d7 fix: rank dropout handling in LoRAModule for Conv2d and Linear layers, see #2272 for details
eb3af82252 Merge branch 'sd3' into feat-support-lokr-loha
609d1292f6 Fix the LoRA dropout issue in the Anima model during LoRA training. (#2272)
8fd25dbc71 Merge branch 'sd3' into feat-support-lokr-loha
Compare 11 commits »
VictorMylle synced new reference feat-make-multi-reso-sd-sdxl-fallback-backward-compatible to VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 09:15:10 +00:00
VictorMylle synced and deleted reference refs/tags/refs/pull/2272/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 09:15:09 +00:00
VictorMylle synced and deleted reference refs/tags/refs/pull/2269/merge at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 09:15:09 +00:00
VictorMylle synced commits to refs/pull/1950/head at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-23 01:04:58 +00:00
VictorMylle synced commits to refs/pull/2272/head at VictorMylle/Kohya-ss-sd-scripts from mirror 2026-02-22 16:55:07 +00:00
b97045f65e Update document
87a4e5827b Remove network_reg_alphas
Compare 2 commits »