Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
base_model:
|
| 5 |
+
- black-forest-labs/FLUX.1-Fill-dev
|
| 6 |
+
pipeline_tag: text-to-image
|
| 7 |
+
library_name: diffusers
|
| 8 |
+
tags:
|
| 9 |
+
- outpainting
|
| 10 |
+
- inpainting
|
| 11 |
+
- flux
|
| 12 |
+
---
|
| 13 |
`FLUX.1 Fill [dev]` is a 12 billion parameter rectified flow transformer capable of filling areas in existing images based on a text description.
|
| 14 |
|
| 15 |
The idea is to unlock the full outpainting potential of Flux.1.Fill-dev model.
|