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

ByteDance/AnimateDiff-Lightning text2vid support #54

Draft
wants to merge 27 commits into
base: text-to-video
Choose a base branch
from

Commits on Apr 7, 2024

  1. ci: implement issue templates for automated labeling (#48)

    This commit introduces issue templates to streamline the submission
    process for bug reports and feature requests. With these templates in
    place, contributors will have clear guidance on how
    rickstaa committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    8f85c63 View commit details
    Browse the repository at this point in the history
  2. ci: improve issue templates config

    This commit updates the issue templates config file so that the discord
    link description is improved.
    rickstaa committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    c32f7ee View commit details
    Browse the repository at this point in the history
  3. ci: fix ISSUE template yaml syntax errors

    This commit fixes some yaml syntax errors.
    rickstaa committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    a0641cf View commit details
    Browse the repository at this point in the history
  4. ci: fix syntax error in issue templates config

    This commit fixes the ISSUE templates config.
    rickstaa committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    3c297ca View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. perf: pre-warm ImageToVideo SFAST pipeline (#57)

    This commit ensures that the model is pre-traced when SFAST is enabled
    for the ImageToVideo pipeline. Without this pre-tracing the first
    request will be slower than a non SFAST call.
    rickstaa committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bfacd08 View commit details
    Browse the repository at this point in the history
  2. docs: update development documentation (#58)

    This commit updates the development documentation to ensure that the
    right vscode config is used.
    rickstaa committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8f71f3b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71e5e0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97469ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf738f8 View commit details
    Browse the repository at this point in the history
  6. Some missing stuff

    stronk-dev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ff078b4 View commit details
    Browse the repository at this point in the history
  7. Regen runner code

    stronk-dev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    35bfb44 View commit details
    Browse the repository at this point in the history
  8. Fix response type

    stronk-dev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    fbdbdd7 View commit details
    Browse the repository at this point in the history
  9. Fix call to model

    stronk-dev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c03e2f4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d0bb9d View commit details
    Browse the repository at this point in the history
  11. Use correct diffuser

    stronk-dev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5261ffe View commit details
    Browse the repository at this point in the history
  12. Remove incompatible params

    stronk-dev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f58a6ba View commit details
    Browse the repository at this point in the history
  13. ibid

    stronk-dev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    56d713e View commit details
    Browse the repository at this point in the history
  14. ibid

    stronk-dev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c6028b6 View commit details
    Browse the repository at this point in the history
  15. Remove unused PIL code

    stronk-dev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    be9b829 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9d72475 View commit details
    Browse the repository at this point in the history
  17. Fix

    stronk-dev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f34b2c7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    51d9ad1 View commit details
    Browse the repository at this point in the history
  19. Tweaks

    stronk-dev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6bcbf29 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    aa809ee View commit details
    Browse the repository at this point in the history
  21. add RealisticVision

    stronk-dev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b4458f3 View commit details
    Browse the repository at this point in the history
  22. Remove leftovers

    stronk-dev committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    afbe895 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    87b849a View commit details
    Browse the repository at this point in the history