Update README.md
Browse files
README.md
CHANGED
@@ -12,6 +12,8 @@ Reflow has interesting theoretical properties. You may check [this ICLR paper](h
|
|
12 |
|
13 |
## Images Generated from Random Diffusion DB prompts
|
14 |
|
|
|
|
|
15 |
| ![image/png](https://cdn-uploads.huggingface.co/production/uploads/646b0bbdec9a61e871799339/MXEZ5YQtsnr70XzVnH8gQ.png) |
|
16 |
| :---: |
|
17 |
| **Prompt**: a renaissance portrait of dwayne johnson, art in the style of rembrandt. |
|
@@ -38,13 +40,23 @@ The final model is **2-Rectified Flow**.
|
|
38 |
|
39 |
## Evaluation Results - Metrics
|
40 |
|
41 |
-
The following metrics of 2-Rectified Flow are measured on MS COCO 2017 with 5000 images and 25-step Euler solver
|
|
|
|
|
|
|
|
|
42 |
|
43 |
-
|
44 |
|
45 |
## Evaluation Results - Impact of Guidance Scale
|
46 |
|
47 |
-
We
|
|
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
## Citation
|
50 |
```
|
|
|
12 |
|
13 |
## Images Generated from Random Diffusion DB prompts
|
14 |
|
15 |
+
We compare SD 1.5+DPM-Solver and 2-Rectified Flow with random prompts from Diffusion DB. 2-Rectiifed Flow is straighter.
|
16 |
+
|
17 |
| ![image/png](https://cdn-uploads.huggingface.co/production/uploads/646b0bbdec9a61e871799339/MXEZ5YQtsnr70XzVnH8gQ.png) |
|
18 |
| :---: |
|
19 |
| **Prompt**: a renaissance portrait of dwayne johnson, art in the style of rembrandt. |
|
|
|
40 |
|
41 |
## Evaluation Results - Metrics
|
42 |
|
43 |
+
The following metrics of 2-Rectified Flow are measured on MS COCO 2017 with 5000 images and 25-step Euler solver:
|
44 |
+
|
45 |
+
*FID-5k = 21.5, CLIP score = 0.315*
|
46 |
+
|
47 |
+
Few-Step performance:
|
48 |
|
49 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/646b0bbdec9a61e871799339/GS_ApYjpbtmwnICgHOZmD.png)
|
50 |
|
51 |
## Evaluation Results - Impact of Guidance Scale
|
52 |
|
53 |
+
We evaluate the impact of the guidance scale on 2-Rectified Flow.
|
54 |
+
|
55 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/646b0bbdec9a61e871799339/h_GbLBjnE8tP67Fgzj6ER.png)
|
56 |
+
|
57 |
+
Trade-off Curve:
|
58 |
+
|
59 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/646b0bbdec9a61e871799339/ldplYcANcoPogbqdOP1p9.png)
|
60 |
|
61 |
## Citation
|
62 |
```
|