Add pipeline_tag and library_name to model card

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +14 -13
README.md CHANGED
@@ -1,27 +1,28 @@
1
  ---
 
 
 
 
 
2
  language:
3
  - en
4
- thumbnail: "https://raw.githubusercontent.com/Zheng-Chong/FastFit/main/assets/img/dataset.png"
 
 
 
 
 
 
5
  tags:
6
  - virtual-try-on
7
  - diffusion
8
  - stable-diffusion
9
  - multi-reference
10
- - image-to-image
11
  - computer-vision
12
  - comfyui
13
  - gradio
14
  - aigc
15
- license: "other"
16
- datasets:
17
- - zhengchong/DressCode-MR
18
- - zhengchong/DressCode-Test
19
- - zhengchong/VITON-HD
20
- metrics:
21
- - fid
22
- - ssim
23
- - lpips
24
- base_model: "runwayml/stable-diffusion-inpainting"
25
  ---
26
 
27
  <h1 align="center"> FastFit: Accelerating Multi-Reference Virtual Try-On via Cacheable Diffusion Models </h1>
@@ -192,4 +193,4 @@ Our code is modified based on [Diffusers](https://github.com/huggingface/diffuse
192
 
193
  ## License
194
 
195
- All weights, parameters, and code related to FastFit are governed by the [FastFit Non-Commercial License](https://github.com/Zheng-Chong/FastFit/tree/main). For commercial collaboration, please contact [LavieAI](https://lavieai.com/) or [LoomlyAI](https://www.loomlyai.com/en).
 
1
  ---
2
+ base_model: runwayml/stable-diffusion-inpainting
3
+ datasets:
4
+ - zhengchong/DressCode-MR
5
+ - zhengchong/DressCode-Test
6
+ - zhengchong/VITON-HD
7
  language:
8
  - en
9
+ library_name: diffusers
10
+ license: other
11
+ metrics:
12
+ - fid
13
+ - ssim
14
+ - lpips
15
+ pipeline_tag: image-to-image
16
  tags:
17
  - virtual-try-on
18
  - diffusion
19
  - stable-diffusion
20
  - multi-reference
 
21
  - computer-vision
22
  - comfyui
23
  - gradio
24
  - aigc
25
+ thumbnail: https://raw.githubusercontent.com/Zheng-Chong/FastFit/main/assets/img/dataset.png
 
 
 
 
 
 
 
 
 
26
  ---
27
 
28
  <h1 align="center"> FastFit: Accelerating Multi-Reference Virtual Try-On via Cacheable Diffusion Models </h1>
 
193
 
194
  ## License
195
 
196
+ All weights, parameters, and code related to FastFit are governed by the [FastFit Non-Commercial License](https://github.com/Zheng-Chong/FastFit/tree/main). For commercial collaboration, please contact [LavieAI](https://lavieai.com/) or [LoomlyAI](https://www.loomlyai.com/en).