Downloads · 30 days
7
3% of all-time downloads
Someman/bird-danphe
bird-danphe is a text-to-image model from Someman. 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 bird concept with DreamBooth. It can be used by modifying the instanceprompt: a photo of bird danphe
Downloads · 30 days
7
3% of all-time downloads
All-time downloads
223
Public
Repo size
5.5 GB
Likes
0
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 bird concept with DreamBooth. It can be used by modifying the instance_prompt: a photo of bird danphe
This model was created as part of the DreamBooth Hackathon 🔥. Visit the organisation page for instructions on how to take part!
This is a Stable Diffusion model fine-tuned on danphe images for the wildcard theme.
from diffusers import StableDiffusionPipeline
pipeline = StableDiffusionPipeline.from_pretrained('Someman/bird-danphe')
image = pipeline().images[0]
image