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

Add Stable Diffusion demo #100

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from
Draft

Commits on Oct 14, 2024

  1. Initial DemoDiffusion

    Signed-off-by: Akhil Goel <[email protected]>
    akhilg-nv committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0844448 View commit details
    Browse the repository at this point in the history
  2. Clean up example code

    Signed-off-by: Akhil Goel <[email protected]>
    akhilg-nv committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4cde9d2 View commit details
    Browse the repository at this point in the history
  3. Fix accuracy regression, resume clean-up

    Root cause: Index for denoising timesteps were reversed while
    refactoring.
    
    Signed-off-by: Akhil Goel <[email protected]>
    akhilg-nv committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a628278 View commit details
    Browse the repository at this point in the history
  4. Remove inlined CLIP model, use K-LMS scheduler for HF

    Signed-off-by: Akhil Goel <[email protected]>
    akhilg-nv committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7958303 View commit details
    Browse the repository at this point in the history
  5. Add accuracy test

    Signed-off-by: Akhil Goel <[email protected]>
    akhilg-nv committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    412746c View commit details
    Browse the repository at this point in the history
  6. Split and simplify model code

    Signed-off-by: Akhil Goel <[email protected]>
    akhilg-nv committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    33f4257 View commit details
    Browse the repository at this point in the history
  7. Add fp16 support

    Signed-off-by: Akhil Goel <[email protected]>
    akhilg-nv committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    57ba269 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25ecf87 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

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