End of training
Browse files- checkpoint-5000/model.safetensors +3 -0
- checkpoint-5000/model_1.safetensors +3 -0
- checkpoint-5000/model_2.safetensors +3 -0
- checkpoint-5000/optimizer.bin +3 -0
- checkpoint-5000/random_states_0.pkl +3 -0
- checkpoint-5000/scheduler.bin +3 -0
- checkpoint-5000/vae/config.json +38 -0
- checkpoint-5000/vae/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-5000/vae_ema/config.json +45 -0
- checkpoint-5000/vae_ema/diffusion_pytorch_model.safetensors +3 -0
checkpoint-5000/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be5b4e910a81870edeedde919a697348b8e95e8930d5800f3b45913ef40a5b91
|
3 |
+
size 334643268
|
checkpoint-5000/model_1.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:becb2c97380a57b416ef35d980b55ed1a05f86b32c3fe1d814478200690176c2
|
3 |
+
size 136665344
|
checkpoint-5000/model_2.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:fa57aea59d2d5ef8c327928fb5f6386e88f8032141ff40c38abfd2d27681b693
|
3 |
+
size 197974996
|
checkpoint-5000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad0e899d9d267c94230c5942c0ced8f8ebd8f114207e41605c403eb38b2f226e
|
3 |
+
size 396037242
|
checkpoint-5000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0b8ab2760cb1ecbd20d63c559bec6e9f80bc0c39e241164de2dc4e8657ac29d
|
3 |
+
size 14472
|
checkpoint-5000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:31083e5a681d84848d563e52d095645080efe1bbee47daf1edbc9575bf3a0359
|
3 |
+
size 1000
|
checkpoint-5000/vae/config.json
ADDED
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AutoencoderKL",
|
3 |
+
"_diffusers_version": "0.32.0.dev0",
|
4 |
+
"_name_or_path": "CompVis/stable-diffusion-v1-4",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"block_out_channels": [
|
7 |
+
128,
|
8 |
+
256,
|
9 |
+
512,
|
10 |
+
512
|
11 |
+
],
|
12 |
+
"down_block_types": [
|
13 |
+
"DownEncoderBlock2D",
|
14 |
+
"DownEncoderBlock2D",
|
15 |
+
"DownEncoderBlock2D",
|
16 |
+
"DownEncoderBlock2D"
|
17 |
+
],
|
18 |
+
"force_upcast": true,
|
19 |
+
"in_channels": 3,
|
20 |
+
"latent_channels": 4,
|
21 |
+
"latents_mean": null,
|
22 |
+
"latents_std": null,
|
23 |
+
"layers_per_block": 2,
|
24 |
+
"mid_block_add_attention": true,
|
25 |
+
"norm_num_groups": 32,
|
26 |
+
"out_channels": 3,
|
27 |
+
"sample_size": 512,
|
28 |
+
"scaling_factor": 0.18215,
|
29 |
+
"shift_factor": null,
|
30 |
+
"up_block_types": [
|
31 |
+
"UpDecoderBlock2D",
|
32 |
+
"UpDecoderBlock2D",
|
33 |
+
"UpDecoderBlock2D",
|
34 |
+
"UpDecoderBlock2D"
|
35 |
+
],
|
36 |
+
"use_post_quant_conv": true,
|
37 |
+
"use_quant_conv": true
|
38 |
+
}
|
checkpoint-5000/vae/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:be5b4e910a81870edeedde919a697348b8e95e8930d5800f3b45913ef40a5b91
|
3 |
+
size 334643268
|
checkpoint-5000/vae_ema/config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "AutoencoderKL",
|
3 |
+
"_diffusers_version": "0.32.0.dev0",
|
4 |
+
"_name_or_path": "CompVis/stable-diffusion-v1-4",
|
5 |
+
"act_fn": "silu",
|
6 |
+
"block_out_channels": [
|
7 |
+
128,
|
8 |
+
256,
|
9 |
+
512,
|
10 |
+
512
|
11 |
+
],
|
12 |
+
"decay": 0.9999,
|
13 |
+
"down_block_types": [
|
14 |
+
"DownEncoderBlock2D",
|
15 |
+
"DownEncoderBlock2D",
|
16 |
+
"DownEncoderBlock2D",
|
17 |
+
"DownEncoderBlock2D"
|
18 |
+
],
|
19 |
+
"force_upcast": true,
|
20 |
+
"in_channels": 3,
|
21 |
+
"inv_gamma": 1.0,
|
22 |
+
"latent_channels": 4,
|
23 |
+
"latents_mean": null,
|
24 |
+
"latents_std": null,
|
25 |
+
"layers_per_block": 2,
|
26 |
+
"mid_block_add_attention": true,
|
27 |
+
"min_decay": 0.0,
|
28 |
+
"norm_num_groups": 32,
|
29 |
+
"optimization_step": 5000,
|
30 |
+
"out_channels": 3,
|
31 |
+
"power": 0.6666666666666666,
|
32 |
+
"sample_size": 512,
|
33 |
+
"scaling_factor": 0.18215,
|
34 |
+
"shift_factor": null,
|
35 |
+
"up_block_types": [
|
36 |
+
"UpDecoderBlock2D",
|
37 |
+
"UpDecoderBlock2D",
|
38 |
+
"UpDecoderBlock2D",
|
39 |
+
"UpDecoderBlock2D"
|
40 |
+
],
|
41 |
+
"update_after_step": 0,
|
42 |
+
"use_ema_warmup": false,
|
43 |
+
"use_post_quant_conv": true,
|
44 |
+
"use_quant_conv": true
|
45 |
+
}
|
checkpoint-5000/vae_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95476fee321f57d480f0c661a69eb972f6ce0289770290d2409e6c2b70f9c1f5
|
3 |
+
size 334643268
|