Epoch 60
Browse files- checkpoint-225000/optimizer.bin +3 -0
- checkpoint-225000/random_states_0.pkl +3 -0
- checkpoint-225000/scaler.pt +3 -0
- checkpoint-225000/scheduler.bin +3 -0
- checkpoint-225000/unet/config.json +45 -0
- checkpoint-225000/unet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-225000/unet_ema/config.json +52 -0
- checkpoint-225000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-240000/optimizer.bin +3 -0
- checkpoint-240000/random_states_0.pkl +3 -0
- checkpoint-240000/scaler.pt +3 -0
- checkpoint-240000/scheduler.bin +3 -0
- checkpoint-240000/unet/config.json +45 -0
- checkpoint-240000/unet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-240000/unet_ema/config.json +52 -0
- checkpoint-240000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-255000/optimizer.bin +3 -0
- checkpoint-255000/random_states_0.pkl +3 -0
- checkpoint-255000/scaler.pt +3 -0
- checkpoint-255000/scheduler.bin +3 -0
- checkpoint-255000/unet/config.json +45 -0
- checkpoint-255000/unet/diffusion_pytorch_model.safetensors +3 -0
- checkpoint-255000/unet_ema/config.json +52 -0
- checkpoint-255000/unet_ema/diffusion_pytorch_model.safetensors +3 -0
- unet/diffusion_pytorch_model.safetensors +1 -1
checkpoint-225000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:61563dd5217ae19847feed3f42d798689283354da273428a598e45500e8a2ffb
|
3 |
+
size 2192811874
|
checkpoint-225000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70bf2da7abf22d744be24bb027b87739a66b5065632f18e09191397f68de1284
|
3 |
+
size 14408
|
checkpoint-225000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4c36766542d2b440c13f9b43201c51eac99e90a472fcaa0323e72a17a164367
|
3 |
+
size 988
|
checkpoint-225000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bba122d24c44eb88d5d20789f17c33eb80964916cdafd576fad2ebe93432939
|
3 |
+
size 1000
|
checkpoint-225000/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-225000/unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79759aaf255315c71f0dbc083df912926644a05d5f7e67ba3fb391a82583fd01
|
3 |
+
size 1096271348
|
checkpoint-225000/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": 225000,
|
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-225000/unet_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bd750fac770fc31f1c268668679199d122b0b1c18bff4b7f1b9b8dd2bc88eb65
|
3 |
+
size 1096271348
|
checkpoint-240000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b2505e5f0b2be8fe97e844692df21a24902d57e210e71c256e2962fe85c1e57e
|
3 |
+
size 2192811874
|
checkpoint-240000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:495246ec28499ea305afc48aaeb093151e7cd353cb60906e36c702331dd28c99
|
3 |
+
size 14408
|
checkpoint-240000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbc0a3f9717d35cdc2e5f18108f73d83118f32a35c251303f27e1f66520eab94
|
3 |
+
size 988
|
checkpoint-240000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:210fc641ef2f2a461f415753248758a60a42b532b4f419e0e62187a2ce787773
|
3 |
+
size 1000
|
checkpoint-240000/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-240000/unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:25af98f89cb3a95c4523feb414d98c503496f6bea2b0252e150a305b3aafa703
|
3 |
+
size 1096271348
|
checkpoint-240000/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": 240000,
|
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-240000/unet_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:03eb51bd5cb447e8108b623ec8c4585bb8fdecbe6e7a8f1d19e40fe340b363f5
|
3 |
+
size 1096271348
|
checkpoint-255000/optimizer.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2aea798c9f4cebe75ff883a04c10555bfaac156a388ae9fa3c673f16f56fa4cc
|
3 |
+
size 2192811874
|
checkpoint-255000/random_states_0.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ba9533f99777d8884e6f3d850cf64e0ce4a13544b7151ea55382f7bd2c90db73
|
3 |
+
size 14408
|
checkpoint-255000/scaler.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:046c7c328a28a5a796779a31f35117b2861feae608a24842bfea894f40ea16ab
|
3 |
+
size 988
|
checkpoint-255000/scheduler.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8dd312ca01b978d43ae7bf3383645403537ae53cf5940e60801f9a6c00516120
|
3 |
+
size 1000
|
checkpoint-255000/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-255000/unet/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3acab75e7bb20acf6c6bf0c432f56f5e8e3c6a5efc6b14bad2016fd5cba8ddb3
|
3 |
+
size 1096271348
|
checkpoint-255000/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": 255000,
|
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-255000/unet_ema/diffusion_pytorch_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfd40ab1176003ef474b31f424ca617855f16c52f55f4ae9f019a3fd12dce944
|
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:9fe8fe87a9bb6e1e44661f87cf0d5f1de37d6cfec3773ee20b5c6e8a2948dd7e
|
3 |
size 1096271348
|