Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Diffusion] Add C++ dpm solver #714

Merged
merged 16 commits into from
Nov 30, 2022

Commits on Nov 28, 2022

  1. Add BetaForAlphaBar, ConvertModelOutput, SetTimesteps, and constructo…

    …r for DPMSolverMultistepScheduler
    joey12300 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    9def8b2 View commit details
    Browse the repository at this point in the history
  2. tmp

    joey12300 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    0f857a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c56cec View commit details
    Browse the repository at this point in the history
  4. Add ScaleModelInput

    joey12300 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    3965ce8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7a91ee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    022b214 View commit details
    Browse the repository at this point in the history
  7. Add Step

    joey12300 committed Nov 28, 2022
    Configuration menu
    Copy the full SHA
    c511fa5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Add FASTDEPLOY_DECL

    joey12300 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    527a6af View commit details
    Browse the repository at this point in the history
  2. Add AddNoise

    joey12300 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    01b79f2 View commit details
    Browse the repository at this point in the history
  3. Fix operator

    joey12300 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    1ffef1a View commit details
    Browse the repository at this point in the history
  4. update

    joey12300 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    af52456 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dac8ee2 View commit details
    Browse the repository at this point in the history
  6. Upgrade Slice

    joey12300 committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    d8eb7db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    962e83f View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. remove FASTDEPLOY_DECL

    joey12300 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5f47104 View commit details
    Browse the repository at this point in the history
  2. Add config for dpm solver

    joey12300 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    5228999 View commit details
    Browse the repository at this point in the history