Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fireicewolf/sd-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: kohya-ss/sd-scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 18 commits
  • 17 files changed
  • 8 contributors

Commits on Feb 3, 2025

  1. 不要な警告の削除

    (おそらく kohya-ss@be14c06 の修正漏れ )
    tsukimiya committed Feb 3, 2025
    Configuration menu
    Copy the full SHA
    4a71687 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2025

  1. Remove position_ids for V2

    The postions_ids cause errors for the newer version of transformer.
    This has already been fixed in convert_ldm_clip_checkpoint_v1() but
    not in v2.
    The new code applies the same fix to convert_ldm_clip_checkpoint_v2().
    yidiq7 committed Feb 20, 2025
    Configuration menu
    Copy the full SHA
    13df475 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Merge pull request kohya-ss#1945 from yidiq7/dev

    Remove position_ids for V2
    kohya-ss authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    59ae9ea View commit details
    Browse the repository at this point in the history
  2. Merge pull request kohya-ss#1918 from tsukimiya/fix_vperd_warning

    Remove v-pred warning.
    kohya-ss authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    386b733 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

  1. Update IPEX libs

    Disty0 committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    f68702f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Merge pull request kohya-ss#1953 from Disty0/dev

    Update IPEX libs
    kohya-ss authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    b286304 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. Fix [occasionally] missing text encoder attn modules

    Should fix kohya-ss#1952
    I added alternative name for CLIPAttention.
    I have no idea why this name changed.
    Now it should accept both names.
    Ivan Chikish committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    acdca2a View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Configuration menu
    Copy the full SHA
    3f49053 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Merge pull request kohya-ss#1964 from Nekotekina/main

    Fix missing text encoder attn modules
    kohya-ss authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    367f348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f4ee8f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into dev

    kohya-ss committed Mar 21, 2025
    Configuration menu
    Copy the full SHA
    5253a38 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Merge pull request kohya-ss#1966 from sdbds/faster_fix_sdxl

    Fatser fix bug for SDXL super SD1.5 assert cant use 32
    kohya-ss authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    a0f1173 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2025

  1. Update train_network.py

    DKnight54 authored Mar 28, 2025
    Configuration menu
    Copy the full SHA
    381303d View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2025

  1. Merge pull request kohya-ss#2015 from DKnight54/uncache_vae_batch

    Using --vae_batch_size to set batch size for dynamic latent generation
    kohya-ss authored Apr 7, 2025
    Configuration menu
    Copy the full SHA
    52c8dec View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. Create FUNDING.yml

    kohya-ss authored Apr 27, 2025
    Configuration menu
    Copy the full SHA
    f0b07c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b25de1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2025

  1. Configuration menu
    Copy the full SHA
    4625b34 View commit details
    Browse the repository at this point in the history
  2. Merge pull request kohya-ss#2070 from kohya-ss/fix-mean-ar-error-nan

    Fix mean image aspect ratio error calculation to avoid NaN values
    kohya-ss authored Apr 29, 2025
    Configuration menu
    Copy the full SHA
    a21b6a9 View commit details
    Browse the repository at this point in the history
Loading