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/88cf2929-efc2-11ef-a8b7-782b46b46a44
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:0ce07d65cd98af396a880f2c53fe79c54cff717ccef15fbf06700a7a50dea803
|
| 3 |
-
size 23802777600
|
|
|
|
|
|
|
|
|
|
|
|
unet/model.onnx
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:b8fa0d1420f23f02c838d9db14a89ee55b2df8df1365830e76884835b826be03
|
| 3 |
-
size 3839977
|
|
|
|
|
|
|
|
|
|
|
|