Commit
·
ea69e6f
1
Parent(s):
1e80c0c
up
Browse files- config.json +12 -9
- diffusion_model.pt +2 -2
- sampler_config.json +0 -9
config.json
CHANGED
|
@@ -1,14 +1,17 @@
|
|
| 1 |
{
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
|
| 5 |
-
|
|
|
|
|
|
|
| 6 |
1,
|
| 7 |
2
|
| 8 |
],
|
| 9 |
-
"
|
| 10 |
-
"
|
| 11 |
-
"
|
| 12 |
-
"
|
| 13 |
-
"
|
|
|
|
| 14 |
}
|
|
|
|
| 1 |
{
|
| 2 |
+
"_class_name": "UNetModel",
|
| 3 |
+
"attn_resolutions": [
|
| 4 |
+
16
|
| 5 |
+
],
|
| 6 |
+
"ch": 32,
|
| 7 |
+
"ch_mult": [
|
| 8 |
1,
|
| 9 |
2
|
| 10 |
],
|
| 11 |
+
"dropout": 0.0,
|
| 12 |
+
"in_channels": 3,
|
| 13 |
+
"num_res_blocks": 2,
|
| 14 |
+
"out_ch": 3,
|
| 15 |
+
"resamp_with_conv": true,
|
| 16 |
+
"resolution": 32
|
| 17 |
}
|
diffusion_model.pt
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:3ef275c749edcecd52e9b4a6215591b9516417ba77f4c5e595a3f9a7d3caf776
|
| 3 |
+
size 4079329
|
sampler_config.json
DELETED
|
@@ -1,9 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"_class_name": "GaussianDiffusion",
|
| 3 |
-
"beta_schedule": "cosine",
|
| 4 |
-
"channels": 3,
|
| 5 |
-
"image_size": 128,
|
| 6 |
-
"loss_type": "l1",
|
| 7 |
-
"objective": "pred_noise",
|
| 8 |
-
"timesteps": 3
|
| 9 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|