Add pipeline tag to metadata

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +6 -5
README.md CHANGED
@@ -1,11 +1,10 @@
1
  ---
2
- license: other
3
- license_name: cc-by-nc-4.0-and-flux-non-commercial-2.1
4
- license_link: LICENSE
5
  base_model: black-forest-labs/FLUX.2-klein-base-9B
6
- base_model_relation: adapter
7
  language:
8
  - en
 
 
 
9
  tags:
10
  - computer-vision
11
  - surface-normal-estimation
@@ -15,7 +14,9 @@ tags:
15
  - flux
16
  - lora
17
  - safetensors
 
18
  inference: false
 
19
  ---
20
 
21
  # TransNormal-2
@@ -101,4 +102,4 @@ The authors' model contributions are licensed under **CC BY-NC 4.0**, subject to
101
  }
102
  ```
103
 
104
- Questions: [@longxiang-ai](https://github.com/longxiang-ai) or [GitHub Issues](https://github.com/longxiang-ai/TransNormal-2/issues).
 
1
  ---
 
 
 
2
  base_model: black-forest-labs/FLUX.2-klein-base-9B
 
3
  language:
4
  - en
5
+ license: other
6
+ license_name: cc-by-nc-4.0-and-flux-non-commercial-2.1
7
+ license_link: LICENSE
8
  tags:
9
  - computer-vision
10
  - surface-normal-estimation
 
14
  - flux
15
  - lora
16
  - safetensors
17
+ base_model_relation: adapter
18
  inference: false
19
+ pipeline_tag: image-to-image
20
  ---
21
 
22
  # TransNormal-2
 
102
  }
103
  ```
104
 
105
+ Questions: [@longxiang-ai](https://github.com/longxiang-ai) or [GitHub Issues](https://github.com/longxiang-ai/TransNormal-2/issues).