Instructions to use Alibaba-Research-Intelligence-Computing/Tora_T2V_diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Alibaba-Research-Intelligence-Computing/Tora_T2V_diffusers with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Alibaba-Research-Intelligence-Computing/Tora_T2V_diffusers", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,9 +7,10 @@ base_model:
|
|
| 7 |
pipeline_tag: text-to-video
|
| 8 |
library_name: diffusers
|
| 9 |
tags:
|
| 10 |
-
- AIGC
|
| 11 |
- video
|
| 12 |
- video-generation
|
|
|
|
|
|
|
| 13 |
---
|
| 14 |
<div align="center">
|
| 15 |
|
|
|
|
| 7 |
pipeline_tag: text-to-video
|
| 8 |
library_name: diffusers
|
| 9 |
tags:
|
|
|
|
| 10 |
- video
|
| 11 |
- video-generation
|
| 12 |
+
- cogvideox
|
| 13 |
+
- alibaba
|
| 14 |
---
|
| 15 |
<div align="center">
|
| 16 |
|