Instructions to use bdsqlsz/flux1-dev2pro-single with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bdsqlsz/flux1-dev2pro-single with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("bdsqlsz/flux1-dev2pro-single", 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
how to get this model
#1
by charles1998 - opened
Hello, I've download ashen0209/Flux-Dev2Pro, how to convert it into this Format
Hello, I've download ashen0209/Flux-Dev2Pro, how to convert it into this Format
@charles1998 using simple python scripts you can merge safetensors