MuhammadHanif
commited on
Commit
•
8608ffc
1
Parent(s):
6ad422f
pytorch steps 2190000
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/2a2de50f1b5b92e9f654ba7e3ec64f86c224d193/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:fc66ed68a0ba92029b1a016982a90fb72c72038ad16908aee8393871153c9522
|
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/2a2de50f1b5b92e9f654ba7e3ec64f86c224d193/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:3703807345fea13ed01d7e08aea471d1b7a8ea7671147208d008448502189f42
|
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/2a2de50f1b5b92e9f654ba7e3ec64f86c224d193/vae",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|