clementchadebec
commited on
Commit
•
27522c5
1
Parent(s):
63f8041
Update README.md
Browse files
README.md
CHANGED
@@ -7,6 +7,7 @@ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICE
|
|
7 |
pipeline_tag: image-to-image
|
8 |
tags:
|
9 |
- ControlNet
|
|
|
10 |
---
|
11 |
# ⚡ Flux.1-dev: Surface Normals ControlNet ⚡
|
12 |
|
@@ -81,4 +82,5 @@ surface = normal_bae(im)
|
|
81 |
This model was trained with surface normals maps computed with [Clipdrop's surface normals estimator model](https://clipdrop.co/apis/docs/portrait-surface-normals) as well as an open-souce surface normals estimation model such as Boundary Aware Encoder (BAE).
|
82 |
|
83 |
# Licence
|
84 |
-
|
|
|
|
7 |
pipeline_tag: image-to-image
|
8 |
tags:
|
9 |
- ControlNet
|
10 |
+
license: cc-by-nc-4.0
|
11 |
---
|
12 |
# ⚡ Flux.1-dev: Surface Normals ControlNet ⚡
|
13 |
|
|
|
82 |
This model was trained with surface normals maps computed with [Clipdrop's surface normals estimator model](https://clipdrop.co/apis/docs/portrait-surface-normals) as well as an open-souce surface normals estimation model such as Boundary Aware Encoder (BAE).
|
83 |
|
84 |
# Licence
|
85 |
+
This model is released under the the Creative Commons BY-NC license.
|
86 |
+
Note that if used with Flux.1-dev, the model under the Flux.1-dev model also applies to this model.
|