FANG DAI
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,14 +1,18 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
library_name: diffusers
|
4 |
tags:
|
5 |
- clinical
|
6 |
- oncology imaging
|
7 |
- diffusers
|
|
|
|
|
|
|
8 |
metrics:
|
9 |
-
|
10 |
-
thumbnail:
|
11 |
-
|
|
|
12 |
---
|
13 |
|
14 |
# Tiger Model
|
@@ -156,4 +160,4 @@ We employ the [MoSo score](https://github.com/hrtan/MoSo) to control the quality
|
|
156 |
All references are listed in the article.
|
157 |
|
158 |
## Licence
|
159 |
-
The code is distributed under the
|
|
|
1 |
---
|
2 |
+
license: apache-2.0
|
3 |
library_name: diffusers
|
4 |
tags:
|
5 |
- clinical
|
6 |
- oncology imaging
|
7 |
- diffusers
|
8 |
+
- stable diffusion
|
9 |
+
base_model:
|
10 |
+
- stable-diffusion-v2
|
11 |
metrics:
|
12 |
+
- CLIP scoring
|
13 |
+
thumbnail: "https://github.com/fangdai-dear/Tiger-Model/blob/0fb783bf17ea4770e49f19f24ddd62ac973deff2/dataset/Figure1.png"
|
14 |
+
pipeline_tag: image-to-image
|
15 |
+
arxiv:
|
16 |
---
|
17 |
|
18 |
# Tiger Model
|
|
|
160 |
All references are listed in the article.
|
161 |
|
162 |
## Licence
|
163 |
+
The code is distributed under the Apache 2.0 license, and can only be used for non-commercial purposes after the publication of the article.
|