Epoch 20
Browse files- checkpoint-60000/optimizer.bin +3 -0
- checkpoint-60000/random_states_0.pkl +3 -0
- checkpoint-60000/scaler.pt +3 -0
- checkpoint-60000/scheduler.bin +3 -0
- checkpoint-60000/unet/config.json +45 -0
- checkpoint-60000/unet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-60000/unet_ema/config.json +52 -0
- checkpoint-60000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-75000/optimizer.bin +3 -0
- checkpoint-75000/random_states_0.pkl +3 -0
- checkpoint-75000/scaler.pt +3 -0
- checkpoint-75000/scheduler.bin +3 -0
- checkpoint-75000/unet/config.json +45 -0
- checkpoint-75000/unet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-75000/unet_ema/config.json +52 -0
- checkpoint-75000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-90000/optimizer.bin +3 -0
- checkpoint-90000/random_states_0.pkl +3 -0
- checkpoint-90000/scaler.pt +3 -0
- checkpoint-90000/scheduler.bin +3 -0
- checkpoint-90000/unet/config.json +45 -0
- checkpoint-90000/unet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-90000/unet_ema/config.json +52 -0
- checkpoint-90000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- unet/diffusion_pytorch_model.safetensors +1 -1
checkpoint-60000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0dd83a06d40297b803888d4619f2c91131e2d10f4364b9f10147fa9c6d2f0cb4
|
3 |
+
size 2192811874
|
checkpoint-60000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad0262e0a2cbe95de9fb1cf6edc9ba74b2d08ae9ae99aab5dc63467598337ab2
|
3 |
+
size 14408
|
checkpoint-60000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:92d9e817aa30782b224f95e03994bd4fda94a55fa38385ce6086bc3826978708
|
3 |
+
size 988
|
checkpoint-60000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:202ad79566aeb0acdd6253423fb56980be49eb5eb86cb30ca3ffb2f9798948e1
|
3 |
+
size 1000
|
checkpoint-60000/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-60000/unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a79004b4fbebf7e432db62f83f3a4189a0a781afc6a4a7ed1026553674496c3c
|
3 |
+
size 1096271348
|
checkpoint-60000/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": 60000,
|
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-60000/unet_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a24d689ebe616adfa15057fc15afe12dd1d77da4d1579b5f5aa7282da53a859f
|
3 |
+
size 1096271348
|
checkpoint-75000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43de564f24edfcbdc9c73b576490f24aac2336dee90b7c0cade9208ab4ffe5b1
|
3 |
+
size 2192811874
|
checkpoint-75000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:43be2ebe00bba967fa9b4dc361c7899e7167f08718376842610321e1646435b7
|
3 |
+
size 14408
|
checkpoint-75000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5eabcd58b2244d58912feae0bddda920156bd3dd49793544cf88861424eee97a
|
3 |
+
size 988
|
checkpoint-75000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77f40bea06850037852d2617409431c0f02b8eef645d86fd0d2bfab61784357a
|
3 |
+
size 1000
|
checkpoint-75000/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-75000/unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6ad1c20775fb59859cfd97c93ff7e7514dbb16c425deb4eb064512af30cf248b
|
3 |
+
size 1096271348
|
checkpoint-75000/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": 75000,
|
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-75000/unet_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bd919a2705e564da1c8169fb58339684caf960504ae0acaa1dc96fc1cf08bb8
|
3 |
+
size 1096271348
|
checkpoint-90000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a0ed1a26a9faa8e954997403fed6de832a780d20a700fd62cd2d660b4313bbf
|
3 |
+
size 2192811874
|
checkpoint-90000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1f88672a3c8cf3b13e4b53b2755069b4dc01b78312d0048d47ce2be1cc32aed8
|
3 |
+
size 14408
|
checkpoint-90000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b3c6f42fb99858d011b56731f743bd0e92b3546706e5da80ccf63a714c465e62
|
3 |
+
size 988
|
checkpoint-90000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d5b1f45c9d797fbef88fe0750e454d81230ecd30b0b567d1ec55c7c46309bf05
|
3 |
+
size 1000
|
checkpoint-90000/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-90000/unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae4cbc6eeadbe0387b1174018214ac17444e6de9a66dab7b01559acff7dbc812
|
3 |
+
size 1096271348
|
checkpoint-90000/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": 90000,
|
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-90000/unet_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:83aaf2f02f8d376eb111c99bbc3f23ab6768f056e5f995c43362731c50ad8a9d
|
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:328c327637b00d9754af5f6a374b7c667ff522dac06b4b85aba65e91e5bc59ba
|
3 |
size 1096271348
|