Update README.md
This commit is contained in:
parent
044aee8cba
commit
c9d68daa5a
15
README.md
15
README.md
@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
language:
|
language:
|
||||||
- "en"
|
- "en"
|
||||||
tags:
|
tags:
|
||||||
- video
|
- video
|
||||||
@ -19,21 +19,14 @@ Mochi 1 preview is an open state-of-the-art video generation model with high-fid
|
|||||||
|
|
||||||
Clone the repository and install it in editable mode:
|
Clone the repository and install it in editable mode:
|
||||||
|
|
||||||
```bash
|
Install using [uv](https://github.com/astral-sh/uv):
|
||||||
git clone https://github.com/genmoai/models
|
|
||||||
cd models
|
|
||||||
pip install setuptools psutil
|
|
||||||
pip install -e . --no-build-isolation
|
|
||||||
```
|
|
||||||
|
|
||||||
For a faster installation, use [uv](https://github.com/astral-sh/uv):
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/genmoai/models
|
git clone https://github.com/genmoai/models
|
||||||
cd models
|
cd models
|
||||||
pip install uv
|
pip install uv
|
||||||
uv venv .venv
|
uv venv .venv
|
||||||
source venv/bin/activate
|
source .venv/bin/activate
|
||||||
uv pip install -e .
|
uv pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user