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
Delete unet
Browse files
unet/226e2e19-e40a-11ef-a5fd-f0a65413afc2
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:5b7d3b6abcb449e70e829659c42a381c9af509c7e2cefd99baa43a4f0b015915
|
| 3 |
-
size 23802777600
|
|
|
|
|
|
|
|
|
|
|
|
unet/model.onnx
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:ec765ef1de1a384cea36a0ca4585ee57ff42a1c4354ef5ef2c025d80d0f5fdf1
|
| 3 |
-
size 4890848
|
|
|
|
|
|
|
|
|
|
|
|