Instructions to use black-forest-labs/FLUX.1-dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use black-forest-labs/FLUX.1-dev with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Flux schnell comfyui error?
#4
by mausolus - opened
Running the example flux schnell comfyui script, I get a "conv_in.weight" error. Anyone else encountered this? Fully updated comfyui install.
mausolus changed discussion status to closed
Did you find the solution? I am having the same error.
me too
I think I ran a full update (comfyui + dependencies) and it seemed to resolve itself!
Any one found the solution?