Instructions to use AgentAnon/BigLoveKlein-Collection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AgentAnon/BigLoveKlein-Collection with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AgentAnon/BigLoveKlein-Collection", 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
| { | |
| "_class_name": "FluxTransformer2DModel", | |
| "_diffusers_version": "0.32.0", | |
| "model_type": "flux", | |
| "quantization_config": { | |
| "quant_method": "fp8", | |
| "quant_type": "e4m3fn" | |
| }, | |
| "base_model": "black-forest-labs/FLUX.2-klein-base-9B", | |
| "model_name": "BigLoveKleinFp8" | |
| } |