added model card
Browse files
README.md
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: ditto
|
3 |
+
tags:
|
4 |
+
- ditto
|
5 |
+
pipeline_tag: image-to-image
|
6 |
+
---
|
7 |
+
|
8 |
+
# Ditto
|
9 |
+
|
10 |
+
![banner](https://www.ocf.berkeley.edu/~launchpad/media/uploads/project_logos/Ditto.png)
|
11 |
+
|
12 |
+
This repository contains the weights of the Ditto model.
|
13 |
+
|
14 |
+
## Download instruction
|
15 |
+
|
16 |
+
Clone the repo to download the checkpoint.
|
17 |
+
|
18 |
+
```shell
|
19 |
+
git clone https://huggingface.co/Launchpad/ditto
|
20 |
+
```
|
21 |
+
|