Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,14 @@ library_name: diffusers
|
|
13 |
base_model:
|
14 |
- black-forest-labs/FLUX.1-Kontext-dev
|
15 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
<div align="center">
|
17 |
<img src="https://pbs.twimg.com/media/GuXV2JkXwAAP5Pr?format=jpg&name=4096x4096" width="60%" alt="FLUX.1-Kontext-dev" />
|
18 |
</div>
|
@@ -31,17 +39,6 @@ For more information, please read our [blog post](https://bfl.ai/announcements/f
|
|
31 |
We provide a reference implementation of `FLUX.1 Kontext [dev]`, as well as sampling code, in a dedicated [github repository](https://github.com/black-forest-labs/flux).
|
32 |
Developers and creatives looking to build on top of `FLUX.1 Kontext [dev]` are encouraged to use this as a starting point.
|
33 |
`FLUX.1 Kontext [dev]` is also available in both [ComfyUI](https://github.com/comfyanonymous/ComfyUI) and [Diffusers](https://github.com/huggingface/diffusers).
|
34 |
-
## API Endpoints
|
35 |
-
The FLUX.1 Kontext models are also available via API from the following sources
|
36 |
-
- bfl.ai: https://docs.bfl.ai/
|
37 |
-
- DataCrunch: https://datacrunch.io/managed-endpoints/flux-kontext
|
38 |
-
- fal: https://fal.ai/flux-kontext
|
39 |
-
- Replicate: https://replicate.com/blog/flux-kontext
|
40 |
-
- https://replicate.com/black-forest-labs/flux-kontext-dev
|
41 |
-
- https://replicate.com/black-forest-labs/flux-kontext-pro
|
42 |
-
- https://replicate.com/black-forest-labs/flux-kontext-max
|
43 |
-
- Runware: https://runware.ai/blog/introducing-flux1-kontext-instruction-based-image-editing-with-ai?utm_source=bfl
|
44 |
-
- TogetherAI: https://www.together.ai/models/flux-1-kontext-dev
|
45 |
|
46 |
### Using with diffusers 🧨
|
47 |
|
|
|
13 |
base_model:
|
14 |
- black-forest-labs/FLUX.1-Kontext-dev
|
15 |
---
|
16 |
+
|
17 |
+
GGUF files for [black-forest-labs/FLUX.1-Kontext-dev](https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev). Original license still applies.
|
18 |
+
|
19 |
+
GGUF conversions were created with [city96/ComfyUI-GGUF](https://github.com/city96/ComfyUI-GGUF) and [llama.cpp](https://github.com/ggml-org/llama.cpp).
|
20 |
+
|
21 |
+
To run, place the model files in the `ComfyUI/models/unet` directory. For detailed setup and usage instructions, refer to the [GitHub README](https://github.com/city96/ComfyUI-GGUF).
|
22 |
+
|
23 |
+
|
24 |
<div align="center">
|
25 |
<img src="https://pbs.twimg.com/media/GuXV2JkXwAAP5Pr?format=jpg&name=4096x4096" width="60%" alt="FLUX.1-Kontext-dev" />
|
26 |
</div>
|
|
|
39 |
We provide a reference implementation of `FLUX.1 Kontext [dev]`, as well as sampling code, in a dedicated [github repository](https://github.com/black-forest-labs/flux).
|
40 |
Developers and creatives looking to build on top of `FLUX.1 Kontext [dev]` are encouraged to use this as a starting point.
|
41 |
`FLUX.1 Kontext [dev]` is also available in both [ComfyUI](https://github.com/comfyanonymous/ComfyUI) and [Diffusers](https://github.com/huggingface/diffusers).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
### Using with diffusers 🧨
|
44 |
|