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

Stable Diffusion 1.5 and Stable Diffusion XL Tutorials #82

Merged
merged 86 commits into from
Mar 2, 2024

Commits on Feb 26, 2024

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

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    d907813 View commit details
    Browse the repository at this point in the history
  2. update client, model

    nnshah1 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    92b49ea View commit details
    Browse the repository at this point in the history
  3. updated to create a backend

    nnshah1 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2140339 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    141010c View commit details
    Browse the repository at this point in the history
  5. updated with version info

    nnshah1 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    887f086 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Configuration menu
    Copy the full SHA
    3619b76 View commit details
    Browse the repository at this point in the history
  2. remove multi gpu instance capability - not supported

    Neelay Shah committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    968a0f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41db857 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. update docker ignore for onnx directories

    Neelay Shah committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    ee0125b View commit details
    Browse the repository at this point in the history
  2. update with arg to build models

    Neelay Shah committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2dd3cbd View commit details
    Browse the repository at this point in the history
  3. updating with basic client

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1bea74e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4096e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a73e57e View commit details
    Browse the repository at this point in the history
  6. Adding documentation

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f289784 View commit details
    Browse the repository at this point in the history
  7. updated

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    4a38b6c View commit details
    Browse the repository at this point in the history
  8. updates

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    66e5e2d View commit details
    Browse the repository at this point in the history
  9. updates

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    16abc4b View commit details
    Browse the repository at this point in the history
  10. updates

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2588c78 View commit details
    Browse the repository at this point in the history
  11. update relative link

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e60a920 View commit details
    Browse the repository at this point in the history
  12. updates

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    556bd9f View commit details
    Browse the repository at this point in the history
  13. updated

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    e898c7b View commit details
    Browse the repository at this point in the history
  14. removing unused imports

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    66b4c97 View commit details
    Browse the repository at this point in the history
  15. update with timeout

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1c319d6 View commit details
    Browse the repository at this point in the history
  16. fix typo

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d7b2880 View commit details
    Browse the repository at this point in the history
  17. fix typo

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    1926c2f View commit details
    Browse the repository at this point in the history
  18. updates

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    f96c073 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    516b5e2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3334a46 View commit details
    Browse the repository at this point in the history
  21. Update Popular_Models_Guide/StableDiffusion/run.sh

    Co-authored-by: Ryan McCormick <[email protected]>
    nnshah1 and rmccorm4 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    d277c55 View commit details
    Browse the repository at this point in the history
  22. Update Popular_Models_Guide/StableDiffusion/README.md

    Co-authored-by: Ryan McCormick <[email protected]>
    nnshah1 and rmccorm4 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    de633d4 View commit details
    Browse the repository at this point in the history
  23. remove unused imports

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    fc39e0d View commit details
    Browse the repository at this point in the history
  24. Update Popular_Models_Guide/StableDiffusion/README.md

    Co-authored-by: Francesco Petrini <[email protected]>
    nnshah1 and fpetrini15 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3f4f37f View commit details
    Browse the repository at this point in the history
  25. Update Popular_Models_Guide/StableDiffusion/README.md

    Co-authored-by: Francesco Petrini <[email protected]>
    nnshah1 and fpetrini15 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3969235 View commit details
    Browse the repository at this point in the history
  26. Update Popular_Models_Guide/StableDiffusion/README.md

    Co-authored-by: Francesco Petrini <[email protected]>
    nnshah1 and fpetrini15 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    44cbe6a View commit details
    Browse the repository at this point in the history
  27. Update Popular_Models_Guide/StableDiffusion/README.md

    Co-authored-by: Francesco Petrini <[email protected]>
    nnshah1 and fpetrini15 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    378d685 View commit details
    Browse the repository at this point in the history
  28. Update Popular_Models_Guide/StableDiffusion/README.md

    Co-authored-by: Francesco Petrini <[email protected]>
    nnshah1 and fpetrini15 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    a1d40d0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    153e87f View commit details
    Browse the repository at this point in the history
  30. Update Popular_Models_Guide/StableDiffusion/client.py

    Co-authored-by: Francesco Petrini <[email protected]>
    nnshah1 and fpetrini15 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    10b0d1a View commit details
    Browse the repository at this point in the history
  31. Update Popular_Models_Guide/StableDiffusion/run.sh

    Co-authored-by: Francesco Petrini <[email protected]>
    nnshah1 and fpetrini15 authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    3055749 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    160599e View commit details
    Browse the repository at this point in the history
  33. updated with copyright

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9c305d6 View commit details
    Browse the repository at this point in the history
  34. update copyright

    nnshah1 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    85a2b42 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. added missing scripts

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a57e59b View commit details
    Browse the repository at this point in the history
  2. Update Popular_Models_Guide/StableDiffusion/README.md

    Co-authored-by: Francesco Petrini <[email protected]>
    nnshah1 and fpetrini15 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6e275a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71c07aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec2e1be View commit details
    Browse the repository at this point in the history
  5. Update Popular_Models_Guide/StableDiffusion/client.py

    Co-authored-by: Katherine Yang <[email protected]>
    nnshah1 and jbkyang-nvi authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    394d97a View commit details
    Browse the repository at this point in the history
  6. Update Popular_Models_Guide/StableDiffusion/diffusion-models/stable_d…

    …iffusion_1_5/config.pbtxt
    
    Co-authored-by: Katherine Yang <[email protected]>
    nnshah1 and jbkyang-nvi authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    64a4a61 View commit details
    Browse the repository at this point in the history
  7. fixed indexing in batches

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bca243b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2e82bd7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b2f8dc View commit details
    Browse the repository at this point in the history
  10. Update Popular_Models_Guide/StableDiffusion/README.md

    Co-authored-by: Katherine Yang <[email protected]>
    nnshah1 and jbkyang-nvi authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7f28092 View commit details
    Browse the repository at this point in the history
  11. updated language

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a6da3a1 View commit details
    Browse the repository at this point in the history
  12. updated with new line

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    de26e85 View commit details
    Browse the repository at this point in the history
  13. clean up of docker ignore

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    83d6188 View commit details
    Browse the repository at this point in the history
  14. update to test url reference

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    c069424 View commit details
    Browse the repository at this point in the history
  15. updated

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    6cb73b3 View commit details
    Browse the repository at this point in the history
  16. update with reference test

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3ca7e13 View commit details
    Browse the repository at this point in the history
  17. updated

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    3446345 View commit details
    Browse the repository at this point in the history
  18. Update Popular_Models_Guide/StableDiffusion/diffusion-models/stable_d…

    …iffusion_xl/config.pbtxt
    
    Co-authored-by: Katherine Yang <[email protected]>
    nnshah1 and jbkyang-nvi authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    00c2fc7 View commit details
    Browse the repository at this point in the history
  19. remove comments

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    1323588 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f5f110c View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6d5010d View commit details
    Browse the repository at this point in the history
  22. updated

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8937d77 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    332d930 View commit details
    Browse the repository at this point in the history
  24. updated for latest 24.01

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a1c49a4 View commit details
    Browse the repository at this point in the history
  25. updated for 24.01

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9e0fb84 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    20bb6fd View commit details
    Browse the repository at this point in the history
  27. updated

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    fbb7f22 View commit details
    Browse the repository at this point in the history
  28. tweak

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    01778d4 View commit details
    Browse the repository at this point in the history
  29. updated

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e75d4f9 View commit details
    Browse the repository at this point in the history
  30. updated

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    35a2ad7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    d0dc0c0 View commit details
    Browse the repository at this point in the history
  32. Update Triton_Inference_Server_Python_API/README.md

    Co-authored-by: Ryan McCormick <[email protected]>
    nnshah1 and rmccorm4 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d9654ee View commit details
    Browse the repository at this point in the history
  33. updated misspelling

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    f3971a3 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    45032d3 View commit details
    Browse the repository at this point in the history
  35. updated references

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5a8ff84 View commit details
    Browse the repository at this point in the history
  36. updating links

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    0f9704e View commit details
    Browse the repository at this point in the history
  37. updating

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d269e37 View commit details
    Browse the repository at this point in the history
  38. updated

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    8b55dd7 View commit details
    Browse the repository at this point in the history
  39. Update README.md

    nnshah1 authored Mar 1, 2024
    Configuration menu
    Copy the full SHA
    023fff6 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b8b712b View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    2fdbf3b View commit details
    Browse the repository at this point in the history
  42. updated to remove reference

    nnshah1 committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    9354288 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2024

  1. Update Popular_Models_Guide/StableDiffusion/README.md

    Co-authored-by: Francesco Petrini <[email protected]>
    nnshah1 and fpetrini15 authored Mar 2, 2024
    Configuration menu
    Copy the full SHA
    106d948 View commit details
    Browse the repository at this point in the history