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-INT8

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

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

  • Libraries
  • Diffusers

    How to use CornLogic/10EROS-INT8 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-INT8", 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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Feature Request & Feedback: VAE/Text Encoder Compatibility for 10Eros v1.5 (INT8)

5
#5 opened 1 day ago by
clocks13

KJ Nodes compatibility?

1
#4 opened 4 days ago by
Mykee

is there fp8 version of this?

9
#3 opened 8 days ago by
Namaku

Error while processing rearrange-reduction pattern

1
#2 opened 8 days ago by
Zuzus

question

1
#1 opened 9 days ago by
Lenny92
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs