πŸš€ Playground v2.5 1024px Aesthetic on AMD AI PC NPU

Playground v2.5 is a diffusion-based text-to-image generative model that produces highly aesthetic images at 1024Γ—1024 resolution, as well as portrait and landscape aspect ratios. For more information, please see the Playground v2.5 blog post.

More details about this model can be found on the original Hugging Face model card: playgroundai/playground-v2.5-1024px-aesthetic.

This model repo contains the optimized ONNX models required to run the image generation pipeline for Playground v2.5 on AMD NPUs.

Model Details

The folder structure is organized to mirror the main components of the SDXL-style diffusion pipeline (scheduler, text encoders, tokenizers, UNet, and VAE decoder).

β”œβ”€ scheduler/
β”œβ”€ text_encoder/
β”œβ”€ text_encoder_2/
β”œβ”€ tokenizer/
β”œβ”€ tokenizer_2/
β”œβ”€ unet/
└─ vae_decoder/

The scheduler folder contains the scheduler configuration (timesteps, betas, alphas, etc.) used during the diffusion sampling process.

The text_encoder and text_encoder_2 folders contain the OpenCLIP-ViT/G and CLIP-ViT/L text encoder models used to convert the input prompt into conditioning embeddings.

The tokenizer and tokenizer_2 folders contain the tokenizer configuration and vocabulary files required to preprocess text prompts for the respective text encoders.

The unet folder contains the UNet model used in the diffusion process. The UNet is exported and structured specifically to leverage the AMD NPU accelerator for the denoising steps.

The vae_decoder folder contains the VAE decoder model used to map latent representations back to the image space. The VAE decoder is also structured to make use of the NPU accelerator for efficient image reconstruction.

Note: UNet and VAE decoder models are optimized and structured to run on AMD NPUs. The other components (text encoders, tokenizers and scheduler) are shared between GPU and NPU pipelines, but are provided here for completeness.

Model Details Description
Person or organization developing model Benjamin Consolvo (AMD), makn87amd (AMD)
Original model authors Playground
Model date April 2026
Model version 1.8.0
Model type Diffusion-based text-to-image generation model (SDXL architecture)
Information about training algorithms, parameters, fairness constraints or other applied approaches, and features Latent diffusion model using two fixed, pretrained text encoders (OpenCLIP-ViT/G and CLIP-ViT/L), following the Stable Diffusion XL architecture. See the technical report for training details.
License Playground v2.5 Community License
Where to send questions or comments about the model Community Tab and AMD Developer Community Discord

⚑ Intended Use

Getting Started

To get started with this model, visit github.com/amd/sd-sandbox.

βš“ Ethical Considerations

AMD is committed to conducting our business in a fair, ethical and honest manner and in compliance with all applicable laws, rules and regulations. You can find out more at the AMD Ethics and Compliance page.

⚠️ Caveats and Recommendations

Please visit the original model card for more details: playgroundai/playground-v2.5-1024px-aesthetic.

πŸ“Œ Citation Details

@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}
}
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Collection including amd/playground-v2.5-1024px-aesthetic-amdnpu

Paper for amd/playground-v2.5-1024px-aesthetic-amdnpu