lodestones
commited on
Commit
•
29b1085
1
Parent(s):
7bf7a3d
epoch 14
Browse files- text_encoder/config.json +1 -1
- unet/config.json +1 -1
- unet/diffusion_pytorch_model.bin +1 -1
- vae/config.json +1 -1
text_encoder/config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "/content/sd1.5-t5-
|
3 |
"architectures": [
|
4 |
"T5EncoderModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/content/sd1.5-t5-e14/text_encoder",
|
3 |
"architectures": [
|
4 |
"T5EncoderModel"
|
5 |
],
|
unet/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.16.1",
|
4 |
-
"_name_or_path": "/content/sd1.5-t5-
|
5 |
"act_fn": "silu",
|
6 |
"addition_embed_type": null,
|
7 |
"addition_embed_type_num_heads": 64,
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.16.1",
|
4 |
+
"_name_or_path": "/content/sd1.5-t5-e14/unet",
|
5 |
"act_fn": "silu",
|
6 |
"addition_embed_type": null,
|
7 |
"addition_embed_type_num_heads": 64,
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3438366373
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7f845113a4a41bc237ca729fe8857fa0d8ebbbd52f2cd60de0e195bb1cdbbbe
|
3 |
size 3438366373
|
vae/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.16.1",
|
4 |
-
"_name_or_path": "/content/sd1.5-t5-
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.16.1",
|
4 |
+
"_name_or_path": "/content/sd1.5-t5-e14/vae",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|