Adapter commited on
Commit
b1e696d
1 Parent(s): f25d989

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -61,7 +61,7 @@ pip install transformers accelerate safetensors
61
  1. Images are first downloaded into the appropriate *control image* format.
62
  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).
63
 
64
- Let's have a look at a simple example using the [Canny Adapter](https://huggingface.co/TencentARC/t2i-adapter-lineart-sdxl-1.0).
65
 
66
  - Dependency
67
  ```py
 
61
  1. Images are first downloaded into the appropriate *control image* format.
62
  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).
63
 
64
+ Let's have a look at a simple example using the [Depth-zoe Adapter](https://huggingface.co/TencentARC/t2i-adapter-depth-zoe-sdxl-1.0).
65
 
66
  - Dependency
67
  ```py