Instructions to use Granddyser/flux-klein-9b-Biglove-Collection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Granddyser/flux-klein-9b-Biglove-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("Granddyser/flux-klein-9b-Biglove-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
Possible to have qwen edit (gwen )version of biglove
1
#5 opened 4 days ago
by
ryg81
distilled or base?
1
#4 opened 15 days ago
by
filatkinm
missing one model in big love klein?
1
#3 opened 17 days ago
by
dfranco0725