Delete checkpoint-12000
Browse files- checkpoint-12000/custom_checkpoint_0.pkl +0 -3
- checkpoint-12000/optimizer.bin +0 -3
- checkpoint-12000/random_states_0.pkl +0 -3
- checkpoint-12000/scaler.pt +0 -3
- checkpoint-12000/scheduler.bin +0 -3
- checkpoint-12000/text_encoder/config.json +0 -25
- checkpoint-12000/text_encoder/pytorch_model.bin +0 -3
- checkpoint-12000/unet/config.json +0 -51
- checkpoint-12000/unet/diffusion_pytorch_model.bin +0 -3
checkpoint-12000/custom_checkpoint_0.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:45b3fd13b1ce88ea73ea2454e35ff74308878f07c36a9edfab03480c6e85631f
|
3 |
-
size 583
|
|
|
|
|
|
|
|
checkpoint-12000/optimizer.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:eed7bdfe1fcf19811cc3255024ffa0db72156cefe3770e38c8604683308ec096
|
3 |
-
size 1972626785
|
|
|
|
|
|
|
|
checkpoint-12000/random_states_0.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:052792fabf58d0637959859c614bb083d838ae62f41de251afc7cc3ad72e1a7b
|
3 |
-
size 14727
|
|
|
|
|
|
|
|
checkpoint-12000/scaler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:5a61fa205a26ba2985bf4e0e515406104e0b0e5d6ebd86749ac9477a519632ca
|
3 |
-
size 557
|
|
|
|
|
|
|
|
checkpoint-12000/scheduler.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:9a842f7f5cd09fe1781f3111935090614593989a47c4be86bd75539daa6db2e5
|
3 |
-
size 563
|
|
|
|
|
|
|
|
checkpoint-12000/text_encoder/config.json
DELETED
@@ -1,25 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "runwayml/stable-diffusion-inpainting",
|
3 |
-
"architectures": [
|
4 |
-
"CLIPTextModel"
|
5 |
-
],
|
6 |
-
"attention_dropout": 0.0,
|
7 |
-
"bos_token_id": 0,
|
8 |
-
"dropout": 0.0,
|
9 |
-
"eos_token_id": 2,
|
10 |
-
"hidden_act": "quick_gelu",
|
11 |
-
"hidden_size": 768,
|
12 |
-
"initializer_factor": 1.0,
|
13 |
-
"initializer_range": 0.02,
|
14 |
-
"intermediate_size": 3072,
|
15 |
-
"layer_norm_eps": 1e-05,
|
16 |
-
"max_position_embeddings": 77,
|
17 |
-
"model_type": "clip_text_model",
|
18 |
-
"num_attention_heads": 12,
|
19 |
-
"num_hidden_layers": 12,
|
20 |
-
"pad_token_id": 1,
|
21 |
-
"projection_dim": 768,
|
22 |
-
"torch_dtype": "float32",
|
23 |
-
"transformers_version": "4.27.1",
|
24 |
-
"vocab_size": 49408
|
25 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-12000/text_encoder/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:471f087d81bdda459b03bca0a6860f115c48ab4883b1c6b8bc3495a364968e55
|
3 |
-
size 492309793
|
|
|
|
|
|
|
|
checkpoint-12000/unet/config.json
DELETED
@@ -1,51 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.15.0.dev0",
|
4 |
-
"_name_or_path": "runwayml/stable-diffusion-inpainting",
|
5 |
-
"act_fn": "silu",
|
6 |
-
"attention_head_dim": 8,
|
7 |
-
"block_out_channels": [
|
8 |
-
320,
|
9 |
-
640,
|
10 |
-
1280,
|
11 |
-
1280
|
12 |
-
],
|
13 |
-
"center_input_sample": false,
|
14 |
-
"class_embed_type": null,
|
15 |
-
"conv_in_kernel": 3,
|
16 |
-
"conv_out_kernel": 3,
|
17 |
-
"cross_attention_dim": 768,
|
18 |
-
"down_block_types": [
|
19 |
-
"CrossAttnDownBlock2D",
|
20 |
-
"CrossAttnDownBlock2D",
|
21 |
-
"CrossAttnDownBlock2D",
|
22 |
-
"DownBlock2D"
|
23 |
-
],
|
24 |
-
"downsample_padding": 1,
|
25 |
-
"dual_cross_attention": false,
|
26 |
-
"flip_sin_to_cos": true,
|
27 |
-
"freq_shift": 0,
|
28 |
-
"in_channels": 9,
|
29 |
-
"layers_per_block": 2,
|
30 |
-
"mid_block_scale_factor": 1,
|
31 |
-
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
32 |
-
"norm_eps": 1e-05,
|
33 |
-
"norm_num_groups": 32,
|
34 |
-
"num_class_embeds": null,
|
35 |
-
"only_cross_attention": false,
|
36 |
-
"out_channels": 4,
|
37 |
-
"projection_class_embeddings_input_dim": null,
|
38 |
-
"resnet_time_scale_shift": "default",
|
39 |
-
"sample_size": 64,
|
40 |
-
"time_cond_proj_dim": null,
|
41 |
-
"time_embedding_type": "positional",
|
42 |
-
"timestep_post_act": null,
|
43 |
-
"up_block_types": [
|
44 |
-
"UpBlock2D",
|
45 |
-
"CrossAttnUpBlock2D",
|
46 |
-
"CrossAttnUpBlock2D",
|
47 |
-
"CrossAttnUpBlock2D"
|
48 |
-
],
|
49 |
-
"upcast_attention": false,
|
50 |
-
"use_linear_projection": false
|
51 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-12000/unet/diffusion_pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:b8854f9a8645907beeff7997b65d493378fcd73a821df3a2670695373bd0f299
|
3 |
-
size 3438433573
|
|
|
|
|
|
|
|