Update task for downstream systems to work + correct snippets (#3)
Browse files- Update task for downstream systems to work + correct snippets (6beda44ccab9d6af307f30497670486fd6c0f7cd)
Co-authored-by: Vaibhav Srivastav <[email protected]>
README.md
CHANGED
@@ -4,12 +4,16 @@ language:
|
|
4 |
license: other
|
5 |
license_name: flux-1-dev-non-commercial-license
|
6 |
license_link: LICENSE.md
|
7 |
-
extra_gated_prompt:
|
8 |
-
|
|
|
|
|
|
|
9 |
tags:
|
10 |
- image-generation
|
11 |
- flux
|
12 |
- diffusion-single-file
|
|
|
13 |
---
|
14 |
|
15 |
![FLUX.1 [dev] Grid](./teaser.png)
|
@@ -74,4 +78,4 @@ This model falls under the [FLUX.1 \[dev\] Non-Commercial License](https://githu
|
|
74 |
primaryClass={cs.GR},
|
75 |
url={https://arxiv.org/abs/2506.15742},
|
76 |
}
|
77 |
-
```
|
|
|
4 |
license: other
|
5 |
license_name: flux-1-dev-non-commercial-license
|
6 |
license_link: LICENSE.md
|
7 |
+
extra_gated_prompt: >-
|
8 |
+
By clicking "Agree", you agree to the [FluxDev Non-Commercial License
|
9 |
+
Agreement](https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev/blob/main/LICENSE.md)
|
10 |
+
and acknowledge the [Acceptable Use
|
11 |
+
Policy](https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev/blob/main/POLICY.md).
|
12 |
tags:
|
13 |
- image-generation
|
14 |
- flux
|
15 |
- diffusion-single-file
|
16 |
+
pipeline_tag: image-to-image
|
17 |
---
|
18 |
|
19 |
![FLUX.1 [dev] Grid](./teaser.png)
|
|
|
78 |
primaryClass={cs.GR},
|
79 |
url={https://arxiv.org/abs/2506.15742},
|
80 |
}
|
81 |
+
```
|