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

wikeeyang
/
Flux2-Klein-9B-True-V3

Text-to-Image
Diffusers
GGUF
English
Chinese
Model card Files Files and versions
xet
Community
13

Instructions to use wikeeyang/Flux2-Klein-9B-True-V3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use wikeeyang/Flux2-Klein-9B-True-V3 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("wikeeyang/Flux2-Klein-9B-True-V3", 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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Most of the images look like minor variations not better or worse

7
#13 opened about 1 month ago by
ferrrett33

Plan on releasing a 4b models ?

3
#12 opened about 2 months ago by
Felox

我觉得 v2 更真实自然

3
#11 opened 2 months ago by
xtianyi

能用turbo版9b的lora吗

3
#10 opened 2 months ago by
someshijun

Flux2-Klein-9B-True-V3-INT8-ConvRot can not be loaded by native model loader

6
#9 opened 2 months ago by
squallelf

int4 works on rtx 4070

2
#8 opened 2 months ago by
ryg81

Question about mask inpainting with reference image

❤️ 1
1
#6 opened 2 months ago by
OrvilleQ

Is this version based on FLUX.2 [klein] 9B KV, or is it based on the older FLUX.2 [klein] 9B?

👍 1
1
#5 opened 2 months ago by
Ai11Ali

Demo for this model on Spaces

👍❤️ 1
3
#4 opened 2 months ago by
multimodalart
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs