File size: 845 Bytes
a50c803
 
 
 
 
 
 
 
 
 
 
fabdb4f
a50c803
 
 
 
08bb24b
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Models for T2I-Adapter

T2I-Adapter: Learning Adapters to Dig out More Controllable Ability for Text-to-Image Diffusion Models

The GitHub repo: <https://github.com/TencentARC/T2I-Adapter>

## Model Description

All the following adapters are trained with Stable Diffusion (SD) V1.4, and they can be directly used on custom models as long as they are fine-tuned from the same text-to-image models, such as Anything-4.0 or models on the <https://civitai.com/>.

| Adapter Name  | Adapter Description |
| --- | --- |
| T2I-Adapter/models/t2iadapter_sketch_sd14v1.pth | The adapter for sketch-to-image generation. |
| T2I-Adapter/models/t2iadapter_keypose_sd14v1.pth | The adapter for keypose-to-image generation. |
| T2I-Adapter/models/t2iadapter_seg_sd14v1.pth | The adapter for segmentation-to-image generation. |

---
license: apache-2.0
---