Epoch 70
Browse files- checkpoint-270000/optimizer.bin +3 -0
- checkpoint-270000/random_states_0.pkl +3 -0
- checkpoint-270000/scaler.pt +3 -0
- checkpoint-270000/scheduler.bin +3 -0
- checkpoint-270000/unet/config.json +45 -0
- checkpoint-270000/unet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-270000/unet_ema/config.json +52 -0
- checkpoint-270000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-285000/optimizer.bin +3 -0
- checkpoint-285000/random_states_0.pkl +3 -0
- checkpoint-285000/scaler.pt +3 -0
- checkpoint-285000/scheduler.bin +3 -0
- checkpoint-285000/unet/config.json +45 -0
- checkpoint-285000/unet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-285000/unet_ema/config.json +52 -0
- checkpoint-285000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-300000/optimizer.bin +3 -0
- checkpoint-300000/random_states_0.pkl +3 -0
- checkpoint-300000/scaler.pt +3 -0
- checkpoint-300000/scheduler.bin +3 -0
- checkpoint-300000/unet/config.json +45 -0
- checkpoint-300000/unet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-300000/unet_ema/config.json +52 -0
- checkpoint-300000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- unet/diffusion_pytorch_model.safetensors +1 -1
checkpoint-270000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d50adb6f63e8f54de9046963e0a7011f47ee5883e626ba9f417093caaab96286
|
3 |
+
size 2192811874
|
checkpoint-270000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07c7793f25bd6b6c13240ecea7a505b9bc966925c4dfad46a4cfbaa5a6b6bf4d
|
3 |
+
size 14408
|
checkpoint-270000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:afcd70503a43ec9d61d591d4641592c21fef52400c214abfee2d14c2e44f8842
|
3 |
+
size 988
|
checkpoint-270000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:697493226521378b6b3fdc0719f873ae92265a3251a272c41266061e0f32a93d
|
3 |
+
size 1000
|
checkpoint-270000/unet/config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.30.0.dev0",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"attn_norm_num_groups": null,
|
8 |
+
"block_out_channels": [
|
9 |
+
224,
|
10 |
+
448,
|
11 |
+
672,
|
12 |
+
896
|
13 |
+
],
|
14 |
+
"center_input_sample": false,
|
15 |
+
"class_embed_type": null,
|
16 |
+
"down_block_types": [
|
17 |
+
"DownBlock2D",
|
18 |
+
"AttnDownBlock2D",
|
19 |
+
"AttnDownBlock2D",
|
20 |
+
"AttnDownBlock2D"
|
21 |
+
],
|
22 |
+
"downsample_padding": 1,
|
23 |
+
"downsample_type": "conv",
|
24 |
+
"dropout": 0.0,
|
25 |
+
"flip_sin_to_cos": true,
|
26 |
+
"freq_shift": 0,
|
27 |
+
"in_channels": 3,
|
28 |
+
"layers_per_block": 2,
|
29 |
+
"mid_block_scale_factor": 1,
|
30 |
+
"norm_eps": 1e-05,
|
31 |
+
"norm_num_groups": 32,
|
32 |
+
"num_class_embeds": null,
|
33 |
+
"num_train_timesteps": null,
|
34 |
+
"out_channels": 3,
|
35 |
+
"resnet_time_scale_shift": "default",
|
36 |
+
"sample_size": 64,
|
37 |
+
"time_embedding_type": "positional",
|
38 |
+
"up_block_types": [
|
39 |
+
"AttnUpBlock2D",
|
40 |
+
"AttnUpBlock2D",
|
41 |
+
"AttnUpBlock2D",
|
42 |
+
"UpBlock2D"
|
43 |
+
],
|
44 |
+
"upsample_type": "conv"
|
45 |
+
}
|
checkpoint-270000/unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfb062025eea8679be9c498864670b48d647a6cba5d99ab5c91bfd91cb99c588
|
3 |
+
size 1096271348
|
checkpoint-270000/unet_ema/config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.30.0.dev0",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"attn_norm_num_groups": null,
|
8 |
+
"block_out_channels": [
|
9 |
+
224,
|
10 |
+
448,
|
11 |
+
672,
|
12 |
+
896
|
13 |
+
],
|
14 |
+
"center_input_sample": false,
|
15 |
+
"class_embed_type": null,
|
16 |
+
"decay": 0.9999,
|
17 |
+
"down_block_types": [
|
18 |
+
"DownBlock2D",
|
19 |
+
"AttnDownBlock2D",
|
20 |
+
"AttnDownBlock2D",
|
21 |
+
"AttnDownBlock2D"
|
22 |
+
],
|
23 |
+
"downsample_padding": 1,
|
24 |
+
"downsample_type": "conv",
|
25 |
+
"dropout": 0.0,
|
26 |
+
"flip_sin_to_cos": true,
|
27 |
+
"freq_shift": 0,
|
28 |
+
"in_channels": 3,
|
29 |
+
"inv_gamma": 1.0,
|
30 |
+
"layers_per_block": 2,
|
31 |
+
"mid_block_scale_factor": 1,
|
32 |
+
"min_decay": 0.0,
|
33 |
+
"norm_eps": 1e-05,
|
34 |
+
"norm_num_groups": 32,
|
35 |
+
"num_class_embeds": null,
|
36 |
+
"num_train_timesteps": null,
|
37 |
+
"optimization_step": 270000,
|
38 |
+
"out_channels": 3,
|
39 |
+
"power": 0.75,
|
40 |
+
"resnet_time_scale_shift": "default",
|
41 |
+
"sample_size": 64,
|
42 |
+
"time_embedding_type": "positional",
|
43 |
+
"up_block_types": [
|
44 |
+
"AttnUpBlock2D",
|
45 |
+
"AttnUpBlock2D",
|
46 |
+
"AttnUpBlock2D",
|
47 |
+
"UpBlock2D"
|
48 |
+
],
|
49 |
+
"update_after_step": 0,
|
50 |
+
"upsample_type": "conv",
|
51 |
+
"use_ema_warmup": true
|
52 |
+
}
|
checkpoint-270000/unet_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54bcfe73acfd0e5ff0bb6e1554578e5f8921aaebda643e1984ef9f42b7cbce22
|
3 |
+
size 1096271348
|
checkpoint-285000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22f04fe715539f7b2c8aecd8fa7c81a85396dd3c1f3e62d2ac3b929b4cb4f6f9
|
3 |
+
size 2192811874
|
checkpoint-285000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:19e8ccfe775db2324abd6285730abd878240167ddfe1cbe84a8a0583ba6dab23
|
3 |
+
size 14408
|
checkpoint-285000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d32e56ad9108991882567d3f4f48b864a240a233c6798b2395b56bbe0e008a28
|
3 |
+
size 988
|
checkpoint-285000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:527fcb4c957031794efdd0f51e6dc685f8b9b005610bc1ee946c9152f83ccd8a
|
3 |
+
size 1000
|
checkpoint-285000/unet/config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.30.0.dev0",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"attn_norm_num_groups": null,
|
8 |
+
"block_out_channels": [
|
9 |
+
224,
|
10 |
+
448,
|
11 |
+
672,
|
12 |
+
896
|
13 |
+
],
|
14 |
+
"center_input_sample": false,
|
15 |
+
"class_embed_type": null,
|
16 |
+
"down_block_types": [
|
17 |
+
"DownBlock2D",
|
18 |
+
"AttnDownBlock2D",
|
19 |
+
"AttnDownBlock2D",
|
20 |
+
"AttnDownBlock2D"
|
21 |
+
],
|
22 |
+
"downsample_padding": 1,
|
23 |
+
"downsample_type": "conv",
|
24 |
+
"dropout": 0.0,
|
25 |
+
"flip_sin_to_cos": true,
|
26 |
+
"freq_shift": 0,
|
27 |
+
"in_channels": 3,
|
28 |
+
"layers_per_block": 2,
|
29 |
+
"mid_block_scale_factor": 1,
|
30 |
+
"norm_eps": 1e-05,
|
31 |
+
"norm_num_groups": 32,
|
32 |
+
"num_class_embeds": null,
|
33 |
+
"num_train_timesteps": null,
|
34 |
+
"out_channels": 3,
|
35 |
+
"resnet_time_scale_shift": "default",
|
36 |
+
"sample_size": 64,
|
37 |
+
"time_embedding_type": "positional",
|
38 |
+
"up_block_types": [
|
39 |
+
"AttnUpBlock2D",
|
40 |
+
"AttnUpBlock2D",
|
41 |
+
"AttnUpBlock2D",
|
42 |
+
"UpBlock2D"
|
43 |
+
],
|
44 |
+
"upsample_type": "conv"
|
45 |
+
}
|
checkpoint-285000/unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf66595172ed03625448fa9bc92ccf6b90fe3aff80ba30f0963301c0b9ac7bc0
|
3 |
+
size 1096271348
|
checkpoint-285000/unet_ema/config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.30.0.dev0",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"attn_norm_num_groups": null,
|
8 |
+
"block_out_channels": [
|
9 |
+
224,
|
10 |
+
448,
|
11 |
+
672,
|
12 |
+
896
|
13 |
+
],
|
14 |
+
"center_input_sample": false,
|
15 |
+
"class_embed_type": null,
|
16 |
+
"decay": 0.9999,
|
17 |
+
"down_block_types": [
|
18 |
+
"DownBlock2D",
|
19 |
+
"AttnDownBlock2D",
|
20 |
+
"AttnDownBlock2D",
|
21 |
+
"AttnDownBlock2D"
|
22 |
+
],
|
23 |
+
"downsample_padding": 1,
|
24 |
+
"downsample_type": "conv",
|
25 |
+
"dropout": 0.0,
|
26 |
+
"flip_sin_to_cos": true,
|
27 |
+
"freq_shift": 0,
|
28 |
+
"in_channels": 3,
|
29 |
+
"inv_gamma": 1.0,
|
30 |
+
"layers_per_block": 2,
|
31 |
+
"mid_block_scale_factor": 1,
|
32 |
+
"min_decay": 0.0,
|
33 |
+
"norm_eps": 1e-05,
|
34 |
+
"norm_num_groups": 32,
|
35 |
+
"num_class_embeds": null,
|
36 |
+
"num_train_timesteps": null,
|
37 |
+
"optimization_step": 285000,
|
38 |
+
"out_channels": 3,
|
39 |
+
"power": 0.75,
|
40 |
+
"resnet_time_scale_shift": "default",
|
41 |
+
"sample_size": 64,
|
42 |
+
"time_embedding_type": "positional",
|
43 |
+
"up_block_types": [
|
44 |
+
"AttnUpBlock2D",
|
45 |
+
"AttnUpBlock2D",
|
46 |
+
"AttnUpBlock2D",
|
47 |
+
"UpBlock2D"
|
48 |
+
],
|
49 |
+
"update_after_step": 0,
|
50 |
+
"upsample_type": "conv",
|
51 |
+
"use_ema_warmup": true
|
52 |
+
}
|
checkpoint-285000/unet_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1e6671e19b5cad5d6a50de13b836fd246a9f7f66c5fed0ef07f871158bb0f217
|
3 |
+
size 1096271348
|
checkpoint-300000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:23ed166550bc76337ed989a4795def2da1f9106e72d83b36aa790dc2d2b5b77f
|
3 |
+
size 2192811874
|
checkpoint-300000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20a651d1c6a1c08865834cc5e70f2835dac759dec27efbe1a071c412a185ebbe
|
3 |
+
size 14408
|
checkpoint-300000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b254a61ecdb6f070fd9de33bc5c8298b0ab385597aec0939d95f6419110042c
|
3 |
+
size 988
|
checkpoint-300000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ca1555ca0a82cdc6ad44796bed8e33d9ef71091626f6f5deffe80420a2e2ae7
|
3 |
+
size 1000
|
checkpoint-300000/unet/config.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.30.0.dev0",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"attn_norm_num_groups": null,
|
8 |
+
"block_out_channels": [
|
9 |
+
224,
|
10 |
+
448,
|
11 |
+
672,
|
12 |
+
896
|
13 |
+
],
|
14 |
+
"center_input_sample": false,
|
15 |
+
"class_embed_type": null,
|
16 |
+
"down_block_types": [
|
17 |
+
"DownBlock2D",
|
18 |
+
"AttnDownBlock2D",
|
19 |
+
"AttnDownBlock2D",
|
20 |
+
"AttnDownBlock2D"
|
21 |
+
],
|
22 |
+
"downsample_padding": 1,
|
23 |
+
"downsample_type": "conv",
|
24 |
+
"dropout": 0.0,
|
25 |
+
"flip_sin_to_cos": true,
|
26 |
+
"freq_shift": 0,
|
27 |
+
"in_channels": 3,
|
28 |
+
"layers_per_block": 2,
|
29 |
+
"mid_block_scale_factor": 1,
|
30 |
+
"norm_eps": 1e-05,
|
31 |
+
"norm_num_groups": 32,
|
32 |
+
"num_class_embeds": null,
|
33 |
+
"num_train_timesteps": null,
|
34 |
+
"out_channels": 3,
|
35 |
+
"resnet_time_scale_shift": "default",
|
36 |
+
"sample_size": 64,
|
37 |
+
"time_embedding_type": "positional",
|
38 |
+
"up_block_types": [
|
39 |
+
"AttnUpBlock2D",
|
40 |
+
"AttnUpBlock2D",
|
41 |
+
"AttnUpBlock2D",
|
42 |
+
"UpBlock2D"
|
43 |
+
],
|
44 |
+
"upsample_type": "conv"
|
45 |
+
}
|
checkpoint-300000/unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:139267ed99568a41a9d3ce4e57ad37d5f081e39c91674e27867f946185fdb906
|
3 |
+
size 1096271348
|
checkpoint-300000/unet_ema/config.json
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "UNet2DModel",
|
3 |
+
"_diffusers_version": "0.30.0.dev0",
|
4 |
+
"act_fn": "silu",
|
5 |
+
"add_attention": true,
|
6 |
+
"attention_head_dim": 8,
|
7 |
+
"attn_norm_num_groups": null,
|
8 |
+
"block_out_channels": [
|
9 |
+
224,
|
10 |
+
448,
|
11 |
+
672,
|
12 |
+
896
|
13 |
+
],
|
14 |
+
"center_input_sample": false,
|
15 |
+
"class_embed_type": null,
|
16 |
+
"decay": 0.9999,
|
17 |
+
"down_block_types": [
|
18 |
+
"DownBlock2D",
|
19 |
+
"AttnDownBlock2D",
|
20 |
+
"AttnDownBlock2D",
|
21 |
+
"AttnDownBlock2D"
|
22 |
+
],
|
23 |
+
"downsample_padding": 1,
|
24 |
+
"downsample_type": "conv",
|
25 |
+
"dropout": 0.0,
|
26 |
+
"flip_sin_to_cos": true,
|
27 |
+
"freq_shift": 0,
|
28 |
+
"in_channels": 3,
|
29 |
+
"inv_gamma": 1.0,
|
30 |
+
"layers_per_block": 2,
|
31 |
+
"mid_block_scale_factor": 1,
|
32 |
+
"min_decay": 0.0,
|
33 |
+
"norm_eps": 1e-05,
|
34 |
+
"norm_num_groups": 32,
|
35 |
+
"num_class_embeds": null,
|
36 |
+
"num_train_timesteps": null,
|
37 |
+
"optimization_step": 300000,
|
38 |
+
"out_channels": 3,
|
39 |
+
"power": 0.75,
|
40 |
+
"resnet_time_scale_shift": "default",
|
41 |
+
"sample_size": 64,
|
42 |
+
"time_embedding_type": "positional",
|
43 |
+
"up_block_types": [
|
44 |
+
"AttnUpBlock2D",
|
45 |
+
"AttnUpBlock2D",
|
46 |
+
"AttnUpBlock2D",
|
47 |
+
"UpBlock2D"
|
48 |
+
],
|
49 |
+
"update_after_step": 0,
|
50 |
+
"upsample_type": "conv",
|
51 |
+
"use_ema_warmup": true
|
52 |
+
}
|
checkpoint-300000/unet_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86112269d55db13eb3539cebafdc68f1748779574a85f235c47f71aea12495f6
|
3 |
+
size 1096271348
|
unet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1096271348
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c81ef958d002d255c96e9ec211ffd0314e4f7f3f88e39450b3799b59df1da58b
|
3 |
size 1096271348
|