Update README.md
Browse files
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 [
|
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
|