docs: make controlnet sections linkable

pull/320/head
Bryce Drennan 1 year ago committed by GitHub
parent 23d4810670
commit 726ffe48c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ imagine --control-image assets/indiana.jpg --control-mode openpose --caption-te
<img src="assets/indiana-pose-polar-bear.jpg" height="256"> <img src="assets/indiana-pose-polar-bear.jpg" height="256">
</p> </p>
**Canny Edge Control** #### Canny Edge Control
```bash ```bash
imagine --control-image assets/lena.png --control-mode canny "photo of a woman with a hat looking at the camera" imagine --control-image assets/lena.png --control-mode canny "photo of a woman with a hat looking at the camera"
@ -55,7 +55,7 @@ imagine --control-image assets/lena.png --control-mode canny "photo of a woman
<img src="assets/lena-canny-generated.jpg" height="256"> <img src="assets/lena-canny-generated.jpg" height="256">
</p> </p>
**HED Boundary Control** #### HED Boundary Control
```bash ```bash
imagine --control-image dog.jpg --control-mode hed "photo of a dalmation" imagine --control-image dog.jpg --control-mode hed "photo of a dalmation"
@ -67,7 +67,7 @@ imagine --control-image dog.jpg --control-mode hed "photo of a dalmation"
<img src="assets/dog-hed-boundary-dalmation.jpg" height="256"> <img src="assets/dog-hed-boundary-dalmation.jpg" height="256">
</p> </p>
**Depth Map Control** #### Depth Map Control
```bash ```bash
imagine --control-image fancy-living.jpg --control-mode depth "a modern living room" imagine --control-image fancy-living.jpg --control-mode depth "a modern living room"
@ -79,7 +79,7 @@ imagine --control-image fancy-living.jpg --control-mode depth "a modern living
<img src="assets/fancy-living-depth-generated.jpg" height="256"> <img src="assets/fancy-living-depth-generated.jpg" height="256">
</p> </p>
**Normal Map Control** #### Normal Map Control
```bash ```bash
imagine --control-image bird.jpg --control-mode normal "a bird" imagine --control-image bird.jpg --control-mode normal "a bird"
@ -91,7 +91,7 @@ imagine --control-image bird.jpg --control-mode normal "a bird"
<img src="assets/bird-normal-generated.jpg" height="256"> <img src="assets/bird-normal-generated.jpg" height="256">
</p> </p>
**Image Shuffle Control** #### Image Shuffle Control
Generates the image based on elements of the control image. Kind of similar to style transfer. Generates the image based on elements of the control image. Kind of similar to style transfer.
```bash ```bash
@ -104,7 +104,7 @@ The middle image is the "shuffled" input image
<img src="assets/pearl_shuffle_clown_019331_1_kdpmpp2m15_PS7.5_img2img-0.0_a_clown.jpg" height="256"> <img src="assets/pearl_shuffle_clown_019331_1_kdpmpp2m15_PS7.5_img2img-0.0_a_clown.jpg" height="256">
</p> </p>
**Edit Instructions Control** #### Editing Instructions Control
Similar to instructPix2Pix (below) but works with any SD 1.5 based model. Similar to instructPix2Pix (below) but works with any SD 1.5 based model.
```bash ```bash
@ -117,7 +117,7 @@ imagine --control-image pearl-girl.jpg --control-mode edit --init-image-strengt
<img src="assets/pearl_beach_019561_862735879_kdpmpp2m30_PS7.0_img2img-0.01_make_it_at_the_beach.jpg" height="256"> <img src="assets/pearl_beach_019561_862735879_kdpmpp2m30_PS7.0_img2img-0.01_make_it_at_the_beach.jpg" height="256">
</p> </p>
**Add Details Control (upscaling/super-resolution)** #### Add Details Control (upscaling/super-resolution)
Replaces existing details in an image. Good to use with --init-image-strength 0.2 Replaces existing details in an image. Good to use with --init-image-strength 0.2
```bash ```bash

Loading…
Cancel
Save