Instructions to use amd/FLUX.1-dev_io16_amdgpu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use amd/FLUX.1-dev_io16_amdgpu with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("amd/FLUX.1-dev_io16_amdgpu", 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
Low it/s on 9070XT ?
#1
by UlfrGutheitrir - opened
as per title.
I downloaded the model directly from amuse UI, and when i run it i get <0.25 it/s on my 9070XT
I am pairing that with a 9800x3d and 32GB@6000
is this normal? am i doin something wrong?
EDIT:
that was on 512x512
on 1024x1024 i'm currently at 0.02