Skip to content

Commit 0affacb

Browse files
authored
Update README.md (#59)
Install diffusers from source to address #46
1 parent 7a6dff2 commit 0affacb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Fine-tune Cog family of video models for custom video generation under 24GB of G
1212

1313
## Quickstart
1414

15-
Clone the repository and make sure the requirements are installed: `pip install -r requirements.txt`.
15+
Clone the repository and make sure the requirements are installed: `pip install -r requirements.txt` and install diffusers from source by `pip install git+https://github.com/huggingface/diffusers`.
1616

1717
Then download a dataset:
1818

0 commit comments

Comments
 (0)