Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Skywork
/
SkyReels-A1

Image-to-Video
Diffusers
ONNX
Safetensors
CogVideoXImageToVideoPipeline
Model card Files Files and versions
xet
Community
2

Instructions to use Skywork/SkyReels-A1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Skywork/SkyReels-A1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image, export_to_video
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Skywork/SkyReels-A1", dtype=torch.bfloat16, device_map="cuda")
    pipe.to("cuda")
    
    prompt = "A man with short gray hair plays a red electric guitar."
    image = load_image(
        "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/guitar-man.png"
    )
    
    output = pipe(image=image, prompt=prompt).frames[0]
    export_to_video(output, "output.mp4")
  • Notebooks
  • Google Colab
  • Kaggle
SkyReels-A1
27 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 28 commits
diqiu7's picture
diqiu7
Update README.md
6cee256 verified about 1 year ago
  • assets
    Upload logo2.png over 1 year ago
  • eval
    add eval about 1 year ago
  • extra_models
    Upload 18 files over 1 year ago
  • pose_guider
    Upload 4 files over 1 year ago
  • scheduler
    Upload 7 files over 1 year ago
  • siglip-so400m-patch14-384
    Upload 8 files over 1 year ago
  • text_encoder
    Upload 2 files over 1 year ago
  • tokenizer
    Upload 7 files over 1 year ago
  • transformer
    Upload 2 files over 1 year ago
  • vae
    Upload 7 files over 1 year ago
  • .gitattributes
    1.68 kB
    Upload 18 files over 1 year ago
  • LICENSE.txt
    3.18 kB
    Upload LICENSE.txt over 1 year ago
  • README.md
    3.22 kB
    Update README.md about 1 year ago
  • configuration.json
    47 Bytes
    Upload 4 files over 1 year ago
  • model_index.json
    423 Bytes
    Upload 4 files over 1 year ago