Views
No views yet
1├─ scheduler/
2├─ text_encoder/
3├─ tokenizer/
4├─ unet/
5└─ vae_decoder/Note: UNet and VAE decoder models are optimized and structured to run on AMD NPUs. The other components (text encoder, tokenizer and scheduler) are shared between GPU and NPU pipelines, but are provided here for completeness.
| Model Details | Description |
|---|---|
| Person or organization developing model | Giovanni Guasti (AMD), Benjamin Consolvo (AMD) |
| Original model authors | Robin Rombach, Patrick Esser |
| Model date | January 2026 |
| Model version | 1.7.0 |
| Model type | Diffusion-based text-to-image generation model |
| Information about training algorithms, parameters, fairness constraints or other applied approaches, and features | This is a model that can be used to generate and modify images based on text prompts. It is a Latent Diffusion Model that uses a fixed, pretrained text encoder (CLIP ViT-L/14) as suggested in the Imagen paper. |
| License | CreativeML OpenRAIL-M |
| Where to send questions or comments about the model | Community Tab and AMD Developer Community Discord |
1 @InProceedings{Rombach_2022_CVPR,
2 author = {Rombach, Robin and Blattmann, Andreas and Lorenz, Dominik and Esser, Patrick and Ommer, Bj\"orn},
3 title = {High-Resolution Image Synthesis With Latent Diffusion Models},
4 booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
5 month = {June},
6 year = {2022},
7 pages = {10684-10695}
8 }