Text-to-Image
Diffusers
Safetensors
English
Flux2KleinPipeline
flux
flux2-klein
quantization
sdnq
4-bit precision
dynamic-quantization
low-vram
google-colab
t4
batch-image-edit
background-removal
8-bit precision
Instructions to use codeShare/FLUX.2-klein-AIO-SDNQ-4bit-dynamic with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use codeShare/FLUX.2-klein-AIO-SDNQ-4bit-dynamic with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("codeShare/FLUX.2-klein-AIO-SDNQ-4bit-dynamic", 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
Create post_edit_tools/About.txt
Browse files
colab_notebooks/post_edit_tools/About.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
Place for post processing on edited images , not related to using flux klein edit
|