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: daniandtheweb/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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 22 files changed
  • 3 contributors

Commits on Nov 11, 2025

  1. Configuration menu
    Copy the full SHA
    4ffcbca View commit details
    Browse the repository at this point in the history
  2. chrore: enable Windows ROCm(HIP) build release (leejet#956)

    * build: fix missing commit sha in macOS and Ubuntu build zip name
    
    The build workflows for macOS and Ubuntu incorrectly check for the
    "main" branch instead of "master" when retrieving the commit hash for
    naming the build artifacts.
    
    * build: correct Vulkan SDK installation condition in build workflow
    
    * build: Enable Windows ROCm(HIP) build release
    
    Refer to the build workflow of llama.cpp to add a Windows ROCm (HIP)
    build release to the workflow.
    Since there are many differences between the HIP build and other
    builds, this commit add a separate "windows-latest-cmake-hip" job,
    instead of enabling the ROCm matrix entry in the existing Windows
    build job.
    
    Main differences include:
    
    - Install ROCm SDK from AMD official installer.
    - Add a cache step for ROCm installation and a ccache step for build
      processing, since the HIP build takes much longer time than other
      builds.
    - Include the ROCm/HIP artifact in the release assets.
    lcy0321 authored Nov 11, 2025
    Configuration menu
    Copy the full SHA
    59ebdf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

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