--- license: mit tags: - pytorch - diffusers - class-conditional-image-generation - diffusion-models-class --- # Overview This model is a diffusion model for conditional image generation of clothes from the FashionMNIST dataset. The model is a class-conditioned UNet that generates images of clothes conditioned on the class label. The code for this model can be found in this [GitHub repository](https://github.com/Huertas97/GenAI-FashionMNIST) ## Usage