Using Style Ambiguity Loss to Improve Aesthetics of Diffusion Models
2024-10-02Code Available0· sign in to hype
James Baker
Code Available — Be the first to reproduce this paper.
ReproduceCode
- github.com/jamesbaker361/clipcreateOfficialIn paperpytorch★ 1
Abstract
Teaching text-to-image models to be creative involves using style ambiguity loss. In this work, we explore using the style ambiguity training objective, used to approximate creativity, on a diffusion model. We then experiment with forms of style ambiguity loss that do not require training a classifier or a labeled dataset, and find that the models trained with style ambiguity loss can generate better images than the baseline diffusion models and GANs. Code is available at https://github.com/jamesBaker361/clipcreate.