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
8