AI ExplorerAI Explorer
OutilsCatégoriesSitesLLMsComparerQuiz IAAlternativesPremium

—

Outils IA

—

Sites & Blogs

—

LLMs & Modèles

—

Catégories

AI Explorer

Trouvez et comparez les meilleurs outils d'intelligence artificielle pour vos projets.

Fait avecen France

Explorer

  • Tous les outils
  • Sites & Blogs
  • LLMs & Modèles
  • Comparer
  • Chatbots
  • Images IA
  • Code & Dev

Entreprise

  • Premium
  • À propos
  • Contact
  • Blog

Légal

  • Mentions légales
  • Confidentialité
  • CGV

© 2026 AI Explorer. Tous droits réservés.

AccueilLLMsplayground v2.5 1024px aesthetic

playground v2.5 1024px aesthetic

par playgroundai

Open source · 341k downloads · 763 likes

3.6
(763 avis)ImageAPI & Local
À propos

Playground v2.5 est un modèle de génération d'images par intelligence artificielle capable de produire des visuels esthétiques en haute résolution (1024x1024 pixels) ou adaptés à des formats portrait et paysage. Il se distingue par sa qualité visuelle supérieure, surpassant selon des études utilisateurs des modèles concurrents comme SDXL, DALL-E 3 ou Midjourney 5.2. Le modèle excelle particulièrement dans la génération d'images réalistes ou artistiques à partir de descriptions textuelles, avec une attention particulière portée à l'alignement avec les préférences humaines, notamment pour les représentations de personnes. Ses forces résident dans sa capacité à générer des détails fins et des compositions harmonieuses, tout en offrant une grande flexibilité d'utilisation pour divers cas d'usage créatifs.

Documentation

Playground v2.5 – 1024px Aesthetic Model

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.

image/png

Playground v2.5 is a diffusion-based text-to-image generative model, and a successor to Playground v2.

Playground v2.5 is the state-of-the-art open-source model in aesthetic quality. Our user studies demonstrate that our model outperforms SDXL, Playground v2, PixArt-α, DALL-E 3, and Midjourney 5.2.

For details on the development and training of our model, please refer to our blog post and technical report.

Model Description

  • Developed by: Playground
  • Model type: Diffusion-based text-to-image generative model
  • License: Playground v2.5 Community License
  • Summary: This model generates images based on text prompts. It is a Latent Diffusion Model that uses two fixed, pre-trained text encoders (OpenCLIP-ViT/G and CLIP-ViT/L). It follows the same architecture as Stable Diffusion XL.

Using the model with 🧨 Diffusers

Install diffusers >= 0.27.0 and the relevant dependencies.

Code
pip install diffusers>=0.27.0
pip install transformers accelerate safetensors

Notes:

  • The pipeline uses the EDMDPMSolverMultistepScheduler scheduler by default, for crisper fine details. It's an EDM formulation of the DPM++ 2M Karras scheduler. guidance_scale=3.0 is a good default for this scheduler.
  • The pipeline also supports the EDMEulerScheduler scheduler. It's an EDM formulation of the Euler scheduler. guidance_scale=5.0 is a good default for this scheduler.

Then, run the following snippet:

Python
from diffusers import DiffusionPipeline
import torch

pipe = DiffusionPipeline.from_pretrained(
    "playgroundai/playground-v2.5-1024px-aesthetic",
    torch_dtype=torch.float16,
    variant="fp16",
).to("cuda")

# # Optional: Use DPM++ 2M Karras scheduler for crisper fine details
# from diffusers import EDMDPMSolverMultistepScheduler
# pipe.scheduler = EDMDPMSolverMultistepScheduler()

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt=prompt, num_inference_steps=50, guidance_scale=3).images[0]

Using the model with Automatic1111/ComfyUI

Support coming soon. We will update this model card with instructions when ready.

User Studies

This model card only provides a brief summary of our user study results. For extensive details on how we perform user studies, please check out our technical report.

We conducted studies to measure overall aesthetic quality, as well as for the specific areas we aimed to improve with Playground v2.5, namely multi aspect ratios and human preference alignment.

Comparison to State-of-the-Art

image/png

The aesthetic quality of Playground v2.5 dramatically outperforms the current state-of-the-art open source models SDXL and PIXART-α, as well as Playground v2. Because the performance differential between Playground V2.5 and SDXL was so large, we also tested our aesthetic quality against world-class closed-source models like DALL-E 3 and Midjourney 5.2, and found that Playground v2.5 outperforms them as well.

Multi Aspect Ratios

image/png

Similarly, for multi aspect ratios, we outperform SDXL by a large margin.

Human Preference Alignment on People-related images

image/png

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.

Playground v2.5 outperforms both baselines by a large margin.

MJHQ-30K Benchmark

image/png

ModelOverall FID
SDXL-1-0-refiner9.55
playground-v2-1024px-aesthetic7.07
playground-v2.5-1024px-aesthetic4.48

Lastly, we report metrics using our MJHQ-30K benchmark which we open-sourced 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.

How to cite us

INI
@misc{li2024playground,
      title={Playground v2.5: Three Insights towards Enhancing Aesthetic Quality in Text-to-Image Generation}, 
      author={Daiqing Li and Aleks Kamko and Ehsan Akhgari and Ali Sabet and Linmiao Xu and Suhail Doshi},
      year={2024},
      eprint={2402.17245},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}
Liens & Ressources
Spécifications
CatégorieImage
AccèsAPI & Local
LicenceOpen Source
TarificationOpen Source
Note
3.6

Essayer playground v2.5 1024px aesthetic

Accédez directement au modèle