Update README.md

This commit is contained in:
Vedant Roy 2024-10-22 10:33:32 +00:00 committed by system
parent 044aee8cba
commit c9d68daa5a
No known key found for this signature in database
GPG Key ID: 6A528E38E0733467

@ -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 .
``` ```