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

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
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("CornLogic/10EROS_Int4", torch_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
10EROS_Int4
49.2 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
CornLogic's picture
CornLogic
Update README.md
3645cde verified 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • 10Eros_v1.4_DMD_TFO_Int8-Int8mm_B.safetensors
    16.1 GB
    xet
    Upload 3 files 1 day ago
  • 10Eros_v1.4_DMD_TFO_Int8-Int8mm_Q.safetensors
    18.8 GB
    xet
    Upload 3 files 1 day ago
  • 10Eros_v1.4_DMD_TFO_w4a4-Int8mm_F.safetensors
    14.2 GB
    xet
    Upload 3 files 1 day ago
  • README.md
    1.68 kB
    Update README.md 1 day ago