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"
|
||||
tags:
|
||||
- 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:
|
||||
|
||||
```bash
|
||||
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):
|
||||
Install using [uv](https://github.com/astral-sh/uv):
|
||||
|
||||
```bash
|
||||
git clone https://github.com/genmoai/models
|
||||
cd models
|
||||
cd models
|
||||
pip install uv
|
||||
uv venv .venv
|
||||
source venv/bin/activate
|
||||
source .venv/bin/activate
|
||||
uv pip install -e .
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user