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 photo of Modi eating ddahi puri food, high resolution
a photo of Trump with ddahi puri
- Downloads last month
- 5
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.