Xintao
commited on
Commit
•
a50c803
1
Parent(s):
08bb24b
add models
Browse files- README.md +16 -0
- models/t2iadapter_keypose_sd14v1.pth +3 -0
- models/t2iadapter_seg_sd14v1.pth +3 -0
- models/t2iadapter_sketch_sd14v1.pth +3 -0
README.md
CHANGED
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
---
|
|
|
1 |
+
# Models for T2I-Adapter
|
2 |
+
|
3 |
+
T2I-Adapter: Learning Adapters to Dig out More Controllable Ability for Text-to-Image Diffusion Models
|
4 |
+
|
5 |
+
The GitHub repo: <https://github.com/TencentARC/T2I-Adapter>
|
6 |
+
|
7 |
+
## Model Description
|
8 |
+
|
9 |
+
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/>.
|
10 |
+
|
11 |
+
| Adapter Name | Adapter Description |
|
12 |
+
| --- | --- | --- | --- |
|
13 |
+
| T2I-Adapter/models/t2iadapter_sketch_sd14v1.pth | The adapter for sketch-to-image generation. |
|
14 |
+
| T2I-Adapter/models/t2iadapter_keypose_sd14v1.pth | The adapter for keypose-to-image generation. |
|
15 |
+
| T2I-Adapter/models/t2iadapter_seg_sd14v1.pth | The adapter for segmentation-to-image generation. |
|
16 |
+
|
17 |
---
|
18 |
license: apache-2.0
|
19 |
---
|
models/t2iadapter_keypose_sd14v1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edca0cef5eb32feba66c8e0524d996204b87a19eace640d27826d04229d17d7e
|
3 |
+
size 309487667
|
models/t2iadapter_seg_sd14v1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c01a17ecd473e3e375cea152c1e4135274f7113a495be35909b497d65b87713a
|
3 |
+
size 309487667
|
models/t2iadapter_sketch_sd14v1.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e006de134c9db86d1d44e6f13783e0846a78879afa3bd6f73feb3d7f6a5715b1
|
3 |
+
size 308013107
|