AngelBottomless
commited on
Commit
•
dafabac
1
Parent(s):
bfd75a7
fix to safetensors format
Browse files- model_index.json +1 -1
- unet/config.json +1 -1
- unet/diffusion_pytorch_model.safetensors +3 -0
- vae/config.json +10 -5
- vae/diffusion_pytorch_model.safetensors +3 -0
model_index.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionXLPipeline",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"feature_extractor": [
|
5 |
null,
|
6 |
null
|
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionXLPipeline",
|
3 |
+
"_diffusers_version": "0.30.3",
|
4 |
"feature_extractor": [
|
5 |
null,
|
6 |
null
|
unet/config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"act_fn": "silu",
|
5 |
"addition_embed_type": "text_time",
|
6 |
"addition_embed_type_num_heads": 64,
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.30.3",
|
4 |
"act_fn": "silu",
|
5 |
"addition_embed_type": "text_time",
|
6 |
"addition_embed_type_num_heads": 64,
|
unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29c786282e39bc85776ec7581a1722d0ec3e931e8fae65ea55b7c0c52b72005e
|
3 |
+
size 5135149760
|
vae/config.json
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
-
"_diffusers_version": "0.
|
4 |
-
"_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|
@@ -18,15 +17,21 @@
|
|
18 |
"force_upcast": true,
|
19 |
"in_channels": 3,
|
20 |
"latent_channels": 4,
|
|
|
|
|
21 |
"layers_per_block": 2,
|
|
|
22 |
"norm_num_groups": 32,
|
23 |
"out_channels": 3,
|
24 |
-
"sample_size":
|
25 |
-
"scaling_factor": 0.
|
|
|
26 |
"up_block_types": [
|
27 |
"UpDecoderBlock2D",
|
28 |
"UpDecoderBlock2D",
|
29 |
"UpDecoderBlock2D",
|
30 |
"UpDecoderBlock2D"
|
31 |
-
]
|
|
|
|
|
32 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
+
"_diffusers_version": "0.30.3",
|
|
|
4 |
"act_fn": "silu",
|
5 |
"block_out_channels": [
|
6 |
128,
|
|
|
17 |
"force_upcast": true,
|
18 |
"in_channels": 3,
|
19 |
"latent_channels": 4,
|
20 |
+
"latents_mean": null,
|
21 |
+
"latents_std": null,
|
22 |
"layers_per_block": 2,
|
23 |
+
"mid_block_add_attention": true,
|
24 |
"norm_num_groups": 32,
|
25 |
"out_channels": 3,
|
26 |
+
"sample_size": 256,
|
27 |
+
"scaling_factor": 0.18215,
|
28 |
+
"shift_factor": null,
|
29 |
"up_block_types": [
|
30 |
"UpDecoderBlock2D",
|
31 |
"UpDecoderBlock2D",
|
32 |
"UpDecoderBlock2D",
|
33 |
"UpDecoderBlock2D"
|
34 |
+
],
|
35 |
+
"use_post_quant_conv": true,
|
36 |
+
"use_quant_conv": true
|
37 |
}
|
vae/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6353737672c94b96174cb590f711eac6edf2fcce5b6e91aa9d73c5adc589ee48
|
3 |
+
size 167335342
|