Update README.md
Browse files
README.md
CHANGED
@@ -13,9 +13,9 @@ inference:
|
|
13 |
|
14 |
This repository contains a model that generates highly aesthetic images of resolution 1024x1024, as well as portrait and landscape aspect ratios. You can use the model with Hugging Face 🧨 Diffusers.
|
15 |
|
16 |
-
[
|
17 |
|
18 |
-
**Playground v2.5** is a diffusion-based text-to-image generative model, and a successor to Playground v2
|
19 |
|
20 |
Playground v2.5 is near state-of-the-art in aesthetic quality. Our user studies demonstrate that our model outperforms SDXL, Playground v2, PIXART-α, DALL-E 3, and Midjourney 5.2.
|
21 |
|
@@ -45,17 +45,17 @@ The aesthetic quality of Playground v2.5 dramatically outperforms the current st
|
|
45 |
|
46 |
Similarly, for multi aspect ratios, we outperform SDXL by a large margin.
|
47 |
|
48 |
-
[
|
49 |
|
50 |
Next, we benchmark Playground v2.5 specifically on people-related images, to test Human Preference Alignment. We compared Playground v2.5 against two commonly-used baseline models: SDXL and RealStock v2, a community fine-tune of SDXL that was trained on a realistic people dataset.
|
51 |
|
52 |
Playground v2.5 outperforms both baselines by a large margin.
|
53 |
|
54 |
-
[
|
55 |
|
56 |
-
Lastly, we report metrics using our MJHQ-30K benchmark which we open-sourced with the v2 release.
|
57 |
|
58 |
-
[
|
59 |
|
60 |
### How to cite us
|
61 |
TODO
|
|
|
13 |
|
14 |
This repository contains a model that generates highly aesthetic images of resolution 1024x1024, as well as portrait and landscape aspect ratios. You can use the model with Hugging Face 🧨 Diffusers.
|
15 |
|
16 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/636c0c4eaae2da3c76b8a9a3/HYUUGfU6SOCHsvyeISQ5Y.png)
|
17 |
|
18 |
+
**Playground v2.5** is a diffusion-based text-to-image generative model, and a successor to [Playground v2](https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic).
|
19 |
|
20 |
Playground v2.5 is near state-of-the-art in aesthetic quality. Our user studies demonstrate that our model outperforms SDXL, Playground v2, PIXART-α, DALL-E 3, and Midjourney 5.2.
|
21 |
|
|
|
45 |
|
46 |
Similarly, for multi aspect ratios, we outperform SDXL by a large margin.
|
47 |
|
48 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/636c0c4eaae2da3c76b8a9a3/xMB0r-CmR3N6dABFlcV71.png)
|
49 |
|
50 |
Next, we benchmark Playground v2.5 specifically on people-related images, to test Human Preference Alignment. We compared Playground v2.5 against two commonly-used baseline models: SDXL and RealStock v2, a community fine-tune of SDXL that was trained on a realistic people dataset.
|
51 |
|
52 |
Playground v2.5 outperforms both baselines by a large margin.
|
53 |
|
54 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/636c0c4eaae2da3c76b8a9a3/7c-8Stw52OsNtUjse8Slv.png)
|
55 |
|
56 |
+
Lastly, we report metrics using our MJHQ-30K benchmark which we [open-sourced](https://huggingface.co/datasets/playgroundai/MJHQ-30K) with the v2 release. We report both the overall FID and per category FID. All FID metrics are computed at resolution 1024x1024. Our results show that Playground v2.5 outperforms both Playground v2 and SDXL in overall FID and all category FIDs, especially in the people and fashion categories. This is in line with the results of the user study, which indicates a correlation between human preferences and the FID score of the MJHQ-30K benchmark.
|
57 |
|
58 |
+
![image/png](https://cdn-uploads.huggingface.co/production/uploads/636c0c4eaae2da3c76b8a9a3/7tyYDPGUtokh-k18XDSte.png)
|
59 |
|
60 |
### How to cite us
|
61 |
TODO
|