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 video source #2

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open

Add video source #2

wants to merge 23 commits into from

Commits on Jul 7, 2024

  1. less cuda reliant

    kijai committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    a8aabdd View commit details
    Browse the repository at this point in the history
  2. docs: update readme.md

    encironment -> environment
    eltociear authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    3cdde5c View commit details
    Browse the repository at this point in the history
  3. Merge pull request kijai#37 from eltociear/patch-1

    docs: update readme.md
    kijai authored Jul 7, 2024
    Configuration menu
    Copy the full SHA
    41d866c View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Add dtype choice

    kijai committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    9826cf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65574a6 View commit details
    Browse the repository at this point in the history
  3. onnx device select

    kijai committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2533e6a View commit details
    Browse the repository at this point in the history
  4. default to cpu for onnx

    just faster for me
    kijai committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    1f28e12 View commit details
    Browse the repository at this point in the history
  5. initial

    too much diff due to formatting
    melMass committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    72bb691 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24c6562 View commit details
    Browse the repository at this point in the history
  7. trying reference frame

    melMass committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    bf3410c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c7db3c View commit details
    Browse the repository at this point in the history
  9. fix issues from merge

    melMass committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    eb5fddf View commit details
    Browse the repository at this point in the history
  10. remove reference frame attempt

    also use batches for driving when either retargetting is enabled
    melMass committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    68d0ddf View commit details
    Browse the repository at this point in the history
  11. fix relative mode

    use R_d_0 instead of source
    melMass committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e724da1 View commit details
    Browse the repository at this point in the history
  12. remove unused imports

    melMass committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    8509d9a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. fix: 🐛 pyright settings

    melMass committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4e78a7c View commit details
    Browse the repository at this point in the history
  2. style: 💎 use pathlib

    melMass committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e367053 View commit details
    Browse the repository at this point in the history
  3. fix: 🐛 bring some stuff from use_patch

    The patch idea was abandonned because upstream code needs too
    many edits
    melMass committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c75c809 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7a0d4f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b316df6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    714e1b7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96718fc View commit details
    Browse the repository at this point in the history
  8. chore: 🧹 format

    melMass committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    48a1fb7 View commit details
    Browse the repository at this point in the history