Update README.md
Browse files
README.md
CHANGED
@@ -2,9 +2,6 @@
|
|
2 |
license: other
|
3 |
license_name: flux-1-dev-non-commercial-license
|
4 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-Depth-dev/blob/main/LICENSE.md
|
5 |
-
base_model:
|
6 |
-
- black-forest-labs/FLUX.1-dev
|
7 |
-
- black-forest-labs/FLUX.1-Depth-dev
|
8 |
pipeline_tag: image-to-image
|
9 |
---
|
10 |
|
@@ -58,4 +55,4 @@ output = pipe(
|
|
58 |
).images[0]
|
59 |
make_image_grid([image, control_image, mask_image, output.resize(image.size)], rows=1, cols=4).save("output.png")
|
60 |
```
|
61 |
-
![](output.png)
|
|
|
2 |
license: other
|
3 |
license_name: flux-1-dev-non-commercial-license
|
4 |
license_link: https://huggingface.co/black-forest-labs/FLUX.1-Depth-dev/blob/main/LICENSE.md
|
|
|
|
|
|
|
5 |
pipeline_tag: image-to-image
|
6 |
---
|
7 |
|
|
|
55 |
).images[0]
|
56 |
make_image_grid([image, control_image, mask_image, output.resize(image.size)], rows=1, cols=4).save("output.png")
|
57 |
```
|
58 |
+
![](output.png)
|