Instructions to use hf-internal-testing/tiny-t2v-sd-pipe with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hf-internal-testing/tiny-t2v-sd-pipe with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("hf-internal-testing/tiny-t2v-sd-pipe", 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
- Xet hash:
- b05aa4071dee74608b4dd8f37f530735e4665cde19beb8a914707ecc78331c4b
- Size of remote file:
- 23.1 kB
- SHA256:
- f3ffd2ed518cc4d806c8faf80fac41b282960825c43cc6d3d88d126eb1616d3c
·
Xet efficiently stores Large Files inside Git, intelligently splitting files into unique chunks and accelerating uploads and downloads. More info.