Instructions to use amd/FLUX.1-schnell_io32_amdgpu with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use amd/FLUX.1-schnell_io32_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-schnell_io32_amdgpu", torch_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 Settings
- Draw Things
- DiffusionBee
Upload 2 files
Browse files
.gitattributes
CHANGED
|
@@ -39,3 +39,4 @@ text_encoder_2/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
|
| 39 |
text_encoder/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 40 |
vae_decoder/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 41 |
vae_encoder/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 39 |
text_encoder/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 40 |
vae_decoder/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 41 |
vae_encoder/model.onnx.data filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
transformer/971cb45e-0f5d-11f0-bf9e-f1e337651b5a filter=lfs diff=lfs merge=lfs -text
|
transformer/971cb45e-0f5d-11f0-bf9e-f1e337651b5a
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65418c2ffc1139980d173c5136de7c82895cde1fa53234aa19cd8fc90b507fcc
|
| 3 |
+
size 23782318080
|
transformer/model.onnx
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:68135a9268abe474bf423ca99f63d4eb06030cce34d9db2062b0f5f4a5a0ccd4
|
| 3 |
+
size 3703370
|