Skip to content

Commit e38a674

Browse files
authored
Update README.md
1 parent dbfb324 commit e38a674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit3/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ To fix this, we use a trick called Classifier-Free Guidance (CGF). During traini
6060
It is possible to create versions of Stable Diffusion that take in additional kinds of conditioning. For example, the [Depth-to-Image model](https://huggingface.co/stabilityai/stable-diffusion-2-depth) has extra input channels that take in-depth information about the image being denoised, and at inference time we can feed in the depth map of a target image (estimated using a separate model) to hopefully generate an image with a similar overall structure.
6161

6262
![depth to image example](https://huggingface.co/stabilityai/stable-diffusion-2-depth/resolve/main/depth2image.png)<br>
63-
Depth-conditioned_ SD is_ able to generate different images with the same overall structure (example from StabilityAI)_
63+
_Depth-conditioned SD is able to generate different images with the same overall structure (example from StabilityAI)_
6464

6565
In a similar manner, we can feed in a low-resolution image as the conditioning and have the model generate the high-resolution version ([as used by the Stable Diffusion Upscaler](https://huggingface.co/stabilityai/stable-diffusion-x4-upscaler)). Finally, we can feed in a mask showing a region of the image to be re-generated as part of the 'in-painting' task, where the non-mask regions need to stay intact while new content is generated for the masked area.
6666

0 commit comments

Comments
 (0)