instance_prompt: a photo of room bed, wall, table, curtainsbed, wall, table, curtains images for the bedroom theme.1from diffusers import StableDiffusionPipeline
2
3pipeline = StableDiffusionPipeline.from_pretrained('gaurav761/bedroom-01')
4image = pipeline().images[0]
5image