Instructions to use rain1011/pyramid-flow-sd3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rain1011/pyramid-flow-sd3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("rain1011/pyramid-flow-sd3", 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
How to run pyramid-flow-sd3 by using diffusers api only?
#15
by derekcbr01 - opened
from pyramid_dit import PyramidDiTForVideoGeneration
It says it can not find the package, and then I copy to site-packages.
But this one, how to combine with diffusers only? So I do not need to install the whole package but can call diffusers api.
Hi~ Thanks for your attention! In the future, we will try our best to integrate it into diffusers. Stay tuned!