Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
__Text2Bricks__ is a fine-tuned [Open Sora](https://github.com/hpcaitech/Open-Sora) model that generates toy brick-style short stop animations.
|
6 |
+
|
7 |
+
It is trained on Lambda's [1-Click Clusters](https://lambdalabs.com/service/gpu-cloud/1-click-clusters). More details can be found in this [tutorial](https://github.com/LambdaLabsML/Open-Sora/blob/lambda_bricks/TUTORIAL.md), and this [weights and biases report](https://api.wandb.ai/links/lambdalabs/2cbrtx45).
|
8 |
+
|
9 |
+
# Usage
|
10 |
+
|
11 |
+
Use [Lambda's fork](https://github.com/LambdaLabsML/Open-Sora/tree/lambda_bricks) of Open-Sora.
|
12 |
+
|
13 |
+
```
|
14 |
+
python scripts/inference.py \
|
15 |
+
configs/opensora-v1-1/inference/text2bricks-360p-32f.py \
|
16 |
+
--prompt "A young man walks alone by the seaside." \
|
17 |
+
--num-frames 32
|
18 |
+
```
|
19 |
+
|
20 |
+
|