Instructions to use wikeeyang/Flux2-Klein-9B-True-V2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use wikeeyang/Flux2-Klein-9B-True-V2 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-V2", 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
LCS没啥用啊,用了示例工作流,感觉颜色偏移还是很大
1
#8 opened 3 months ago
by
lwp513202035
Where can I find sample workflows for single-region and multi-region image editing?
1
#7 opened 3 months ago
by
jeanzahn
loras trained on base flux-klein dont work at all
#6 opened 4 months ago
by
kalle07
Some Question about Full Finetune
1
#5 opened 4 months ago
by
CeFf1z
Lora Training
1
#3 opened 5 months ago
by
screamlouder
not comparable 25steps vs 4steps
12
#2 opened 5 months ago
by
kalle07