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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

JuliaML
/
Cosmos3-Super-Image2Video-4Step-INT8-G64-BF16

Image-to-Video
Diffusers
Safetensors
MLX
cosmos3
video-generation
quantization
int8
w8a16
sdnq
apple-silicon
cuda
8-bit precision
Model card Files Files and versions
xet
Community

Instructions to use JuliaML/Cosmos3-Super-Image2Video-4Step-INT8-G64-BF16 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use JuliaML/Cosmos3-Super-Image2Video-4Step-INT8-G64-BF16 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("JuliaML/Cosmos3-Super-Image2Video-4Step-INT8-G64-BF16", 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")
  • MLX

    How to use JuliaML/Cosmos3-Super-Image2Video-4Step-INT8-G64-BF16 with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir Cosmos3-Super-Image2Video-4Step-INT8-G64-BF16 JuliaML/Cosmos3-Super-Image2Video-4Step-INT8-G64-BF16
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • LM Studio
Cosmos3-Super-Image2Video-4Step-INT8-G64-BF16
69.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
JuliaML's picture
JuliaML
Upload folder using huggingface_hub
89f2fc0 verified about 21 hours ago
  • examples
    Upload folder using huggingface_hub about 21 hours ago
  • transformer
    Upload folder using huggingface_hub about 21 hours ago
  • .gitattributes
    134 Bytes
    Upload folder using huggingface_hub about 21 hours ago
  • LICENSE
    2.62 kB
    Upload folder using huggingface_hub about 21 hours ago
  • NOTICE
    547 Bytes
    Upload folder using huggingface_hub about 21 hours ago
  • README.md
    4.32 kB
    Upload folder using huggingface_hub about 21 hours ago
  • SHA256SUMS
    3.34 kB
    Upload folder using huggingface_hub about 21 hours ago
  • manifest.json
    5.54 kB
    Upload folder using huggingface_hub about 21 hours ago