Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,12 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
The idea is to unlock the full outpainting potential of Flux.1.Fill-dev model.
|
| 3 |
The original model parameters have not been finetuned or modified.
|
| 4 |
Rather, this simple hack unlocks the full potential of the Flux.1-Fill-dev model.
|
| 5 |
|
| 6 |
-
|
|
|
|
|
|
|
| 7 |
|
| 8 |
## Diffusers
|
| 9 |
|
|
|
|
| 1 |
+
`FLUX.1 Fill [dev]` is a 12 billion parameter rectified flow transformer capable of filling areas in existing images based on a text description.
|
| 2 |
+
|
| 3 |
The idea is to unlock the full outpainting potential of Flux.1.Fill-dev model.
|
| 4 |
The original model parameters have not been finetuned or modified.
|
| 5 |
Rather, this simple hack unlocks the full potential of the Flux.1-Fill-dev model.
|
| 6 |
|
| 7 |
+
This is based on Flux.1-Fill-dev model and follows the FLUX.1-dev Non-Commercial License
|
| 8 |
+
https://github.com/black-forest-labs/flux/blob/main/model_licenses/LICENSE-FLUX1-dev is applicable.
|
| 9 |
+
|
| 10 |
|
| 11 |
## Diffusers
|
| 12 |
|