Instructions to use lambda/text2bricks-360p-64f with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use lambda/text2bricks-360p-64f with Transformers:
# Load model directly from transformers import STDiT2 model = STDiT2.from_pretrained("lambda/text2bricks-360p-64f", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ _Prompt: A young man walks alone by the seaside."_
|
|
| 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-
|
| 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 |
|
|
|
|
| 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-64f` 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 |
|