Instructions to use FastVideo/Waypoint-1-Small-Diffusers with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use FastVideo/Waypoint-1-Small-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("FastVideo/Waypoint-1-Small-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
Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
# Auto-generated by convert_waypoint_stub_repo.py
|
| 2 |
-
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 3 |
-
*.bin filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
transformer/config.json
ADDED
|
File without changes
|
transformer/diffusion_pytorch_model.safetensors
ADDED
|
File without changes
|
vae/config.json
ADDED
|
File without changes
|
vae/diffusion_pytorch_model.safetensors
ADDED
|
File without changes
|