Instructions to use wavespeed/FLUX.1-dev-int8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use wavespeed/FLUX.1-dev-int8 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("wavespeed/FLUX.1-dev-int8", 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
- Draw Things
- DiffusionBee
File size: 134 Bytes
fc56857 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:440feb56622cd4db6127ce887ae4f9ada909e0813e19d9bd04a7638d56bbf3be
size 167721290
|