Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,8 @@ git clone https://huggingface.co/ProgramerSalar/L1-S
|
|
8 |
cd L1-S
|
9 |
pip install -r requirements.txt
|
10 |
```
|
11 |
-
|
|
|
12 |
```
|
13 |
import os
|
14 |
import json
|
@@ -78,4 +79,6 @@ with torch.no_grad(), torch.cuda.amp.autocast(enabled=True if model_dtype != 'fp
|
|
78 |
|
79 |
export_to_video(frames, "./text_to_video_sample.mp4", fps=24)
|
80 |
|
81 |
-
```
|
|
|
|
|
|
8 |
cd L1-S
|
9 |
pip install -r requirements.txt
|
10 |
```
|
11 |
+
- Installing time of requirements.txt file is approx=15 minute
|
12 |
+
|
13 |
```
|
14 |
import os
|
15 |
import json
|
|
|
79 |
|
80 |
export_to_video(frames, "./text_to_video_sample.mp4", fps=24)
|
81 |
|
82 |
+
```
|
83 |
+
|
84 |
+
- Video Generating Time is 10 minute
|