Adapter commited on
Commit
5e5283f
1 Parent(s): 909a397

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -62,7 +62,7 @@ pip install transformers accelerate safetensors
62
  1. Images are first downloaded into the appropriate *control image* format.
63
  2. The *control image* and *prompt* are passed to the [`StableDiffusionXLAdapterPipeline`](https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/t2i_adapter/pipeline_stable_diffusion_xl_adapter.py#L125).
64
 
65
- Let's have a look at a simple example using the [Canny Adapter](https://huggingface.co/TencentARC/t2i-adapter-lineart-sdxl-1.0).
66
 
67
  - Dependency
68
  ```py
 
62
  1. Images are first downloaded into the appropriate *control image* format.
63
  2. The *control image* and *prompt* are passed to the [`StableDiffusionXLAdapterPipeline`](https://github.com/huggingface/diffusers/blob/main/src/diffusers/pipelines/t2i_adapter/pipeline_stable_diffusion_xl_adapter.py#L125).
64
 
65
+ Let's have a look at a simple example using the [Openpose Adapter](https://huggingface.co/TencentARC/t2i-adapter-openpose-sdxl-1.0).
66
 
67
  - Dependency
68
  ```py