jaruce commited on
Commit
ae0009b
·
verified ·
1 Parent(s): 977658b

End of training

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +80 -0
  2. model_index.json +34 -0
  3. scheduler/scheduler_config.json +25 -0
  4. text_encoder/config.json +25 -0
  5. text_encoder/model.safetensors +3 -0
  6. text_encoder_2/config.json +25 -0
  7. text_encoder_2/model.safetensors +3 -0
  8. tokenizer/merges.txt +0 -0
  9. tokenizer/special_tokens_map.json +24 -0
  10. tokenizer/tokenizer_config.json +30 -0
  11. tokenizer/vocab.json +0 -0
  12. tokenizer_2/merges.txt +0 -0
  13. tokenizer_2/special_tokens_map.json +24 -0
  14. tokenizer_2/tokenizer_config.json +38 -0
  15. tokenizer_2/vocab.json +0 -0
  16. unet/config.json +73 -0
  17. unet/diffusion_pytorch_model-00001-of-00002.safetensors +3 -0
  18. unet/diffusion_pytorch_model-00002-of-00002.safetensors +3 -0
  19. unet/diffusion_pytorch_model.safetensors.index.json +0 -0
  20. vae/config.json +38 -0
  21. vae/diffusion_pytorch_model.safetensors +3 -0
  22. validation_images/step_100_val_img_0.png +3 -0
  23. validation_images/step_100_val_img_1.png +3 -0
  24. validation_images/step_100_val_img_2.png +3 -0
  25. validation_images/step_100_val_img_3.png +3 -0
  26. validation_images/step_10_val_img_0.png +3 -0
  27. validation_images/step_10_val_img_1.png +3 -0
  28. validation_images/step_10_val_img_2.png +3 -0
  29. validation_images/step_10_val_img_3.png +3 -0
  30. validation_images/step_110_val_img_0.png +3 -0
  31. validation_images/step_110_val_img_1.png +3 -0
  32. validation_images/step_110_val_img_2.png +3 -0
  33. validation_images/step_110_val_img_3.png +3 -0
  34. validation_images/step_120_val_img_0.png +3 -0
  35. validation_images/step_120_val_img_1.png +3 -0
  36. validation_images/step_120_val_img_2.png +3 -0
  37. validation_images/step_120_val_img_3.png +3 -0
  38. validation_images/step_130_val_img_0.png +3 -0
  39. validation_images/step_130_val_img_1.png +3 -0
  40. validation_images/step_130_val_img_2.png +3 -0
  41. validation_images/step_130_val_img_3.png +3 -0
  42. validation_images/step_140_val_img_0.png +3 -0
  43. validation_images/step_140_val_img_1.png +3 -0
  44. validation_images/step_140_val_img_2.png +3 -0
  45. validation_images/step_140_val_img_3.png +3 -0
  46. validation_images/step_150_val_img_0.png +3 -0
  47. validation_images/step_150_val_img_1.png +3 -0
  48. validation_images/step_150_val_img_2.png +3 -0
  49. validation_images/step_150_val_img_3.png +3 -0
  50. validation_images/step_160_val_img_0.png +3 -0
.gitattributes CHANGED
@@ -33,3 +33,83 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ validation_images/step_100_val_img_0.png filter=lfs diff=lfs merge=lfs -text
37
+ validation_images/step_100_val_img_1.png filter=lfs diff=lfs merge=lfs -text
38
+ validation_images/step_100_val_img_2.png filter=lfs diff=lfs merge=lfs -text
39
+ validation_images/step_100_val_img_3.png filter=lfs diff=lfs merge=lfs -text
40
+ validation_images/step_10_val_img_0.png filter=lfs diff=lfs merge=lfs -text
41
+ validation_images/step_10_val_img_1.png filter=lfs diff=lfs merge=lfs -text
42
+ validation_images/step_10_val_img_2.png filter=lfs diff=lfs merge=lfs -text
43
+ validation_images/step_10_val_img_3.png filter=lfs diff=lfs merge=lfs -text
44
+ validation_images/step_110_val_img_0.png filter=lfs diff=lfs merge=lfs -text
45
+ validation_images/step_110_val_img_1.png filter=lfs diff=lfs merge=lfs -text
46
+ validation_images/step_110_val_img_2.png filter=lfs diff=lfs merge=lfs -text
47
+ validation_images/step_110_val_img_3.png filter=lfs diff=lfs merge=lfs -text
48
+ validation_images/step_120_val_img_0.png filter=lfs diff=lfs merge=lfs -text
49
+ validation_images/step_120_val_img_1.png filter=lfs diff=lfs merge=lfs -text
50
+ validation_images/step_120_val_img_2.png filter=lfs diff=lfs merge=lfs -text
51
+ validation_images/step_120_val_img_3.png filter=lfs diff=lfs merge=lfs -text
52
+ validation_images/step_130_val_img_0.png filter=lfs diff=lfs merge=lfs -text
53
+ validation_images/step_130_val_img_1.png filter=lfs diff=lfs merge=lfs -text
54
+ validation_images/step_130_val_img_2.png filter=lfs diff=lfs merge=lfs -text
55
+ validation_images/step_130_val_img_3.png filter=lfs diff=lfs merge=lfs -text
56
+ validation_images/step_140_val_img_0.png filter=lfs diff=lfs merge=lfs -text
57
+ validation_images/step_140_val_img_1.png filter=lfs diff=lfs merge=lfs -text
58
+ validation_images/step_140_val_img_2.png filter=lfs diff=lfs merge=lfs -text
59
+ validation_images/step_140_val_img_3.png filter=lfs diff=lfs merge=lfs -text
60
+ validation_images/step_150_val_img_0.png filter=lfs diff=lfs merge=lfs -text
61
+ validation_images/step_150_val_img_1.png filter=lfs diff=lfs merge=lfs -text
62
+ validation_images/step_150_val_img_2.png filter=lfs diff=lfs merge=lfs -text
63
+ validation_images/step_150_val_img_3.png filter=lfs diff=lfs merge=lfs -text
64
+ validation_images/step_160_val_img_0.png filter=lfs diff=lfs merge=lfs -text
65
+ validation_images/step_160_val_img_1.png filter=lfs diff=lfs merge=lfs -text
66
+ validation_images/step_160_val_img_2.png filter=lfs diff=lfs merge=lfs -text
67
+ validation_images/step_160_val_img_3.png filter=lfs diff=lfs merge=lfs -text
68
+ validation_images/step_170_val_img_0.png filter=lfs diff=lfs merge=lfs -text
69
+ validation_images/step_170_val_img_1.png filter=lfs diff=lfs merge=lfs -text
70
+ validation_images/step_170_val_img_2.png filter=lfs diff=lfs merge=lfs -text
71
+ validation_images/step_170_val_img_3.png filter=lfs diff=lfs merge=lfs -text
72
+ validation_images/step_180_val_img_0.png filter=lfs diff=lfs merge=lfs -text
73
+ validation_images/step_180_val_img_1.png filter=lfs diff=lfs merge=lfs -text
74
+ validation_images/step_180_val_img_2.png filter=lfs diff=lfs merge=lfs -text
75
+ validation_images/step_180_val_img_3.png filter=lfs diff=lfs merge=lfs -text
76
+ validation_images/step_190_val_img_0.png filter=lfs diff=lfs merge=lfs -text
77
+ validation_images/step_190_val_img_1.png filter=lfs diff=lfs merge=lfs -text
78
+ validation_images/step_190_val_img_2.png filter=lfs diff=lfs merge=lfs -text
79
+ validation_images/step_190_val_img_3.png filter=lfs diff=lfs merge=lfs -text
80
+ validation_images/step_200_val_img_0.png filter=lfs diff=lfs merge=lfs -text
81
+ validation_images/step_200_val_img_1.png filter=lfs diff=lfs merge=lfs -text
82
+ validation_images/step_200_val_img_2.png filter=lfs diff=lfs merge=lfs -text
83
+ validation_images/step_200_val_img_3.png filter=lfs diff=lfs merge=lfs -text
84
+ validation_images/step_20_val_img_0.png filter=lfs diff=lfs merge=lfs -text
85
+ validation_images/step_20_val_img_1.png filter=lfs diff=lfs merge=lfs -text
86
+ validation_images/step_20_val_img_2.png filter=lfs diff=lfs merge=lfs -text
87
+ validation_images/step_20_val_img_3.png filter=lfs diff=lfs merge=lfs -text
88
+ validation_images/step_30_val_img_0.png filter=lfs diff=lfs merge=lfs -text
89
+ validation_images/step_30_val_img_1.png filter=lfs diff=lfs merge=lfs -text
90
+ validation_images/step_30_val_img_2.png filter=lfs diff=lfs merge=lfs -text
91
+ validation_images/step_30_val_img_3.png filter=lfs diff=lfs merge=lfs -text
92
+ validation_images/step_40_val_img_0.png filter=lfs diff=lfs merge=lfs -text
93
+ validation_images/step_40_val_img_1.png filter=lfs diff=lfs merge=lfs -text
94
+ validation_images/step_40_val_img_2.png filter=lfs diff=lfs merge=lfs -text
95
+ validation_images/step_40_val_img_3.png filter=lfs diff=lfs merge=lfs -text
96
+ validation_images/step_50_val_img_0.png filter=lfs diff=lfs merge=lfs -text
97
+ validation_images/step_50_val_img_1.png filter=lfs diff=lfs merge=lfs -text
98
+ validation_images/step_50_val_img_2.png filter=lfs diff=lfs merge=lfs -text
99
+ validation_images/step_50_val_img_3.png filter=lfs diff=lfs merge=lfs -text
100
+ validation_images/step_60_val_img_0.png filter=lfs diff=lfs merge=lfs -text
101
+ validation_images/step_60_val_img_1.png filter=lfs diff=lfs merge=lfs -text
102
+ validation_images/step_60_val_img_2.png filter=lfs diff=lfs merge=lfs -text
103
+ validation_images/step_60_val_img_3.png filter=lfs diff=lfs merge=lfs -text
104
+ validation_images/step_70_val_img_0.png filter=lfs diff=lfs merge=lfs -text
105
+ validation_images/step_70_val_img_1.png filter=lfs diff=lfs merge=lfs -text
106
+ validation_images/step_70_val_img_2.png filter=lfs diff=lfs merge=lfs -text
107
+ validation_images/step_70_val_img_3.png filter=lfs diff=lfs merge=lfs -text
108
+ validation_images/step_80_val_img_0.png filter=lfs diff=lfs merge=lfs -text
109
+ validation_images/step_80_val_img_1.png filter=lfs diff=lfs merge=lfs -text
110
+ validation_images/step_80_val_img_2.png filter=lfs diff=lfs merge=lfs -text
111
+ validation_images/step_80_val_img_3.png filter=lfs diff=lfs merge=lfs -text
112
+ validation_images/step_90_val_img_0.png filter=lfs diff=lfs merge=lfs -text
113
+ validation_images/step_90_val_img_1.png filter=lfs diff=lfs merge=lfs -text
114
+ validation_images/step_90_val_img_2.png filter=lfs diff=lfs merge=lfs -text
115
+ validation_images/step_90_val_img_3.png filter=lfs diff=lfs merge=lfs -text
model_index.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "StableDiffusionXLInstructPix2PixPipeline",
3
+ "_diffusers_version": "0.33.1",
4
+ "_name_or_path": "/home/ach17654gk/download/model/sdxl/snapshots/462165984030d82259a11f4367a4eed129e94a7b",
5
+ "force_zeros_for_empty_prompt": true,
6
+ "scheduler": [
7
+ "diffusers",
8
+ "EulerDiscreteScheduler"
9
+ ],
10
+ "text_encoder": [
11
+ "transformers",
12
+ "CLIPTextModel"
13
+ ],
14
+ "text_encoder_2": [
15
+ "transformers",
16
+ "CLIPTextModelWithProjection"
17
+ ],
18
+ "tokenizer": [
19
+ "transformers",
20
+ "CLIPTokenizer"
21
+ ],
22
+ "tokenizer_2": [
23
+ "transformers",
24
+ "CLIPTokenizer"
25
+ ],
26
+ "unet": [
27
+ "diffusers",
28
+ "UNet2DConditionModel"
29
+ ],
30
+ "vae": [
31
+ "diffusers",
32
+ "AutoencoderKL"
33
+ ]
34
+ }
scheduler/scheduler_config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "EulerDiscreteScheduler",
3
+ "_diffusers_version": "0.33.1",
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",
12
+ "rescale_betas_zero_snr": false,
13
+ "sample_max_value": 1.0,
14
+ "set_alpha_to_one": false,
15
+ "sigma_max": null,
16
+ "sigma_min": null,
17
+ "skip_prk_steps": true,
18
+ "steps_offset": 1,
19
+ "timestep_spacing": "leading",
20
+ "timestep_type": "discrete",
21
+ "trained_betas": null,
22
+ "use_beta_sigmas": false,
23
+ "use_exponential_sigmas": false,
24
+ "use_karras_sigmas": false
25
+ }
text_encoder/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/ach17654gk/download/model/sdxl/snapshots/462165984030d82259a11f4367a4eed129e94a7b",
3
+ "architectures": [
4
+ "CLIPTextModel"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dropout": 0.0,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "quick_gelu",
11
+ "hidden_size": 768,
12
+ "initializer_factor": 1.0,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 3072,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 77,
17
+ "model_type": "clip_text_model",
18
+ "num_attention_heads": 12,
19
+ "num_hidden_layers": 12,
20
+ "pad_token_id": 1,
21
+ "projection_dim": 768,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.46.3",
24
+ "vocab_size": 49408
25
+ }
text_encoder/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5c3d6454dd2d23414b56aa1b5858a72487a656937847b6fea8d0606d7a42cdbc
3
+ size 492265168
text_encoder_2/config.json ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/home/ach17654gk/download/model/sdxl/snapshots/462165984030d82259a11f4367a4eed129e94a7b",
3
+ "architectures": [
4
+ "CLIPTextModelWithProjection"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 0,
8
+ "dropout": 0.0,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_size": 1280,
12
+ "initializer_factor": 1.0,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 5120,
15
+ "layer_norm_eps": 1e-05,
16
+ "max_position_embeddings": 77,
17
+ "model_type": "clip_text_model",
18
+ "num_attention_heads": 20,
19
+ "num_hidden_layers": 32,
20
+ "pad_token_id": 1,
21
+ "projection_dim": 1280,
22
+ "torch_dtype": "float32",
23
+ "transformers_version": "4.46.3",
24
+ "vocab_size": 49408
25
+ }
text_encoder_2/model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a6032f63d37ae02bbc74ccd6a27440578cd71701f96532229d0154f55a8d3ff
3
+ size 2778702264
tokenizer/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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 ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "49406": {
5
+ "content": "<|startoftext|>",
6
+ "lstrip": false,
7
+ "normalized": true,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49407": {
13
+ "content": "<|endoftext|>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ }
20
+ },
21
+ "bos_token": "<|startoftext|>",
22
+ "clean_up_tokenization_spaces": true,
23
+ "do_lower_case": true,
24
+ "eos_token": "<|endoftext|>",
25
+ "errors": "replace",
26
+ "model_max_length": 77,
27
+ "pad_token": "<|endoftext|>",
28
+ "tokenizer_class": "CLIPTokenizer",
29
+ "unk_token": "<|endoftext|>"
30
+ }
tokenizer/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_2/merges.txt ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_2/special_tokens_map.json ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "!",
17
+ "unk_token": {
18
+ "content": "<|endoftext|>",
19
+ "lstrip": false,
20
+ "normalized": true,
21
+ "rstrip": false,
22
+ "single_word": false
23
+ }
24
+ }
tokenizer_2/tokenizer_config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "added_tokens_decoder": {
4
+ "0": {
5
+ "content": "!",
6
+ "lstrip": false,
7
+ "normalized": false,
8
+ "rstrip": false,
9
+ "single_word": false,
10
+ "special": true
11
+ },
12
+ "49406": {
13
+ "content": "<|startoftext|>",
14
+ "lstrip": false,
15
+ "normalized": true,
16
+ "rstrip": false,
17
+ "single_word": false,
18
+ "special": true
19
+ },
20
+ "49407": {
21
+ "content": "<|endoftext|>",
22
+ "lstrip": false,
23
+ "normalized": true,
24
+ "rstrip": false,
25
+ "single_word": false,
26
+ "special": true
27
+ }
28
+ },
29
+ "bos_token": "<|startoftext|>",
30
+ "clean_up_tokenization_spaces": true,
31
+ "do_lower_case": true,
32
+ "eos_token": "<|endoftext|>",
33
+ "errors": "replace",
34
+ "model_max_length": 77,
35
+ "pad_token": "!",
36
+ "tokenizer_class": "CLIPTokenizer",
37
+ "unk_token": "<|endoftext|>"
38
+ }
tokenizer_2/vocab.json ADDED
The diff for this file is too large to render. See raw diff
 
unet/config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.33.1",
4
+ "_name_or_path": "/home/ach17654gk/download/model/sdxl/snapshots/462165984030d82259a11f4367a4eed129e94a7b",
5
+ "act_fn": "silu",
6
+ "addition_embed_type": "text_time",
7
+ "addition_embed_type_num_heads": 64,
8
+ "addition_time_embed_dim": 256,
9
+ "attention_head_dim": [
10
+ 5,
11
+ 10,
12
+ 20
13
+ ],
14
+ "attention_type": "default",
15
+ "block_out_channels": [
16
+ 320,
17
+ 640,
18
+ 1280
19
+ ],
20
+ "center_input_sample": false,
21
+ "class_embed_type": null,
22
+ "class_embeddings_concat": false,
23
+ "conv_in_kernel": 3,
24
+ "conv_out_kernel": 3,
25
+ "cross_attention_dim": 2048,
26
+ "cross_attention_norm": null,
27
+ "down_block_types": [
28
+ "DownBlock2D",
29
+ "CrossAttnDownBlock2D",
30
+ "CrossAttnDownBlock2D"
31
+ ],
32
+ "downsample_padding": 1,
33
+ "dropout": 0.0,
34
+ "dual_cross_attention": false,
35
+ "encoder_hid_dim": null,
36
+ "encoder_hid_dim_type": null,
37
+ "flip_sin_to_cos": true,
38
+ "freq_shift": 0,
39
+ "in_channels": 8,
40
+ "layers_per_block": 2,
41
+ "mid_block_only_cross_attention": null,
42
+ "mid_block_scale_factor": 1,
43
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
44
+ "norm_eps": 1e-05,
45
+ "norm_num_groups": 32,
46
+ "num_attention_heads": null,
47
+ "num_class_embeds": null,
48
+ "only_cross_attention": false,
49
+ "out_channels": 4,
50
+ "projection_class_embeddings_input_dim": 2816,
51
+ "resnet_out_scale_factor": 1.0,
52
+ "resnet_skip_time_act": false,
53
+ "resnet_time_scale_shift": "default",
54
+ "reverse_transformer_layers_per_block": null,
55
+ "sample_size": 128,
56
+ "time_cond_proj_dim": null,
57
+ "time_embedding_act_fn": null,
58
+ "time_embedding_dim": null,
59
+ "time_embedding_type": "positional",
60
+ "timestep_post_act": null,
61
+ "transformer_layers_per_block": [
62
+ 1,
63
+ 2,
64
+ 10
65
+ ],
66
+ "up_block_types": [
67
+ "CrossAttnUpBlock2D",
68
+ "CrossAttnUpBlock2D",
69
+ "UpBlock2D"
70
+ ],
71
+ "upcast_attention": null,
72
+ "use_linear_projection": true
73
+ }
unet/diffusion_pytorch_model-00001-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00228f76d3df535e8a69259f37188ee046534c85bfa237ccc7094f2cde9e1fe7
3
+ size 9988185240
unet/diffusion_pytorch_model-00002-of-00002.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:444c8f523575097783a255acf9b6ca9fff7971c6cef1fd78508ef6d41ea22536
3
+ size 281938304
unet/diffusion_pytorch_model.safetensors.index.json ADDED
The diff for this file is too large to render. See raw diff
 
vae/config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.33.1",
4
+ "_name_or_path": "/home/ach17654gk/download/model/sdxl/snapshots/462165984030d82259a11f4367a4eed129e94a7b",
5
+ "act_fn": "silu",
6
+ "block_out_channels": [
7
+ 128,
8
+ 256,
9
+ 512,
10
+ 512
11
+ ],
12
+ "down_block_types": [
13
+ "DownEncoderBlock2D",
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D",
16
+ "DownEncoderBlock2D"
17
+ ],
18
+ "force_upcast": true,
19
+ "in_channels": 3,
20
+ "latent_channels": 4,
21
+ "latents_mean": null,
22
+ "latents_std": null,
23
+ "layers_per_block": 2,
24
+ "mid_block_add_attention": true,
25
+ "norm_num_groups": 32,
26
+ "out_channels": 3,
27
+ "sample_size": 1024,
28
+ "scaling_factor": 0.13025,
29
+ "shift_factor": null,
30
+ "up_block_types": [
31
+ "UpDecoderBlock2D",
32
+ "UpDecoderBlock2D",
33
+ "UpDecoderBlock2D",
34
+ "UpDecoderBlock2D"
35
+ ],
36
+ "use_post_quant_conv": true,
37
+ "use_quant_conv": true
38
+ }
vae/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1598f3d24932bcfe6634e8b618ea1e30ab1d57f5aad13a6d2de446d2199f2341
3
+ size 334643268
validation_images/step_100_val_img_0.png ADDED

Git LFS Details

  • SHA256: 1cb0b358b3b7dae7b32c4909ca09585a9370ee60062bb84ba98b05e8fe250e24
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
validation_images/step_100_val_img_1.png ADDED

Git LFS Details

  • SHA256: e39b22324cc84e4a049de98243e4a5b9bf4e5875ccd5e643c541c8948acca99a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.61 MB
validation_images/step_100_val_img_2.png ADDED

Git LFS Details

  • SHA256: 7155a848c223711d6a92858778f1d369356312cca9d2404810703927e90d03c1
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
validation_images/step_100_val_img_3.png ADDED

Git LFS Details

  • SHA256: 75dfe6214a110a06548f6b31ff46b89223faeccf3e8fffb0c08139b061984af7
  • Pointer size: 132 Bytes
  • Size of remote file: 1.62 MB
validation_images/step_10_val_img_0.png ADDED

Git LFS Details

  • SHA256: 98f4b2dfd48d63fa0dfb6232cb3f3455ccba600a9718f59a6dbaf7fdfd310240
  • Pointer size: 132 Bytes
  • Size of remote file: 1.89 MB
validation_images/step_10_val_img_1.png ADDED

Git LFS Details

  • SHA256: 626ca975786eb7b664d5375a65331f22b49df380bd331708ace71d751a18a802
  • Pointer size: 132 Bytes
  • Size of remote file: 1.9 MB
validation_images/step_10_val_img_2.png ADDED

Git LFS Details

  • SHA256: 736424de7b52555bb4bfbd5e8d3c752095827cbff9bb1034d60a89700c8cbf32
  • Pointer size: 132 Bytes
  • Size of remote file: 1.95 MB
validation_images/step_10_val_img_3.png ADDED

Git LFS Details

  • SHA256: 2df30c1b4c12a483fb71e030e51923cd735b71c24e92023698d5ace5495130ad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.9 MB
validation_images/step_110_val_img_0.png ADDED

Git LFS Details

  • SHA256: b387fef6c676b0aa55201076e05799f39dbb2918bfc4d6d355ec2600441fcdda
  • Pointer size: 132 Bytes
  • Size of remote file: 1.81 MB
validation_images/step_110_val_img_1.png ADDED

Git LFS Details

  • SHA256: afa8129ecdabbcfe5866998fe43aed570ae0d48ff6c4d0ec2fdb9a493a3ff32d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.72 MB
validation_images/step_110_val_img_2.png ADDED

Git LFS Details

  • SHA256: 78b4d66f5b5f7823d672bbfe420e07940f8953242781226a004a65d1ff03204c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.75 MB
validation_images/step_110_val_img_3.png ADDED

Git LFS Details

  • SHA256: ec54c9470d215f7730c8cc079c96ba907f6e41c56ba5fb9d5d5af79811f41c53
  • Pointer size: 132 Bytes
  • Size of remote file: 1.78 MB
validation_images/step_120_val_img_0.png ADDED

Git LFS Details

  • SHA256: cfd9964eea8e4ed99e636a159e39b1a3ebb93b4dc06e99e426321809c013b734
  • Pointer size: 132 Bytes
  • Size of remote file: 1.84 MB
validation_images/step_120_val_img_1.png ADDED

Git LFS Details

  • SHA256: fdd2e12858484b07d3bc1ff179e98fd47aef2cbf8bab4ba16d22b08839ad8ac5
  • Pointer size: 132 Bytes
  • Size of remote file: 1.8 MB
validation_images/step_120_val_img_2.png ADDED

Git LFS Details

  • SHA256: e887c044f51b71d0e61707ba72323ec452d1424483068d0cf0e2e5797726c995
  • Pointer size: 132 Bytes
  • Size of remote file: 1.77 MB
validation_images/step_120_val_img_3.png ADDED

Git LFS Details

  • SHA256: b7b26d2da6d6e41a41669de56c6189843b51e409f6ba572c1bdb7b1db99758bd
  • Pointer size: 132 Bytes
  • Size of remote file: 2.01 MB
validation_images/step_130_val_img_0.png ADDED

Git LFS Details

  • SHA256: 01df5f220e44097e3ed1f58f653d49ada326be047022a5d4ea5f9cc735ffa44d
  • Pointer size: 132 Bytes
  • Size of remote file: 1.14 MB
validation_images/step_130_val_img_1.png ADDED

Git LFS Details

  • SHA256: 2521a62780eccdc054be45ef480b58eacb1341bac000c26fef6045e63e13ab98
  • Pointer size: 132 Bytes
  • Size of remote file: 1.12 MB
validation_images/step_130_val_img_2.png ADDED

Git LFS Details

  • SHA256: 69f38c6fa382244ae47139ddb7579c7af15c7d51bc67598c7801423558bab4eb
  • Pointer size: 132 Bytes
  • Size of remote file: 1.09 MB
validation_images/step_130_val_img_3.png ADDED

Git LFS Details

  • SHA256: 7aac6e4834e7a1b2dc22ee072d4824a1bbcd5b0d45683406b3b212e2fd6e7646
  • Pointer size: 132 Bytes
  • Size of remote file: 1.09 MB
validation_images/step_140_val_img_0.png ADDED

Git LFS Details

  • SHA256: c3c4dd5980e012d5cd4fa0630857f2570ec8640d6e045234f770f7e4d26bdbd2
  • Pointer size: 132 Bytes
  • Size of remote file: 1.37 MB
validation_images/step_140_val_img_1.png ADDED

Git LFS Details

  • SHA256: 352b5d7582adb69c73963eaeac482f15bcc3325d078c360a2f4a50cf977b449a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.28 MB
validation_images/step_140_val_img_2.png ADDED

Git LFS Details

  • SHA256: 40bcaa153b15dfb2fa40c1df01f91553cf73bf5f07fdf278687ed06af38e7a32
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
validation_images/step_140_val_img_3.png ADDED

Git LFS Details

  • SHA256: 9f0fb25742d5aac251e10361a76aa9a0a896639f05d56d3e0ff9576fba4fb923
  • Pointer size: 132 Bytes
  • Size of remote file: 1.44 MB
validation_images/step_150_val_img_0.png ADDED

Git LFS Details

  • SHA256: b2bdfa5e7e7f42ed16623ab11d762b88991269740b697f5a0abd58f4f5deb77a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.33 MB
validation_images/step_150_val_img_1.png ADDED

Git LFS Details

  • SHA256: 017c45550d572bc303be34068813c451e84f4b3e839a87db81558941d15d5ba0
  • Pointer size: 132 Bytes
  • Size of remote file: 1.29 MB
validation_images/step_150_val_img_2.png ADDED

Git LFS Details

  • SHA256: da69bfd9a56f7047b1d87c6d7d8e5119d4344dace797d10781abaf8ddcd96d80
  • Pointer size: 132 Bytes
  • Size of remote file: 1.35 MB
validation_images/step_150_val_img_3.png ADDED

Git LFS Details

  • SHA256: 1aee0cb5541a1f2b84253ccffb1684b4f89d20a8e384fd7008c1aa510d6f1cad
  • Pointer size: 132 Bytes
  • Size of remote file: 1.4 MB
validation_images/step_160_val_img_0.png ADDED

Git LFS Details

  • SHA256: dd3c127b336a22e7c9c199a8f57349cf8ad12b312db04d85ed2fcfe3e1b561a9
  • Pointer size: 132 Bytes
  • Size of remote file: 1.54 MB