File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ source .venv/bin/activate # or: source .venv/bin/activate.fish
5757
5858uv pip install -r requirements.txt
5959uv pip install \
60- " ltx-core-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.5.0 #subdirectory=packages/ltx-core-mlx" \
61- " ltx-pipelines-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.5.0 #subdirectory=packages/ltx-pipelines-mlx"
60+ " ltx-core-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.8.3 #subdirectory=packages/ltx-core-mlx" \
61+ " ltx-pipelines-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.8.3 #subdirectory=packages/ltx-pipelines-mlx"
6262```
6363
6464Use ` pip ` instead of ` uv pip ` if you prefer.
Original file line number Diff line number Diff line change @@ -585,9 +585,9 @@ def load(self) -> None:
585585 "Missing ltx_pipelines_mlx. Install the MLX monorepo packages, e.g.:\n "
586586 " uv pip install \\ \n "
587587 " \" ltx-core-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git"
588- "@v0.5.0 #subdirectory=packages/ltx-core-mlx\" \\ \n "
588+ "@v0.8.3 #subdirectory=packages/ltx-core-mlx\" \\ \n "
589589 " \" ltx-pipelines-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git"
590- "@v0.5.0 #subdirectory=packages/ltx-pipelines-mlx\" "
590+ "@v0.8.3 #subdirectory=packages/ltx-pipelines-mlx\" "
591591 ) from e
592592 path = self ._resolve_model_dir ()
593593 self ._model_path = path
Original file line number Diff line number Diff line change 33Pillow >= 10.0
44huggingface_hub >= 0.20.0
55
6- # MLX LTX-2.3 (Apple Silicon) — ltx-2-mlx v0.5.0 (PyPI TBD):
6+ # MLX LTX-2.3 (Apple Silicon) — ltx-2-mlx v0.8.3 (PyPI TBD):
77# uv pip install \
8- # "ltx-core-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.5.0 #subdirectory=packages/ltx-core-mlx" \
9- # "ltx-pipelines-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.5.0 #subdirectory=packages/ltx-pipelines-mlx"
8+ # "ltx-core-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.8.3 #subdirectory=packages/ltx-core-mlx" \
9+ # "ltx-pipelines-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git@v0.8.3 #subdirectory=packages/ltx-pipelines-mlx"
1010#
1111# Upstream: https://github.com/dgrauet/ltx-2-mlx
Original file line number Diff line number Diff line change @@ -101,9 +101,9 @@ def resolve_interpreter(
101101 " uv pip install -r requirements.txt\n "
102102 " uv pip install \\ \n "
103103 ' "ltx-core-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git'
104- '@v0.5.0 #subdirectory=packages/ltx-core-mlx" \\ \n '
104+ '@v0.8.3 #subdirectory=packages/ltx-core-mlx" \\ \n '
105105 ' "ltx-pipelines-mlx @ git+https://github.com/dgrauet/ltx-2-mlx.git'
106- '@v0.5.0 #subdirectory=packages/ltx-pipelines-mlx"\n \n '
106+ '@v0.8.3 #subdirectory=packages/ltx-pipelines-mlx"\n \n '
107107 "Then re-run this script (it uses .venv/bin/python3 automatically).\n \n "
108108 "Escape hatch (not recommended): --allow-system-python\n " ,
109109 file = sys .stderr ,
You can’t perform that action at this time.
0 commit comments