Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,9 @@ dmypy.json
# Cython debug symbols

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for contributing to the package!
General comment:
Please use commit messages that match the regex pattern: .: [A-Z].

cython_debug/

# vscode
.vscode/

# PyCharm
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
Expand All @@ -163,4 +166,5 @@ cython_debug/

# From inference.py
outputs/
video_output_*.mp4
video_output_*.mp4
MODEL_DIR/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ cd LTX-Video
# create env
python -m venv env
source env/bin/activate
python -m pip install -e .\[inference-script\]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix the Readme to point to the new location of inference.py

python -m pip install -e .
```

### Inference
Expand Down
Loading