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 StableDiffusionInpaint pipeline #760

Merged
merged 14 commits into from
Dec 2, 2022

Commits on Nov 30, 2022

  1. Update Inpaint pipeline

    joey12300 committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    239d42d View commit details
    Browse the repository at this point in the history
  2. Update concat

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

Commits on Dec 1, 2022

  1. Add GaussianRandomKernel

    joey12300 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    895e5d0 View commit details
    Browse the repository at this point in the history
  2. Update GaussianRandom

    joey12300 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    9717961 View commit details
    Browse the repository at this point in the history
  3. Add vae endoder

    joey12300 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    4fcaa54 View commit details
    Browse the repository at this point in the history
  4. Add unet infer

    joey12300 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    400d6b5 View commit details
    Browse the repository at this point in the history
  5. Add vae decoder predict

    joey12300 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    90e40c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0133c22 View commit details
    Browse the repository at this point in the history
  7. Add imwrite

    joey12300 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    50784e3 View commit details
    Browse the repository at this point in the history
  8. Add time counter

    joey12300 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    1ed6e29 View commit details
    Browse the repository at this point in the history
  9. Fix pipeline

    joey12300 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    c3e686f View commit details
    Browse the repository at this point in the history
  10. use FDTensor move

    joey12300 committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e549222 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. Configuration menu
    Copy the full SHA
    23cb00d View commit details
    Browse the repository at this point in the history
  2. Add RGB2BGR

    joey12300 committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    cb65b3b View commit details
    Browse the repository at this point in the history