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

QuantFunc
/
Klein-9B-Series

Text-to-Image
Diffusers
Safetensors
English
Flux2KleinPipeline
flux2_klein
image-editing
diffusion
quantized
quantfunc
flux
Model card Files Files and versions
xet
Community

Instructions to use QuantFunc/Klein-9B-Series with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use QuantFunc/Klein-9B-Series with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("QuantFunc/Klein-9B-Series", 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 Settings
  • Draw Things
  • DiffusionBee
Klein-9B-Series
40 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 51 commits
QuantFunc's picture
QuantFunc
add LICENSE
8c4bb4a verified 3 days ago
  • assets
    sync assets/logo.webp from ModelScope 5 days ago
  • klein-9b-series-50x-above-base-model
    Rename base-model dirs (50x-below/50x-above); HF-adapted README + base_model 5 days ago
  • klein-9b-series-50x-below-base-model
    Rename base-model dirs (50x-below/50x-above); HF-adapted README + base_model 5 days ago
  • precision-config
    sync precision-config/50x-fp4-f8-sample.json from ModelScope 5 days ago
  • transformer
    sync last transformer from ModelScope 5 days ago
  • .gitattributes
    3.84 kB
    sync last transformer from ModelScope 5 days ago
  • LICENSE
    18.2 kB
    add LICENSE 3 days ago
  • README.md
    9.38 kB
    docs: license & attribution compliance 3 days ago
  • config.json
    442 Bytes
    sync config.json from ModelScope 5 days ago
  • model_index.json
    192 Bytes
    sync model_index.json from ModelScope 5 days ago