Views
No views yet
instance_prompt: a photo of MLSEnglishGnome gnomegnome images for the wildcard theme.1from diffusers import StableDiffusionPipeline
2
3pipeline = StableDiffusionPipeline.from_pretrained('gavrenkov/MLSEnglishGnome-gnome')
4image = pipeline().images[0]
5image