Commit
·
cdc3446
1
Parent(s):
93573a0
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
Datasets for the Direct Preference for Denoising Diffusion Policy Optimization (D3PO)
|
2 |
+
|
3 |
+
**Description**: The dataset for the image distortion experiment of the [`anything-v5`](https://huggingface.co/stablediffusionapi/anything-v5) model in the paper [Using Human Feedback to Fine-tune Diffusion Models without Any Reward Model](https://arxiv.org/abs/2311.13231).
|
4 |
+
|
5 |
+
**Source Code**: The code used to generate this data can be found [here](https://github.com/yk7333/D3PO/tree/main).
|
6 |
+
|
7 |
+
**Directory**
|
8 |
+
- d3po
|
9 |
+
- epoch1
|
10 |
+
- all_img
|
11 |
+
- *.png
|
12 |
+
- deformed_img
|
13 |
+
- *.png
|
14 |
+
- json
|
15 |
+
- data.json (required for training)
|
16 |
+
- prompt.json
|
17 |
+
- sample.pkl(required for training)
|
18 |
+
- epoch2
|
19 |
+
- ...
|
20 |
+
- epoch5
|