Commit
·
54be91f
1
Parent(s):
ea3d750
pytorch steps 1490000
Browse files- text_encoder/config.json +1 -1
- text_encoder/pytorch_model.bin +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": "/root/.cache/huggingface/hub/models--MuhammadHanif--stable-diffusion-v1-5-high-res/snapshots/
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/root/.cache/huggingface/hub/models--MuhammadHanif--stable-diffusion-v1-5-high-res/snapshots/7c3292aee6dd66d6cacb8eb7bb8ab79704719966/text_encoder",
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
text_encoder/pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 492307041
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32d361cfd7822a65bac55e63bf2f15ce5415d3d5b8839c55f8679e42af80b51b
|
3 |
size 492307041
|
unet/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.16.1",
|
4 |
-
"_name_or_path": "/root/.cache/huggingface/hub/models--MuhammadHanif--stable-diffusion-v1-5-high-res/snapshots/
|
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": "/root/.cache/huggingface/hub/models--MuhammadHanif--stable-diffusion-v1-5-high-res/snapshots/7c3292aee6dd66d6cacb8eb7bb8ab79704719966/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:4871a11c33a6b77a4c7721331a8e7f6db42572a3f69bf39ffc9010d18d247005
|
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": "/root/.cache/huggingface/hub/models--MuhammadHanif--stable-diffusion-v1-5-high-res/snapshots/
|
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": "/root/.cache/huggingface/hub/models--MuhammadHanif--stable-diffusion-v1-5-high-res/snapshots/7c3292aee6dd66d6cacb8eb7bb8ab79704719966/vae",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|