You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,15 @@
1
1
# FLUX
2
2
3
3
by Black Forest Labs: https://blackforestlabs.ai
4
+
by Black Forest Labs: https://blackforestlabs.ai. Documentation for our API can be found here: [docs.bfl.ml](https://docs.bfl.ml/).
4
5
5
6

6
7
7
8
This repo contains minimal inference code to run text-to-image and image-to-image with our Flux latent rectified flow transformers.
8
9
9
10
### Inference partners
10
11
11
-
We are happy to partner with [Replicate](https://replicate.com/), [FAL](https://fal.ai/) and [Mystic](https://www.mystic.ai). You can sample our models using their services.
12
+
We are happy to partner with [Replicate](https://replicate.com/), [FAL](https://fal.ai/), [Mystic](https://www.mystic.ai), and [Together](https://www.together.ai/). You can sample our models using their services.
The weights of the autoencoder are also released under [apache-2.0](https://huggingface.co/datasets/choosealicense/licenses/blob/main/markdown/apache-2.0.md) and can be found in either of the two HuggingFace repos above. They are the same for both models.
60
70
@@ -158,7 +168,7 @@ To learn more check out the [diffusers](https://huggingface.co/docs/diffusers/ma
158
168
159
169
## API usage
160
170
161
-
Our API offers access to the pro model. It is documented here:
171
+
Our API offers access to our models. It is documented here:
162
172
[docs.bfl.ml](https://docs.bfl.ml/).
163
173
164
174
In this repository we also offer an easy python interface. To use this, you
@@ -175,8 +185,8 @@ Usage from python:
175
185
from flux.api import ImageRequest
176
186
177
187
# this will create an api request directly but not block until the generation is finished
0 commit comments