Downloads · 30 days
8
14% of all-time downloads
dogeplusplus/jaffa-cake
jaffa-cake is a text-to-image model from dogeplusplus. Use it when you need an image from a text prompt. It is set up for diffusers. The card lists the license as creativeml-openrail-m.
This is a Stable Diffusion model fine-tuned on the jaffa concept with DreamBooth. It can be used by modifying the instanceprompt: a photo of a jaffa cake
Downloads · 30 days
8
14% of all-time downloads
All-time downloads
59
Public
Repo size
5.5 GB
Likes
6
Public
Click a slice to open those files.
.bin5.5 GB · 100%
From the Hugging Face model README
This is a Stable Diffusion model fine-tuned on the jaffa concept with DreamBooth. It can be used by modifying the instance_prompt: a photo of a jaffa cake
This model was created as part of the DreamBooth Hackathon 🔥. Visit the organisation page for instructions on how to take part!
| Stable Diffusion v1-4 | Dreambooth Jaffa |
|---|---|
![]() | ![]() |
Generate images of jaffa cakes in different contexts and art styles:
| ukiyo-e | picasso | rembrandt |
|---|---|---|
![]() | ![]() | ![]() |
| van gogh | warhol | dali |
![]() | ![]() | ![]() |
from diffusers import StableDiffusionPipeline
pipeline = StableDiffusionPipeline.from_pretrained('dogeplusplus/jaffa-cake')
image = pipeline().images[0]
image