Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
language:
|
3 |
- "en"
|
4 |
tags:
|
5 |
- video
|
@@ -19,21 +19,14 @@ Mochi 1 preview is an open state-of-the-art video generation model with high-fid
|
|
19 |
|
20 |
Clone the repository and install it in editable mode:
|
21 |
|
22 |
-
|
23 |
-
git clone https://github.com/genmoai/models
|
24 |
-
cd models
|
25 |
-
pip install setuptools psutil
|
26 |
-
pip install -e . --no-build-isolation
|
27 |
-
```
|
28 |
-
|
29 |
-
For a faster installation, use [uv](https://github.com/astral-sh/uv):
|
30 |
|
31 |
```bash
|
32 |
git clone https://github.com/genmoai/models
|
33 |
-
cd models
|
34 |
pip install uv
|
35 |
uv venv .venv
|
36 |
-
source venv/bin/activate
|
37 |
uv pip install -e .
|
38 |
```
|
39 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
- "en"
|
4 |
tags:
|
5 |
- video
|
|
|
19 |
|
20 |
Clone the repository and install it in editable mode:
|
21 |
|
22 |
+
Install using [uv](https://github.com/astral-sh/uv):
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
```bash
|
25 |
git clone https://github.com/genmoai/models
|
26 |
+
cd models
|
27 |
pip install uv
|
28 |
uv venv .venv
|
29 |
+
source .venv/bin/activate
|
30 |
uv pip install -e .
|
31 |
```
|
32 |
|