Instructions to use Skywork/SkyReels-A2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Skywork/SkyReels-A2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Skywork/SkyReels-A2", 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
Amazing work GPU Requirements? Small explainer video
#2
by ritheshSree - opened
Thanks for the amazing work.
What would be the GPU requirements for this model?
Any plans of a demo space
I have created a small explainer video on this model
https://youtu.be/Ebs7LRfBGDw
ritheshSree changed discussion title from Amazing work GPU Requirements? to Amazing work GPU Requirements? Small explainer video