Views
No views yet
instance_prompt: a photo of carrotey vegetablevegetable images for the food theme.1from diffusers import StableDiffusionPipeline
2
3pipeline = StableDiffusionPipeline.from_pretrained('jonathang/carrotey-vegetable')
4image = pipeline().images[0]
5image