Instructions to use stepfun-ai/stepvideo-t2v with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use stepfun-ai/stepvideo-t2v with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stepfun-ai/stepvideo-t2v", 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
fp8 or GGUf version usable in COMFY UI when?
#2
by ryg81 - opened
Hey is it possible to give fp8 or GGUF version usable in COMFY UI? when?
The Modelscope community has developed an FP8 inference framework. Although it is still in the early stages, you can give it a try.
See it here: step-video-t2v-in-fp8.