Instructions to use kimi000/silver-orbit-62 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use kimi000/silver-orbit-62 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("kimi000/silver-orbit-62", 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
FLUX.2 Klein Base 4B AlphaGRPO checkpoint
This is a complete native Diffusers Flux2KleinPipeline. The EMA LoRA is
already merged into the transformer, so FAR and PEFT are not required for
inference.
Source experiment: flux2_klein_base_4b_diffusionnft_alphagrpo_dvreward_alphagrpo20k_512px_20step_cfg4_16prompts_group14_7train_1dvreward_tp1_2node_nrt
Source checkpoint: step_600.pt
Training profile: 512px, 20 rollout steps, CFG 4, AlphaGRPO DVReward.
python demo.py --prompt "A red cube beside a blue glass sphere."
- Downloads last month
- 12
Model tree for kimi000/silver-orbit-62
Base model
black-forest-labs/FLUX.2-klein-base-4B