This is a Stable Diffusion model fine-tuned on the infamous blobfish (often remarked as the ugliest animal in the world) for the DreamBooth Hackathon 🔥 animal theme. To participate or learn more, visit
this page.
1from diffusers import StableDiffusionPipeline
2
3pipeline = StableDiffusionPipeline.from_pretrained('baruga/hideous-blobfish')
4image = pipeline().images[0]
5image