hyoungwoncho commited on
Commit
eaf1fc5
1 Parent(s): 0421e9d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -18,6 +18,8 @@ This repository is based on [Diffusers](https://huggingface.co/docs/diffusers/in
18
 
19
  [ControlNet](https://arxiv.org/abs/2302.05543) is a neural network structure to control diffusion models by adding extra conditions. The pipeline is a modification of StableDiffusionControlNetPipeline to support image generation with ControlNet and Perturbed-Attention Guidance (PAG).
20
 
 
 
21
  ## Quickstart
22
 
23
  Loading ControlNet and Custom Piepline:
 
18
 
19
  [ControlNet](https://arxiv.org/abs/2302.05543) is a neural network structure to control diffusion models by adding extra conditions. The pipeline is a modification of StableDiffusionControlNetPipeline to support image generation with ControlNet and Perturbed-Attention Guidance (PAG).
20
 
21
+ In addition to the examples provided with Openpose, you can also generate using various conditions. Please refer to "ControlNet" section of an [official document](https://huggingface.co/docs/diffusers/using-diffusers/controlnet) for details.
22
+
23
  ## Quickstart
24
 
25
  Loading ControlNet and Custom Piepline: