ControlNet
ControlNet enhances image-to-image generation by conditioning input images, enabling versatile control using techniques like pose and edge detection.
Imagine having a striking image with great composition, but desiring to refill it with different content. This is where ControlNet excels. Let's dive into its capabilities with an example:

In this example, the image on the left side is the original image from the Internet. In the middle, it is the depth structure of the image, produced by Hyperbolic AI preprocessor. On the right, the image is generated using SDXL + ControlNet, seamlessly integrating depth information and the text prompt of "an astronaut on Mars". To explore this firsthand, utilize the following Python code:
python
Currently, HyperbolicAI supports two Stable Diffusion + ControlNet: SDXL-ControlNet and SD1.5-ControlNet. Furthermore, there are four distinct types of ControlNet available: canny, depth, openpose and softedge.
Last updated