Downloads · 30 days
3
11% of all-time downloads
shreyab21/ccorgi-dog
ccorgi-dog is a text-to-image model from shreyab21. 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 ccorgi concept with DreamBooth. It can be used by modifying the instanceprompt: a photo of ccorgi dog
Downloads · 30 days
3
11% of all-time downloads
All-time downloads
27
Public
Parameters
860M
5.5 GB on disk
Likes
0
Public
Click a slice to open those files.
.safetensors5.5 GB · 100%
From the Hugging Face model README
This is a Stable Diffusion model fine-tuned on the ccorgi concept with DreamBooth. It can be used by modifying the instance_prompt: a photo of ccorgi dog
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 dog images for the animal theme.
from diffusers import StableDiffusionPipeline
pipeline = StableDiffusionPipeline.from_pretrained('shreyab21/ccorgi-dog')
image = pipeline().images[0]
image