Commit
·
6ad422f
1
Parent(s):
54be91f
pytorch steps 1810000
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/73b0c0077dffda95ea82c34a97e1e648edc34d62/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:291761d3f0d122b1ec94513c18824ae89ceb051572fc009de91e1d76b9ef1c4e
|
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/73b0c0077dffda95ea82c34a97e1e648edc34d62/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:ba2042c0c1e6035f3997a101a690b07c40c118461dca3ae84cd75a6484644449
|
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/73b0c0077dffda95ea82c34a97e1e648edc34d62/vae",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|