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-4B-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-4B-Series with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use QuantFunc/Klein-4B-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-4B-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-4B-Series
18.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 51 commits
QuantFunc's picture
QuantFunc
add LICENSE-APACHE
a10fadf verified about 9 hours ago
  • assets
    sync assets/logo.webp from ModelScope 3 days ago
  • klein-4b-series-50x-above-base-model
    Rename base-model dirs (50x-below/50x-above); HF-adapted README + base_model 3 days ago
  • klein-4b-series-50x-below-base-model
    Rename base-model dirs (50x-below/50x-above); HF-adapted README + base_model 3 days ago
  • precision-config
    sync precision-config/50x-fp4-f8-sample.json from ModelScope 3 days ago
  • transformer
    sync transformer/klein-4b-base-50x-lighting.safetensors from ModelScope 3 days ago
  • .gitattributes
    3.75 kB
    Rename base-model dirs (50x-below/50x-above); HF-adapted README + base_model 3 days ago
  • LICENSE
    1.61 kB
    add LICENSE about 9 hours ago
  • LICENSE-APACHE
    11.4 kB
    add LICENSE-APACHE about 9 hours ago
  • README.md
    9.41 kB
    docs: license & attribution compliance about 9 hours ago
  • config.json
    442 Bytes
    sync config.json from ModelScope 3 days ago
  • model_index.json
    192 Bytes
    sync model_index.json from ModelScope 3 days ago