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: anr2me/stable-diffusion.cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: leejet/stable-diffusion.cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 10 files changed
  • 7 contributors

Commits on Jul 2, 2025

  1. Configuration menu
    Copy the full SHA
    83ef4e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0927e8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a8ff2e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. Configuration menu
    Copy the full SHA
    8d0819c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bae667 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2025

  1. Configuration menu
    Copy the full SHA
    76c7262 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19fbfd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2025

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

Commits on Jul 6, 2025

  1. Configuration menu
    Copy the full SHA
    b9e4718 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    225162f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dafc32d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

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

Commits on Jul 12, 2025

  1. feat: add Instruct-Pix2pix/CosXL-Edit support (leejet#679)

    * Instruct-p2p support
    
    * support 2 conditionings cfg
    
    * Do not re-encode the exact same image twice
    
    * fixes for 2-cfg
    
    * Fix pix2pix latent inputs + improve inpainting a bit + fix naming
    
    * prepare for other pix2pix-like models
    
    * Support sdxl ip2p
    
    * fix reference image embeddings
    
    * Support 2-cond cfg properly in cli
    
    * fix typo in help
    
    * Support masks for ip2p models
    
    * unify code style
    
    * delete unused code
    
    * use edit mode
    
    * add img_cond
    
    * format code
    
    ---------
    
    Co-authored-by: leejet <leejet714@gmail.com>
    stduhpf and leejet authored Jul 12, 2025
    Configuration menu
    Copy the full SHA
    a772dca View commit details
    Browse the repository at this point in the history
Loading