patrickvonplaten
commited on
Commit
•
bbd5c2d
1
Parent(s):
98e7cdf
add all
Browse files- image_encoder/config.json +1 -1
- image_encoder/model.fp16.safetensors +3 -0
- image_encoder/model.safetensors +3 -0
- image_encoder/pytorch_model.fp16.bin +3 -0
- image_normalizer/config.json +1 -0
- image_normalizer/diffusion_pytorch_model.fp16.bin +3 -0
- image_normalizer/diffusion_pytorch_model.fp16.safetensors +3 -0
- image_normalizer/diffusion_pytorch_model.safetensors +3 -0
- text_encoder/config.json +1 -1
- text_encoder/model.fp16.safetensors +3 -0
- text_encoder/model.safetensors +3 -0
- text_encoder/pytorch_model.fp16.bin +3 -0
- unet/config.json +2 -1
- unet/diffusion_pytorch_model.fp16.bin +3 -0
- unet/diffusion_pytorch_model.fp16.safetensors +3 -0
- unet/diffusion_pytorch_model.safetensors +3 -0
- vae/config.json +1 -0
- vae/diffusion_pytorch_model.fp16.bin +3 -0
- vae/diffusion_pytorch_model.fp16.safetensors +3 -0
- vae/diffusion_pytorch_model.safetensors +3 -0
image_encoder/config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"CLIPVisionModelWithProjection"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./image_encoder",
|
3 |
"architectures": [
|
4 |
"CLIPVisionModelWithProjection"
|
5 |
],
|
image_encoder/model.fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b35d07d943277fbcc423e6863e6f34130ffd0835402f9a8ffc38685517dac5e
|
3 |
+
size 607982252
|
image_encoder/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:778837a47a90f6ee6c8fdb0d48b2c073c771cf4866c669dc3c44aa92df7f7186
|
3 |
+
size 1215914882
|
image_encoder/pytorch_model.fp16.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bd18ae2f56c99ccc722b93c972c1583e63376fb2ed37d1d8cc6731e3026913b
|
3 |
+
size 608066536
|
image_normalizer/config.json
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "StableUnCLIPImageNormalizer",
|
3 |
"_diffusers_version": "0.15.0.dev0",
|
|
|
4 |
"embedding_dim": 768
|
5 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "StableUnCLIPImageNormalizer",
|
3 |
"_diffusers_version": "0.15.0.dev0",
|
4 |
+
"_name_or_path": "./image_normalizer",
|
5 |
"embedding_dim": 768
|
6 |
}
|
image_normalizer/diffusion_pytorch_model.fp16.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:62fd0b157a25b5bbf691e12b49d3ec5fdd2f68af7608dbbe7ff453a31a5b934f
|
3 |
+
size 4283
|
image_normalizer/diffusion_pytorch_model.fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b618c9750efcbbab1a527f5eafdf338a89cb1b906913702dee0db6d550426614
|
3 |
+
size 3240
|
image_normalizer/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:aeac478227b2f987af0addfe3b7417a2a7ff0bde5b8f5e5b08de9244c30a00c6
|
3 |
+
size 6312
|
text_encoder/config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "./text_encoder",
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
text_encoder/model.fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8a1a706a662bc961bd86075801c78526584e325ca785da0f8c0f894057b004c
|
3 |
+
size 680821102
|
text_encoder/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ec178e5f07ed24deb82bf41fdfde9392c0471755d5bf8d0576b21d7c6dafd46
|
3 |
+
size 1361597016
|
text_encoder/pytorch_model.fp16.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:06fd9b6057975f82ef7d9190ef15c45ec993c4dcac546c5678921559c7fb2a42
|
3 |
+
size 680900852
|
unet/config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.15.0.dev0",
|
|
|
4 |
"act_fn": "silu",
|
5 |
"attention_head_dim": [
|
6 |
5,
|
@@ -51,6 +52,6 @@
|
|
51 |
"CrossAttnUpBlock2D",
|
52 |
"CrossAttnUpBlock2D"
|
53 |
],
|
54 |
-
"upcast_attention":
|
55 |
"use_linear_projection": true
|
56 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.15.0.dev0",
|
4 |
+
"_name_or_path": "./unet",
|
5 |
"act_fn": "silu",
|
6 |
"attention_head_dim": [
|
7 |
5,
|
|
|
52 |
"CrossAttnUpBlock2D",
|
53 |
"CrossAttnUpBlock2D"
|
54 |
],
|
55 |
+
"upcast_attention": true,
|
56 |
"use_linear_projection": true
|
57 |
}
|
unet/diffusion_pytorch_model.fp16.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:556926c1f6b90cf45657494768b70e31ccdfbb8058ee358e35007ac46005902a
|
3 |
+
size 1739322657
|
unet/diffusion_pytorch_model.fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b74c8cd7f2683b2533f8169309e38bea58a416fa7171ee38e24cb5015fe0084
|
3 |
+
size 1739119356
|
unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:344f13b7a6df648ed7638851b047e4d24ad6e4b91bd1cb3e052036356e8fdc3a
|
3 |
+
size 3478155168
|
vae/config.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.15.0.dev0",
|
|
|
4 |
"act_fn": "silu",
|
5 |
"block_out_channels": [
|
6 |
128,
|
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.15.0.dev0",
|
4 |
+
"_name_or_path": "./vae",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|
vae/diffusion_pytorch_model.fp16.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c13979094c6566d9aa5936879055457022f34a747eeba12542504853385077c8
|
3 |
+
size 167405395
|
vae/diffusion_pytorch_model.fp16.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c8b011e5a18c53888d51a81aa28223ddec87b450c14dc9650d9c3ebbcd17624e
|
3 |
+
size 167335350
|
vae/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a1d993488569e928462932c8c38a0760b874d166399b14414135bd9c42df5815
|
3 |
+
size 334643276
|