Views
No views yet
instance_prompt: a photo of hedgehog animalhedgehog animal images with DreamBooth.
It can be used by modifying the instance_prompt: a photo of hedgehog animal1from diffusers import StableDiffusionPipeline
2
3pipeline = StableDiffusionPipeline.from_pretrained('punxti/hedgehog-animal')
4image = pipeline().images[0]
5image