Instructions to use HelloTestUser/FLUX.1-dev with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HelloTestUser/FLUX.1-dev with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("HelloTestUser/FLUX.1-dev", 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
Update README.md
Browse files
README.md
CHANGED
|
@@ -33,6 +33,7 @@ The FLUX.1 models are also available via API from the following sources
|
|
| 33 |
1. [bfl.ml](https://docs.bfl.ml/) (currently `FLUX.1 [pro]`)
|
| 34 |
2. [replicate.com](https://replicate.com/collections/flux)
|
| 35 |
3. [fal.ai](https://fal.ai/models/fal-ai/flux/dev)
|
|
|
|
| 36 |
|
| 37 |
## ComfyUI
|
| 38 |
`FLUX.1 [dev]` is also available in [Comfy UI](https://github.com/comfyanonymous/ComfyUI) for local inference with a node-based workflow.
|
|
|
|
| 33 |
1. [bfl.ml](https://docs.bfl.ml/) (currently `FLUX.1 [pro]`)
|
| 34 |
2. [replicate.com](https://replicate.com/collections/flux)
|
| 35 |
3. [fal.ai](https://fal.ai/models/fal-ai/flux/dev)
|
| 36 |
+
4. [mystic.ai](https://www.mystic.ai/black-forest-labs/flux1-dev)
|
| 37 |
|
| 38 |
## ComfyUI
|
| 39 |
`FLUX.1 [dev]` is also available in [Comfy UI](https://github.com/comfyanonymous/ComfyUI) for local inference with a node-based workflow.
|