Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 9cfcae5

Browse files
Update README.md
1 parent 499dd21 commit 9cfcae5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,21 @@
1010
### Requirements
1111

1212
#### Installation
13+
14+
#### Repository Requirements
1315
```bash
1416
git clone https://github.com/ExponentialML/Text-To-Video-Finetuning.git
1517
cd Text-To-Video-Finetuning
1618
git lfs install
1719
git clone https://huggingface.co/damo-vilab/text-to-video-ms-1.7b ./models/model_scope_diffusers/
1820
```
1921

22+
#### Create Conda Environment
23+
```bash
24+
conda create -n text2video-finetune python=3.10
25+
conda activate text2video-finetune
26+
```
27+
2028
#### Python Requirements
2129
```bash
2230
pip install -r requirements.txt

0 commit comments

Comments
 (0)