slymnyldrm
commited on
Commit
•
7c8e8a3
1
Parent(s):
e940300
Delete checkpoint-800
Browse files- checkpoint-800/optimizer.bin +0 -3
- checkpoint-800/random_states_0.pkl +0 -3
- checkpoint-800/scaler.pt +0 -3
- checkpoint-800/scheduler.bin +0 -3
- checkpoint-800/text_encoder/config.json +0 -25
- checkpoint-800/text_encoder/pytorch_model.bin +0 -3
- checkpoint-800/unet/config.json +0 -67
- checkpoint-800/unet/diffusion_pytorch_model.safetensors +0 -3
checkpoint-800/optimizer.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:bc4efa106e1df197425edaff810c5ddb2a70cb897c82ca05196a25044fadc7d4
|
3 |
-
size 1972597985
|
|
|
|
|
|
|
|
checkpoint-800/random_states_0.pkl
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:322ab2b421a44b0f18a1d1130114eef57051c4c8f305cd6e67281fb7c221e386
|
3 |
-
size 14727
|
|
|
|
|
|
|
|
checkpoint-800/scaler.pt
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:27ec07a12731ae6f9765d05fe7c8495505f1d0f90b4cc6255a0853fec3970808
|
3 |
-
size 557
|
|
|
|
|
|
|
|
checkpoint-800/scheduler.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:0488900e6aa3ff591ee9120e08dfd6ad9c8bbe3972ce2714258d7ba907cadcfd
|
3 |
-
size 563
|
|
|
|
|
|
|
|
checkpoint-800/text_encoder/config.json
DELETED
@@ -1,25 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_name_or_path": "runwayml/stable-diffusion-v1-5",
|
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.25.1",
|
24 |
-
"vocab_size": 49408
|
25 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-800/text_encoder/pytorch_model.bin
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:66feb3a456f02e153578073d1148d48c12d168fbd50b40588de28c765072347d
|
3 |
-
size 492309793
|
|
|
|
|
|
|
|
checkpoint-800/unet/config.json
DELETED
@@ -1,67 +0,0 @@
|
|
1 |
-
{
|
2 |
-
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.22.0.dev0",
|
4 |
-
"_name_or_path": "runwayml/stable-diffusion-v1-5",
|
5 |
-
"act_fn": "silu",
|
6 |
-
"addition_embed_type": null,
|
7 |
-
"addition_embed_type_num_heads": 64,
|
8 |
-
"addition_time_embed_dim": null,
|
9 |
-
"attention_head_dim": 8,
|
10 |
-
"attention_type": "default",
|
11 |
-
"block_out_channels": [
|
12 |
-
320,
|
13 |
-
640,
|
14 |
-
1280,
|
15 |
-
1280
|
16 |
-
],
|
17 |
-
"center_input_sample": false,
|
18 |
-
"class_embed_type": null,
|
19 |
-
"class_embeddings_concat": false,
|
20 |
-
"conv_in_kernel": 3,
|
21 |
-
"conv_out_kernel": 3,
|
22 |
-
"cross_attention_dim": 768,
|
23 |
-
"cross_attention_norm": null,
|
24 |
-
"down_block_types": [
|
25 |
-
"CrossAttnDownBlock2D",
|
26 |
-
"CrossAttnDownBlock2D",
|
27 |
-
"CrossAttnDownBlock2D",
|
28 |
-
"DownBlock2D"
|
29 |
-
],
|
30 |
-
"downsample_padding": 1,
|
31 |
-
"dropout": 0.0,
|
32 |
-
"dual_cross_attention": false,
|
33 |
-
"encoder_hid_dim": null,
|
34 |
-
"encoder_hid_dim_type": null,
|
35 |
-
"flip_sin_to_cos": true,
|
36 |
-
"freq_shift": 0,
|
37 |
-
"in_channels": 4,
|
38 |
-
"layers_per_block": 2,
|
39 |
-
"mid_block_only_cross_attention": null,
|
40 |
-
"mid_block_scale_factor": 1,
|
41 |
-
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
42 |
-
"norm_eps": 1e-05,
|
43 |
-
"norm_num_groups": 32,
|
44 |
-
"num_attention_heads": null,
|
45 |
-
"num_class_embeds": null,
|
46 |
-
"only_cross_attention": false,
|
47 |
-
"out_channels": 4,
|
48 |
-
"projection_class_embeddings_input_dim": null,
|
49 |
-
"resnet_out_scale_factor": 1.0,
|
50 |
-
"resnet_skip_time_act": false,
|
51 |
-
"resnet_time_scale_shift": "default",
|
52 |
-
"sample_size": 64,
|
53 |
-
"time_cond_proj_dim": null,
|
54 |
-
"time_embedding_act_fn": null,
|
55 |
-
"time_embedding_dim": null,
|
56 |
-
"time_embedding_type": "positional",
|
57 |
-
"timestep_post_act": null,
|
58 |
-
"transformer_layers_per_block": 1,
|
59 |
-
"up_block_types": [
|
60 |
-
"UpBlock2D",
|
61 |
-
"CrossAttnUpBlock2D",
|
62 |
-
"CrossAttnUpBlock2D",
|
63 |
-
"CrossAttnUpBlock2D"
|
64 |
-
],
|
65 |
-
"upcast_attention": false,
|
66 |
-
"use_linear_projection": false
|
67 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkpoint-800/unet/diffusion_pytorch_model.safetensors
DELETED
@@ -1,3 +0,0 @@
|
|
1 |
-
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:2797a3331f6998ddb08c42b8e4a529e885bdbb27dd422a07f82ea19a24e7f5c7
|
3 |
-
size 3438167536
|
|
|
|
|
|
|
|