End of training
Browse files- README.md +39 -0
- config.json +13 -0
- diffusion_pytorch_model.bin +3 -0
- image_control.png +0 -0
- images_0.png +0 -0
- images_1.png +0 -0
- images_2.png +0 -0
- images_3.png +0 -0
- images_4.png +0 -0
- images_5.png +0 -0
- images_6.png +0 -0
- images_7.png +0 -0
README.md
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
license: creativeml-openrail-m
|
4 |
+
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
5 |
+
tags:
|
6 |
+
- stable-diffusion-xl
|
7 |
+
- stable-diffusion-xl-diffusers
|
8 |
+
- text-to-image
|
9 |
+
- diffusers
|
10 |
+
- t2i_adapter
|
11 |
+
inference: true
|
12 |
+
---
|
13 |
+
|
14 |
+
# T2I_Adapter-SargeZT/t2i-adapter-sdxl-segmentation
|
15 |
+
|
16 |
+
These are T2I-adapter weights trained on stabilityai/stable-diffusion-xl-base-1.0
|
17 |
+
You can find some example images below.
|
18 |
+
prompt: ['a cat laying on top of a blanket on a bed']
|
19 |
+
![images_0)](./images_0.png)
|
20 |
+
prompt: ['two elephants are walking in a zoo enclosure']
|
21 |
+
![images_1)](./images_1.png)
|
22 |
+
prompt: ['a variety of items are laid out on a table']
|
23 |
+
![images_2)](./images_2.png)
|
24 |
+
prompt: ['a sandwich and french fries on a tray']
|
25 |
+
![images_3)](./images_3.png)
|
26 |
+
prompt: ['a crowd of people flying kites on a beach']
|
27 |
+
![images_4)](./images_4.png)
|
28 |
+
prompt: ['a man holding a rainbow colored umbrella in front of a crowd']
|
29 |
+
![images_5)](./images_5.png)
|
30 |
+
prompt: ['a man riding skis down a snow covered slope']
|
31 |
+
![images_6)](./images_6.png)
|
32 |
+
prompt: ['a yellow fire hydrant sitting in the middle of a sidewalk']
|
33 |
+
![images_7)](./images_7.png)
|
34 |
+
|
35 |
+
|
36 |
+
|
37 |
+
## License
|
38 |
+
|
39 |
+
[SDXL 1.0 License](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0/blob/main/LICENSE.md)
|
config.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "T2IAdapter",
|
3 |
+
"_diffusers_version": "0.19.3",
|
4 |
+
"adapter_type": "full_adapter",
|
5 |
+
"channels": [
|
6 |
+
320,
|
7 |
+
640,
|
8 |
+
1280
|
9 |
+
],
|
10 |
+
"downscale_factor": 8,
|
11 |
+
"in_channels": 1,
|
12 |
+
"num_res_blocks": 2
|
13 |
+
}
|
diffusion_pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f004b9bc60cea74cf2fe9f3a2edc3a15197e32475fc5b2f6111bae1326a3089
|
3 |
+
size 176922443
|
image_control.png
ADDED
images_0.png
ADDED
images_1.png
ADDED
images_2.png
ADDED
images_3.png
ADDED
images_4.png
ADDED
images_5.png
ADDED
images_6.png
ADDED
images_7.png
ADDED