Views
No views yet
instance_prompt: a photo of catty petpet images for the animal theme,
for the Hugging Face DreamBooth Hackathon, from the HF CN Community,
This is just my sleppy cat cattty, enjoy.1from diffusers import StableDiffusionPipeline
2
3pipeline = StableDiffusionPipeline.from_pretrained('Harukanaa/catty-pet-heywhale')
4image = pipeline().images[0]
5image