Add pipeline tag
#1
by
multimodalart
HF Staff
- opened
README.md
CHANGED
|
@@ -11,31 +11,32 @@ language: en
|
|
| 11 |
base_model: black-forest-labs/FLUX.1-Kontext-dev
|
| 12 |
instance_prompt: place it
|
| 13 |
license_name: flux1-dev-non-commercial-license
|
| 14 |
-
license_link:
|
|
|
|
| 15 |
license: other
|
| 16 |
-
|
| 17 |
widget:
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
|
|
|
| 39 |
---
|
| 40 |
|
| 41 |
# Kontext Dev LoRA - Image Overlay
|
|
|
|
| 11 |
base_model: black-forest-labs/FLUX.1-Kontext-dev
|
| 12 |
instance_prompt: place it
|
| 13 |
license_name: flux1-dev-non-commercial-license
|
| 14 |
+
license_link: >-
|
| 15 |
+
https://huggingface.co/black-forest-labs/FLUX.1-Kontext-dev/blob/main/LICENSE.md
|
| 16 |
license: other
|
|
|
|
| 17 |
widget:
|
| 18 |
+
- text: Place it
|
| 19 |
+
output:
|
| 20 |
+
url: out1.png
|
| 21 |
+
- src: in1.png
|
| 22 |
+
prompt: Place it
|
| 23 |
+
output:
|
| 24 |
+
url: out1.png
|
| 25 |
+
- text: Place it
|
| 26 |
+
output:
|
| 27 |
+
url: out2.png
|
| 28 |
+
- src: in2.png
|
| 29 |
+
prompt: Place it
|
| 30 |
+
output:
|
| 31 |
+
url: out2.png
|
| 32 |
+
- text: Place it
|
| 33 |
+
output:
|
| 34 |
+
url: out3.png
|
| 35 |
+
- src: ins3.jpg
|
| 36 |
+
prompt: Place it
|
| 37 |
+
output:
|
| 38 |
+
url: out3.png
|
| 39 |
+
pipeline_tag: image-to-image
|
| 40 |
---
|
| 41 |
|
| 42 |
# Kontext Dev LoRA - Image Overlay
|