pytorch diffusers stable-diffusion text-to-image diffusion-models-class dreambooth-hackathon food

DreamBooth model for the mazapan concept trained by kokuma on the kokuma/figuritas-de-mazapan dataset.

This is a Stable Diffusion model fine-tuned on the mazapan concept with DreamBooth for the food theme.
This model was created as part of the DreamBooth Hackathon 🔥. Visit the organisation page for instructions on how to take part!

Prompts

Suggested parameters

Examples

a cute dog, mazapan a cute sparrow, mazapan a cute bear, mazapan
a cute koala, mazapan a cute robot made of mazapan a cute fox, mazapan

Usage

from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('kokuma/mazapan')
image = pipeline().images[0]
image