ktennyson6 commited on
Commit
c2a117a
1 Parent(s): 3944ccf

End of training

Browse files
checkpoint-50/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c0d9058f027d68779ca9dea700fb823df96bcf92c470a8522b0dc0960b2f7e8c
3
  size 6876842324
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8316ab057849d15f5d57842a54a5ef11d382b2f9c66455d9bd661b1992404bd6
3
  size 6876842324
checkpoint-50/unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.25.0.dev0",
4
- "_name_or_path": "runwayml/stable-diffusion-v1-5",
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.25.0.dev0",
4
+ "_name_or_path": "ktennyson6/sd-vsr-5k",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
checkpoint-50/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:82c8ee48fe4eecf6b08e7820fc42db221374e3f33e30cbe903ffb30aa1c11954
3
  size 3438213624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:033451720dbd783ead78acb9463b46cc55753054f03069e4f7007660e231a38c
3
  size 3438213624
model_index.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "StableDiffusionInstructPix2PixPipeline",
3
  "_diffusers_version": "0.25.0.dev0",
4
- "_name_or_path": "runwayml/stable-diffusion-v1-5",
5
  "feature_extractor": [
6
  "transformers",
7
  "CLIPImageProcessor"
 
1
  {
2
  "_class_name": "StableDiffusionInstructPix2PixPipeline",
3
  "_diffusers_version": "0.25.0.dev0",
4
+ "_name_or_path": "ktennyson6/sd-vsr-5k",
5
  "feature_extractor": [
6
  "transformers",
7
  "CLIPImageProcessor"
safety_checker/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/root/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9/safety_checker",
3
  "architectures": [
4
  "StableDiffusionSafetyChecker"
5
  ],
 
1
  {
2
+ "_name_or_path": "/root/.cache/huggingface/hub/models--ktennyson6--sd-vsr-5k/snapshots/6a3adfdcc7a1d96652d3107bb89278d49c4b995e/safety_checker",
3
  "architectures": [
4
  "StableDiffusionSafetyChecker"
5
  ],
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "runwayml/stable-diffusion-v1-5",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
@@ -18,7 +18,7 @@
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
- "projection_dim": 768,
22
  "torch_dtype": "float16",
23
  "transformers_version": "4.35.2",
24
  "vocab_size": 49408
 
1
  {
2
+ "_name_or_path": "ktennyson6/sd-vsr-5k",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
+ "projection_dim": 512,
22
  "torch_dtype": "float16",
23
  "transformers_version": "4.35.2",
24
  "vocab_size": 49408
tokenizer/special_tokens_map.json CHANGED
@@ -13,7 +13,13 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "<|endoftext|>",
 
 
 
 
 
 
17
  "unk_token": {
18
  "content": "<|endoftext|>",
19
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "<|endoftext|>",
18
+ "lstrip": false,
19
+ "normalized": true,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "unk_token": {
24
  "content": "<|endoftext|>",
25
  "lstrip": false,
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.25.0.dev0",
4
- "_name_or_path": "runwayml/stable-diffusion-v1-5",
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.25.0.dev0",
4
+ "_name_or_path": "ktennyson6/sd-vsr-5k",
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:82c8ee48fe4eecf6b08e7820fc42db221374e3f33e30cbe903ffb30aa1c11954
3
  size 3438213624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:033451720dbd783ead78acb9463b46cc55753054f03069e4f7007660e231a38c
3
  size 3438213624
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.25.0.dev0",
4
- "_name_or_path": "runwayml/stable-diffusion-v1-5",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.25.0.dev0",
4
+ "_name_or_path": "ktennyson6/sd-vsr-5k",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,