Epoch 39
Browse files- .gitattributes +1 -0
- samples/0039.png +0 -0
- samples/0039_process.png +3 -0
- training_state.pt +2 -2
- unet/config.json +1 -0
- unet/diffusion_pytorch_model.safetensors +1 -1
.gitattributes
CHANGED
|
@@ -36,3 +36,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
samples/0009_process.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
samples/0019_process.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
samples/0029_process.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 36 |
samples/0009_process.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
samples/0019_process.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
samples/0029_process.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
samples/0039_process.png filter=lfs diff=lfs merge=lfs -text
|
samples/0039.png
ADDED
|
samples/0039_process.png
ADDED
|
Git LFS Details
|
training_state.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:887f4a211c8bae7a325046b36a971ea540add91b0fa911d01f135b8fe7e4a3ea
|
| 3 |
+
size 943895082
|
unet/config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.29.2",
|
|
|
|
| 4 |
"act_fn": "silu",
|
| 5 |
"addition_embed_type": null,
|
| 6 |
"addition_embed_type_num_heads": 64,
|
|
|
|
| 1 |
{
|
| 2 |
"_class_name": "UNet2DConditionModel",
|
| 3 |
"_diffusers_version": "0.29.2",
|
| 4 |
+
"_name_or_path": "alppo/amuse",
|
| 5 |
"act_fn": "silu",
|
| 6 |
"addition_embed_type": null,
|
| 7 |
"addition_embed_type_num_heads": 64,
|
unet/diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 471794956
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:29e149dd7cfc79b1be615fb8194c337b522408b6e921f1a0026d10ef6188dc18
|
| 3 |
size 471794956
|