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: leejet/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: flux
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 25 files changed
  • 2 contributors

Commits on Aug 21, 2024

  1. add flux support

    leejet committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    00b542d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8650b87 View commit details
    Browse the repository at this point in the history
  3. fix schnell support

    leejet committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    77ca8e3 View commit details
    Browse the repository at this point in the history
  4. add k quants support

    leejet committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e91ce4f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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

Commits on Aug 24, 2024

  1. add inplace conversion support for f8_e4m3 (#359)

    in the same way it is done for bf16
    like how bf16 converts losslessly to fp32,
    f8_e4m3 converts losslessly to fp16
    Green-Sky authored Aug 24, 2024
    Configuration menu
    Copy the full SHA
    d8c65b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46eeff5 View commit details
    Browse the repository at this point in the history
  3. update docs

    leejet committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    d04248f View commit details
    Browse the repository at this point in the history
Loading