Instructions to use zulense/Z1_V0.1.0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use zulense/Z1_V0.1.0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline from diffusers.utils import export_to_video # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("rain1011/pyramid-flow-miniflux", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("zulense/Z1_V0.1.0") prompt = "Line, you will remember that in the last match we made it, what was it, the graph was going up like this, it was going down, it was going through, it was going down, something like this," output = pipe(prompt=prompt).frames[0] export_to_video(output, "output.mp4") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
Ctrl+K