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

CornLogic
/
10EROS_Int4

Image-to-Video
Diffusers
Model card Files Files and versions
xet
Community

Instructions to use CornLogic/10EROS_Int4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use CornLogic/10EROS_Int4 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("CornLogic/10EROS_Int4", 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
10EROS_Int4
49.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
CornLogic's picture
CornLogic
Update README.md
aa89d7e verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 4 days ago
  • 10Eros_v1.4_DMD_TFO_Int8-Int8mm_B.safetensors
    16.1 GB
    xet
    Upload 3 files 4 days ago
  • 10Eros_v1.4_DMD_TFO_Int8-Int8mm_Q.safetensors
    18.8 GB
    xet
    Upload 3 files 4 days ago
  • 10Eros_v1.4_DMD_TFO_w4a4-Int8mm_F.safetensors
    14.2 GB
    xet
    Upload 3 files 4 days ago
  • README.md
    1.7 kB
    Update README.md 1 day ago