yuxi-liu-wired
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,22 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
The original Git Repo is in the `CSD` folder.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
base_model:
|
6 |
+
- openai/clip-vit-large-patch14
|
7 |
+
tags:
|
8 |
+
- art
|
9 |
+
- style
|
10 |
+
- clip
|
11 |
+
- image
|
12 |
+
- embedding
|
13 |
+
- vit
|
14 |
+
---
|
15 |
+
|
16 |
+
## Measuring Style Similarity in Diffusion Models
|
17 |
+
|
18 |
+
Cloned from [learn2phoenix/CSD](https://github.com/learn2phoenix/CSD?tab=readme-ov-file).
|
19 |
+
|
20 |
+
Their model (`csd-vit-l.pth`) downloaded from their [Google Drive](https://drive.google.com/file/d/1FX0xs8p-C7Ob-h5Y4cUhTeOepHzXv_46/view?usp=sharing).
|
21 |
+
|
22 |
The original Git Repo is in the `CSD` folder.
|