Learn how to use Inpainting and Control Net techniques to reimagine a photo, and use ComputeText to describe the resulting images.
"The living room boasts a spacious design with a large window allowing natural light and a cozy couch. Unique is the open-concept office area, separated by a partial wall, offering a functional workspace while maintaining unity, enhanced by plants, lamps, and a rug in the modern, minimalist decor."
The four parts of the guide cover:
- Inpainting: Use StableDiffusionXLInpaint to generate variations of a photo of a room in different styles.
- Control Net – Edge Detection: Use StableDiffusionXLControlNet with the
edge
method to generate variations structured by the edges of the original image. - Control Net – Depth Detection: Use StableDiffusionXLControlNet with the
depth
method to generate variations structured by a depth map of the original image. - Describing images: Use ComputeText to describe the generated images.
First, initialize Substrate:
1. Inpainting
Let's try generating variations of the room using StableDiffusionXLInpaint.
- This node can also be used to inpaint the masked part of an image if a
mask_image_uri
is provided. Here, we'll inpaint in the entire image. - The
strength
parameter controls the strength of the generation process over the original image. Higher strength values produces images that are further from the original.
When using this strength
value, some of the quality of the original is preserved in the variations, but they're quite different.
InpaintImage is a high-level alternative to StableDiffusionXLControlNet
. You should use high-level nodes if you
want your node to automatically update to the latest, best model.
2. Control Net – Edge Detection
Let's try using StableDiffusionXLControlNet with the edge
method, which processes the original image with an edge detection algorithm and uses edges to structure generation.
3. Control Net – Depth Detection
Let's try using StableDiffusionXLControlNet with the depth
method, which processes the original image with a depth detection algorithm and uses depth to structure generation.
4. Describing images
We can describe the content of the images using ComputeText, and then summarize the generated descriptions using ComputeText.
We run the pipeline by calling substrate.run
with the terminal nodes, summaries
.
The living room boasts a spacious design with a large window allowing natural light and a cozy couch. Unique is the open-concept office area, separated by a partial wall, offering a functional workspace while maintaining unity, enhanced by plants, lamps, and a rug in the modern, minimalist decor.
The image features a contemporary office with a captivating pink and purple color scheme: vibrant pink walls instill energy, while elegant purple furniture adds sophistication.