Edit model card

Description

Model finetuned on the pictures of our cat named Vishu, made for the Dreambooth Hackathon

Usage

from diffusers import StableDiffusionPipeline

pipeline = StableDiffusionPipeline.from_pretrained('Apocalypse-19/dreambooth-vishu')
image = pipeline().images[0]
image
Downloads last month
2
Inference API
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.