Cong-HGMedia commited on
Commit
d526353
·
verified ·
1 Parent(s): 634820c

End of training

Browse files
README.md CHANGED
@@ -1,14 +1,18 @@
1
-
2
  ---
3
  license: creativeml-openrail-m
4
- base_model: sinkinai/majicMIX-realistic-v5
5
- instance_prompt: a photo of sks dog
6
  tags:
7
  - stable-diffusion
8
  - stable-diffusion-diffusers
9
  - text-to-image
10
  - diffusers
11
  - dreambooth
 
 
 
 
 
 
12
  inference: true
13
  ---
14
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ library_name: diffusers
 
4
  tags:
5
  - stable-diffusion
6
  - stable-diffusion-diffusers
7
  - text-to-image
8
  - diffusers
9
  - dreambooth
10
+ - text-to-image
11
+ - dreambooth
12
+ - stable-diffusion
13
+ - stable-diffusion-diffusers
14
+ base_model: sinkinai/majicMIX-realistic-v5
15
+ instance_prompt: a photo of sks dog
16
  inference: true
17
  ---
18
 
feature_extractor/preprocessor_config.json CHANGED
@@ -8,13 +8,12 @@
8
  "do_normalize": true,
9
  "do_rescale": true,
10
  "do_resize": true,
11
- "feature_extractor_type": "CLIPFeatureExtractor",
12
  "image_mean": [
13
  0.48145466,
14
  0.4578275,
15
  0.40821073
16
  ],
17
- "image_processor_type": "CLIPFeatureExtractor",
18
  "image_std": [
19
  0.26862954,
20
  0.26130258,
 
8
  "do_normalize": true,
9
  "do_rescale": true,
10
  "do_resize": true,
 
11
  "image_mean": [
12
  0.48145466,
13
  0.4578275,
14
  0.40821073
15
  ],
16
+ "image_processor_type": "CLIPImageProcessor",
17
  "image_std": [
18
  0.26862954,
19
  0.26130258,
model_index.json CHANGED
@@ -1,10 +1,14 @@
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
- "_diffusers_version": "0.22.0.dev0",
4
- "_name_or_path": "sinkinai/majicMIX-realistic-v5",
5
  "feature_extractor": [
6
  "transformers",
7
- "CLIPFeatureExtractor"
 
 
 
 
8
  ],
9
  "requires_safety_checker": true,
10
  "safety_checker": [
 
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
+ "_diffusers_version": "0.27.0.dev0",
4
+ "_name_or_path": "runwayml/stable-diffusion-v1-5",
5
  "feature_extractor": [
6
  "transformers",
7
+ "CLIPImageProcessor"
8
+ ],
9
+ "image_encoder": [
10
+ null,
11
+ null
12
  ],
13
  "requires_safety_checker": true,
14
  "safety_checker": [
safety_checker/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/home/hgmedia/.cache/huggingface/hub/models--sinkinai--majicMIX-realistic-v5/snapshots/c845fd006c5771a215190f81b32e8e4c44f5ac54/safety_checker",
3
  "architectures": [
4
  "StableDiffusionSafetyChecker"
5
  ],
@@ -15,7 +15,7 @@
15
  "num_attention_heads": 12
16
  },
17
  "torch_dtype": "float32",
18
- "transformers_version": "4.34.0",
19
  "vision_config": {
20
  "dropout": 0.0,
21
  "hidden_size": 1024,
 
1
  {
2
+ "_name_or_path": "/home/congdc/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9/safety_checker",
3
  "architectures": [
4
  "StableDiffusionSafetyChecker"
5
  ],
 
15
  "num_attention_heads": 12
16
  },
17
  "torch_dtype": "float32",
18
+ "transformers_version": "4.38.1",
19
  "vision_config": {
20
  "dropout": 0.0,
21
  "hidden_size": 1024,
scheduler/scheduler_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "PNDMScheduler",
3
- "_diffusers_version": "0.22.0.dev0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
 
1
  {
2
  "_class_name": "PNDMScheduler",
3
+ "_diffusers_version": "0.27.0.dev0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "sinkinai/majicMIX-realistic-v5",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
@@ -19,7 +19,7 @@
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
- "torch_dtype": "float32",
23
- "transformers_version": "4.34.0",
24
  "vocab_size": 49408
25
  }
 
1
  {
2
+ "_name_or_path": "runwayml/stable-diffusion-v1-5",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
+ "torch_dtype": "float16",
23
+ "transformers_version": "4.38.1",
24
  "vocab_size": 49408
25
  }
text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:32ef30979464276937451ada65928ec1cb06d21dab26ce00565bc244a7b4ab7b
3
- size 492265168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:660c6f5b1abae9dc498ac2d21e1347d2abdb0cf6c0c0c8576cd796491d9a6cdd
3
+ size 246144152
tokenizer/special_tokens_map.json CHANGED
@@ -1,6 +1,24 @@
1
  {
2
- "bos_token": "<|startoftext|>",
3
- "eos_token": "<|endoftext|>",
 
 
 
 
 
 
 
 
 
 
 
 
4
  "pad_token": "<|endoftext|>",
5
- "unk_token": "<|endoftext|>"
 
 
 
 
 
 
6
  }
 
1
  {
2
+ "bos_token": {
3
+ "content": "<|startoftext|>",
4
+ "lstrip": false,
5
+ "normalized": true,
6
+ "rstrip": false,
7
+ "single_word": false
8
+ },
9
+ "eos_token": {
10
+ "content": "<|endoftext|>",
11
+ "lstrip": false,
12
+ "normalized": true,
13
+ "rstrip": false,
14
+ "single_word": false
15
+ },
16
  "pad_token": "<|endoftext|>",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
  }
tokenizer/tokenizer_config.json CHANGED
@@ -18,7 +18,6 @@
18
  "special": true
19
  }
20
  },
21
- "additional_special_tokens": [],
22
  "bos_token": "<|startoftext|>",
23
  "clean_up_tokenization_spaces": true,
24
  "do_lower_case": true,
@@ -27,6 +26,5 @@
27
  "model_max_length": 77,
28
  "pad_token": "<|endoftext|>",
29
  "tokenizer_class": "CLIPTokenizer",
30
- "tokenizer_file": null,
31
  "unk_token": "<|endoftext|>"
32
  }
 
18
  "special": true
19
  }
20
  },
 
21
  "bos_token": "<|startoftext|>",
22
  "clean_up_tokenization_spaces": true,
23
  "do_lower_case": true,
 
26
  "model_max_length": 77,
27
  "pad_token": "<|endoftext|>",
28
  "tokenizer_class": "CLIPTokenizer",
 
29
  "unk_token": "<|endoftext|>"
30
  }
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.22.0.dev0",
4
- "_name_or_path": "sinkinai/majicMIX-realistic-v5",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
@@ -49,6 +49,7 @@
49
  "resnet_out_scale_factor": 1.0,
50
  "resnet_skip_time_act": false,
51
  "resnet_time_scale_shift": "default",
 
52
  "sample_size": 64,
53
  "time_cond_proj_dim": null,
54
  "time_embedding_act_fn": null,
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.27.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,
 
49
  "resnet_out_scale_factor": 1.0,
50
  "resnet_skip_time_act": false,
51
  "resnet_time_scale_shift": "default",
52
+ "reverse_transformer_layers_per_block": null,
53
  "sample_size": 64,
54
  "time_cond_proj_dim": null,
55
  "time_embedding_act_fn": null,
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4ab4dbc99d1a903bef320583c3c9a3d9b8bc5e8259352e9076f409107d7f3fe7
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:161217f197ea033238ad1d94cf36ae845ce232489566c4c20c1a2025402eee78
3
  size 3438167536
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.22.0.dev0",
4
- "_name_or_path": "/home/hgmedia/.cache/huggingface/hub/models--sinkinai--majicMIX-realistic-v5/snapshots/c845fd006c5771a215190f81b32e8e4c44f5ac54/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.27.0.dev0",
4
+ "_name_or_path": "/home/congdc/.cache/huggingface/hub/models--runwayml--stable-diffusion-v1-5/snapshots/1d0c4ebf6ff58a5caecab40fa1406526bca4b5b9/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
vae/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6df6215955d8279ef578cd4d3938a5bfce1f0aacfd5ae166800f6f944fe17e4f
3
  size 334643268
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4d2b5932bb4151e54e694fd31ccf51fca908223c9485bd56cd0e1d83ad94c49
3
  size 334643268