recoilme commited on
Commit
d72b919
1 Parent(s): 47abbea
colorfulxl_v70.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0588a20b65d1ed1ebbeb7271be6f0817aff675c106a23dfcf2a3b3d7f22d0d6
3
+ size 6938040752
model_index.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "StableDiffusionXLPipeline",
3
- "_diffusers_version": "0.27.2",
4
  "feature_extractor": [
5
  null,
6
  null
 
1
  {
2
  "_class_name": "StableDiffusionXLPipeline",
3
+ "_diffusers_version": "0.28.2",
4
  "feature_extractor": [
5
  null,
6
  null
scheduler/scheduler_config.json CHANGED
@@ -1,9 +1,11 @@
1
  {
2
  "_class_name": "EulerDiscreteScheduler",
3
- "_diffusers_version": "0.27.2",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
 
 
7
  "interpolation_type": "linear",
8
  "num_train_timesteps": 1000,
9
  "prediction_type": "epsilon",
 
1
  {
2
  "_class_name": "EulerDiscreteScheduler",
3
+ "_diffusers_version": "0.28.2",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
+ "clip_sample": false,
8
+ "final_sigmas_type": "zero",
9
  "interpolation_type": "linear",
10
  "num_train_timesteps": 1000,
11
  "prediction_type": "epsilon",
text_encoder/config.json CHANGED
@@ -18,7 +18,7 @@
18
  "num_hidden_layers": 12,
19
  "pad_token_id": 1,
20
  "projection_dim": 768,
21
- "torch_dtype": "float16",
22
- "transformers_version": "4.36.2",
23
  "vocab_size": 49408
24
  }
 
18
  "num_hidden_layers": 12,
19
  "pad_token_id": 1,
20
  "projection_dim": 768,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.36.0",
23
  "vocab_size": 49408
24
  }
text_encoder/model.fp16.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:d5be46f20f7c438c50021dd7ccdbcd59a55ed7347fb74c0dcacb651ce6863d78
3
  size 246144152
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ef157cedb650039ce299efb8b0f0f9cd5afc8a729b2adb7766a3086d06dd448
3
  size 246144152
text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:4e176513f7c95b9e1468a9e2b5e6d932f95bf6c7b9b41ff9b1f210d3f5d840cd
3
  size 492265168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:830a2d85b2d94bbd6bde02dd35a5f963b8262a7ac864d3136fa3a025c156b7eb
3
  size 492265168
text_encoder_2/config.json CHANGED
@@ -18,7 +18,7 @@
18
  "num_hidden_layers": 32,
19
  "pad_token_id": 1,
20
  "projection_dim": 1280,
21
- "torch_dtype": "float16",
22
- "transformers_version": "4.36.2",
23
  "vocab_size": 49408
24
  }
 
18
  "num_hidden_layers": 32,
19
  "pad_token_id": 1,
20
  "projection_dim": 1280,
21
+ "torch_dtype": "float32",
22
+ "transformers_version": "4.36.0",
23
  "vocab_size": 49408
24
  }
text_encoder_2/model.fp16.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2210acce9174b82e3ed6a5b19a548c85b8f7f6dc69a9888df545b6f83870a1ed
3
  size 1389382176
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d08e9dc739ccaa1cbc60d8d88148cd3ecb7e60f10779ad31c6c0aa8081e391e6
3
  size 1389382176
text_encoder_2/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a69ae79712fca2a1ab20e0787b163211f226a992062b9fc9b01541beebf80b01
3
  size 2778702264
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc258eeb8e57f64d2df005f49ec3d46cee9953a0ae5664958c91a45be46f1122
3
  size 2778702264
tokenizer/special_tokens_map.json CHANGED
@@ -9,21 +9,15 @@
9
  "eos_token": {
10
  "content": "<|endoftext|>",
11
  "lstrip": false,
12
- "normalized": false,
13
- "rstrip": false,
14
- "single_word": false
15
- },
16
- "pad_token": {
17
- "content": "<|endoftext|>",
18
- "lstrip": false,
19
- "normalized": false,
20
  "rstrip": false,
21
  "single_word": false
22
  },
 
23
  "unk_token": {
24
  "content": "<|endoftext|>",
25
  "lstrip": false,
26
- "normalized": false,
27
  "rstrip": false,
28
  "single_word": false
29
  }
 
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
  }
tokenizer/tokenizer_config.json CHANGED
@@ -12,7 +12,7 @@
12
  "49407": {
13
  "content": "<|endoftext|>",
14
  "lstrip": false,
15
- "normalized": false,
16
  "rstrip": false,
17
  "single_word": false,
18
  "special": true
 
12
  "49407": {
13
  "content": "<|endoftext|>",
14
  "lstrip": false,
15
+ "normalized": true,
16
  "rstrip": false,
17
  "single_word": false,
18
  "special": true
tokenizer_2/special_tokens_map.json CHANGED
@@ -9,7 +9,7 @@
9
  "eos_token": {
10
  "content": "<|endoftext|>",
11
  "lstrip": false,
12
- "normalized": false,
13
  "rstrip": false,
14
  "single_word": false
15
  },
@@ -17,7 +17,7 @@
17
  "unk_token": {
18
  "content": "<|endoftext|>",
19
  "lstrip": false,
20
- "normalized": false,
21
  "rstrip": false,
22
  "single_word": false
23
  }
 
9
  "eos_token": {
10
  "content": "<|endoftext|>",
11
  "lstrip": false,
12
+ "normalized": true,
13
  "rstrip": false,
14
  "single_word": false
15
  },
 
17
  "unk_token": {
18
  "content": "<|endoftext|>",
19
  "lstrip": false,
20
+ "normalized": true,
21
  "rstrip": false,
22
  "single_word": false
23
  }
tokenizer_2/tokenizer_config.json CHANGED
@@ -20,7 +20,7 @@
20
  "49407": {
21
  "content": "<|endoftext|>",
22
  "lstrip": false,
23
- "normalized": false,
24
  "rstrip": false,
25
  "single_word": false,
26
  "special": true
 
20
  "49407": {
21
  "content": "<|endoftext|>",
22
  "lstrip": false,
23
+ "normalized": true,
24
  "rstrip": false,
25
  "single_word": false,
26
  "special": true
unet/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.27.2",
4
  "act_fn": "silu",
5
  "addition_embed_type": "text_time",
6
  "addition_embed_type_num_heads": 64,
@@ -67,6 +67,6 @@
67
  "CrossAttnUpBlock2D",
68
  "UpBlock2D"
69
  ],
70
- "upcast_attention": false,
71
  "use_linear_projection": true
72
  }
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.28.2",
4
  "act_fn": "silu",
5
  "addition_embed_type": "text_time",
6
  "addition_embed_type_num_heads": 64,
 
67
  "CrossAttnUpBlock2D",
68
  "UpBlock2D"
69
  ],
70
+ "upcast_attention": null,
71
  "use_linear_projection": true
72
  }
unet/diffusion_pytorch_model.fp16.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:eb164fbd835012f741f7e558bac0c87f7d019f8ea52230827fdccabf69123768
3
  size 5135149760
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:241372eede0ef59ca9efcffa949b71d6454da91f9ed8d312002b4eb07fd0b36c
3
  size 5135149760
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0e1eaaecf10763dcfd44c1844da02438224072611148c19c4805134165a019b6
3
  size 10270077736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e56f35cccb8c4aa46059e06a6ca671efcf604c96662f1943d0e0cceebb61a3e
3
  size 10270077736
vae/config.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.27.2",
 
4
  "act_fn": "silu",
5
  "block_out_channels": [
6
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.28.2",
4
+ "_name_or_path": "../sdxl-vae/",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,