Edit model card

Dreambooth Model for Food trained on a custom dataset.

This is a Stable Diffusion model fine-tuned on the food concept with DreamBooth. It can be used by modifying the instance_prompt: A photo of ddahi puri

This model was created as part of the DreamBooth Hackathon 🔥.

Description

Model finetuned on the pictures of Dahi Puri, a kind of chaat, made for the Dreambooth Hackathon

Usage

from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('Ducco/Dahi-Puri')
image = pipeline().images[0]
image

Examples

Some examples of images generated by the model are shown below, with their prompts.

a picture of the woods, ggenshin landscape, eerie,, gs = 10, infsteps = 50.png a photo of Modi eating ddahi puri food, high resolution

a picture of the woods, ggenshin landscape, eerie,, gs = 10, infsteps = 50.png a photo of Trump with ddahi puri

a picture of the woods, ggenshin landscape, eerie,, gs = 10, infsteps = 50.png a screenshot of ddahi puri in a videogame

a picture of the woods, ggenshin landscape, eerie,, gs = 10, infsteps = 50.png ddahi puri on a pizza

a picture of the woods, ggenshin landscape, eerie,, gs = 10, infsteps = 50.png ddahi puri with cherries

Downloads last month
1