Epoch 0
Browse files
unet/config.json
CHANGED
@@ -26,13 +26,13 @@
|
|
26 |
"downsample_type": "conv",
|
27 |
"flip_sin_to_cos": true,
|
28 |
"freq_shift": 0,
|
29 |
-
"in_channels":
|
30 |
"layers_per_block": 2,
|
31 |
"mid_block_scale_factor": 1,
|
32 |
"norm_eps": 1e-05,
|
33 |
"norm_num_groups": 32,
|
34 |
"num_class_embeds": null,
|
35 |
-
"out_channels":
|
36 |
"resnet_time_scale_shift": "default",
|
37 |
"sample_size": 32,
|
38 |
"time_embedding_type": "positional",
|
|
|
26 |
"downsample_type": "conv",
|
27 |
"flip_sin_to_cos": true,
|
28 |
"freq_shift": 0,
|
29 |
+
"in_channels": 3,
|
30 |
"layers_per_block": 2,
|
31 |
"mid_block_scale_factor": 1,
|
32 |
"norm_eps": 1e-05,
|
33 |
"norm_num_groups": 32,
|
34 |
"num_class_embeds": null,
|
35 |
+
"out_channels": 3,
|
36 |
"resnet_time_scale_shift": "default",
|
37 |
"sample_size": 32,
|
38 |
"time_embedding_type": "positional",
|
unet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e2143a11689cd1f99741fb6314368a9ba7a26144bfec4623b51a8f4262623ceb
|
3 |
+
size 454741108
|