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

WaveCut
/
ERNIE-Image-Turbo-SDNQ-uint4-static

Text-to-Image
Diffusers
Safetensors
ErnieImagePipeline
ernie-image
sdnq
quantized
uint4
static
quantized-matmul
Model card Files Files and versions
xet
Community

Instructions to use WaveCut/ERNIE-Image-Turbo-SDNQ-uint4-static with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use WaveCut/ERNIE-Image-Turbo-SDNQ-uint4-static with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("WaveCut/ERNIE-Image-Turbo-SDNQ-uint4-static", 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
  • Local Apps
  • Draw Things
  • DiffusionBee
ERNIE-Image-Turbo-SDNQ-uint4-static
10.1 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
WaveCut's picture
WaveCut
Document corrected ERNIE qmm runtime profile
b292728 verified 3 days ago
  • comparison
    Enable quantized matmul and refresh PE-off benchmark 3 days ago
  • metrics
    Document corrected ERNIE qmm runtime profile 3 days ago
  • pe
    Enable quantized matmul and refresh PE-off benchmark 3 days ago
  • pe_tokenizer
    Add files using upload-large-folder tool 3 days ago
  • scheduler
    Add files using upload-large-folder tool 3 days ago
  • text_encoder
    Enable quantized matmul and refresh PE-off benchmark 3 days ago
  • tokenizer
    Add files using upload-large-folder tool 3 days ago
  • transformer
    Enable quantized matmul and refresh PE-off benchmark 3 days ago
  • vae
    Add files using upload-large-folder tool 3 days ago
  • .gitattributes
    2.73 kB
    Enable quantized matmul and refresh PE-off benchmark 3 days ago
  • README.md
    6.22 kB
    Document corrected ERNIE qmm runtime profile 3 days ago
  • model_index.json
    601 Bytes
    Add files using upload-large-folder tool 3 days ago
  • quantization_config.json
    787 Bytes
    Enable quantized matmul and refresh PE-off benchmark 3 days ago
  • quantization_metrics.json
    577 Bytes
    Add files using upload-large-folder tool 3 days ago
  • runtime_config.json
    997 Bytes
    Document corrected ERNIE qmm runtime profile 3 days ago