chuanli-lambda commited on
Commit
21356c6
·
verified ·
1 Parent(s): 0997196

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -2,9 +2,18 @@
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
 
 
2
  license: apache-2.0
3
  ---
4
 
5
+ <video controls autoplay src="https://cdn-uploads.huggingface.co/production/uploads/6310d1226f21f539e52b9d77/7zw2xPWGRpFrwK62CkFqJ.mp4"></video>
6
+ _Prompt: A young man walks alone by the seaside."_
7
+
8
  __Text2Bricks__ is a fine-tuned [Open Sora](https://github.com/hpcaitech/Open-Sora) model that generates toy brick-style short stop animations.
9
 
10
+
11
+ `text2bricks-360p-32f` is fine-tuned to generated up to 360p/64-frames outputs.
12
+
13
+ It was trained on Lambda's [1-Click Clusters](https://lambdalabs.com/service/gpu-cloud/1-click-clusters) in ~1,000 H100 GPU hours. See this [Weights $ Biases report](https://api.wandb.ai/links/lambdalabs/2cbrtx45) for details.
14
+
15
+ Extra code and data process steps can be found in this [tutorial](https://github.com/LambdaLabsML/Open-Sora/blob/lambda_bricks/TUTORIAL.md).
16
+
17
 
18
  # Usage
19