Instructions to use hf-internal-testing/flux.1-dev-nf4-pkg with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use hf-internal-testing/flux.1-dev-nf4-pkg with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("hf-internal-testing/flux.1-dev-nf4-pkg", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
library_name: diffusers
|
| 3 |
license: other
|
| 4 |
license_name: flux-1-dev-non-commercial-license
|
| 5 |
-
license_link: LICENSE.md
|
| 6 |
---
|
| 7 |
|
| 8 |
## Running Flux.1-dev under 12GBs
|
|
|
|
| 2 |
library_name: diffusers
|
| 3 |
license: other
|
| 4 |
license_name: flux-1-dev-non-commercial-license
|
| 5 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 6 |
---
|
| 7 |
|
| 8 |
## Running Flux.1-dev under 12GBs
|