camapblue commited on
Commit
acee0b2
·
1 Parent(s): f70ee69

End of training

Browse files
README.md CHANGED
@@ -1,7 +1,7 @@
1
 
2
  ---
3
  license: creativeml-openrail-m
4
- base_model: stabilityai/stable-diffusion-xl-base-1.0
5
  dataset: bellagio-ai/t2i-one-pillar-pagoda
6
  tags:
7
  - stable-diffusion-xl
@@ -13,7 +13,7 @@ inference: true
13
 
14
  # Text-to-image finetuning - camapblue/bellagio-ai-t2i-vietnam-pictures-concat
15
 
16
- This pipeline was finetuned from **stabilityai/stable-diffusion-xl-base-1.0** on the **bellagio-ai/t2i-one-pillar-pagoda** dataset. Below are some example images generated with the finetuned pipeline using the following prompt: photography of One Pillar pagoda Ha Noi city Vietnam:
17
 
18
  ![img_0](./image_0.png)
19
  ![img_1](./image_1.png)
 
1
 
2
  ---
3
  license: creativeml-openrail-m
4
+ base_model: camapblue/bellagio-ai-t2i-ben-thanh-market
5
  dataset: bellagio-ai/t2i-one-pillar-pagoda
6
  tags:
7
  - stable-diffusion-xl
 
13
 
14
  # Text-to-image finetuning - camapblue/bellagio-ai-t2i-vietnam-pictures-concat
15
 
16
+ This pipeline was finetuned from **camapblue/bellagio-ai-t2i-ben-thanh-market** on the **bellagio-ai/t2i-one-pillar-pagoda** dataset. Below are some example images generated with the finetuned pipeline using the following prompt: photography of front of One Pillar pagoda Ha Noi city Vietnam:
17
 
18
  ![img_0](./image_0.png)
19
  ![img_1](./image_1.png)
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b5276eef30916caef6a6b1ddf307e4ce1c4b310ab898cf95bbd9e1498a1585a
3
+ size 5151956387
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:058ed24b116f1244e0fd117958637ecd73e796fdc904c4b2071c36f4b1ee6b18
3
+ size 14727
checkpoint-1000/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68cff80b680ddf6e7abbef98b5f336b97f9b5963e2209307f639383870e8cc71
3
+ size 557
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:786fda73ee6e7361a6d5b31f3abf78d09766236828db931d4ee9c615b06ffa13
3
+ size 563
checkpoint-1000/unet/config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.21.4",
4
+ "_name_or_path": "camapblue/bellagio-ai-t2i-ben-thanh-market",
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": 4,
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
+ "sample_size": 128,
55
+ "time_cond_proj_dim": null,
56
+ "time_embedding_act_fn": null,
57
+ "time_embedding_dim": null,
58
+ "time_embedding_type": "positional",
59
+ "timestep_post_act": null,
60
+ "transformer_layers_per_block": [
61
+ 1,
62
+ 2,
63
+ 10
64
+ ],
65
+ "up_block_types": [
66
+ "CrossAttnUpBlock2D",
67
+ "CrossAttnUpBlock2D",
68
+ "UpBlock2D"
69
+ ],
70
+ "upcast_attention": null,
71
+ "use_linear_projection": true
72
+ }
checkpoint-1000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29f4c442f6af33a7477e1c8d8fa1dffb1b40c236cb0de1230087fcf18e43a5cc
3
+ size 10270077736
checkpoint-500/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:739a76e5e4a5838ca83715228523caa6270a77ae01c0d341cc9c8f0a95a21e5d
3
+ size 5151956387
checkpoint-500/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a9d8cc2d8aafc6eb28919c1ac4f8078edd82ccb394a07c391b78336633b3df7a
3
+ size 14663
checkpoint-500/scaler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3f196a54202bb4ba1220e8c59f42f9cda0702d68ea83147d814c2fb2f36b8f2
3
+ size 557
checkpoint-500/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a4d4182d95f023de43163930d7bbb32e380b0edfee3a7603157312ae7b79dc2
3
+ size 563
checkpoint-500/unet/config.json ADDED
@@ -0,0 +1,72 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.21.4",
4
+ "_name_or_path": "camapblue/bellagio-ai-t2i-ben-thanh-market",
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": 4,
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
+ "sample_size": 128,
55
+ "time_cond_proj_dim": null,
56
+ "time_embedding_act_fn": null,
57
+ "time_embedding_dim": null,
58
+ "time_embedding_type": "positional",
59
+ "timestep_post_act": null,
60
+ "transformer_layers_per_block": [
61
+ 1,
62
+ 2,
63
+ 10
64
+ ],
65
+ "up_block_types": [
66
+ "CrossAttnUpBlock2D",
67
+ "CrossAttnUpBlock2D",
68
+ "UpBlock2D"
69
+ ],
70
+ "upcast_attention": null,
71
+ "use_linear_projection": true
72
+ }
checkpoint-500/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:32e31842c6a2590cafedaa27f92655fb2db0e56a9384c2382eaa153d259c8be7
3
+ size 10270077736
image_0.png CHANGED

Git LFS Details

  • SHA256: 9b6c2c9dd521b37fa2035cb86aa63205e296a5caadf6e60bfb9c8972aadb8219
  • Pointer size: 132 Bytes
  • Size of remote file: 1.88 MB

Git LFS Details

  • SHA256: 0c184ad4f8faca0adbe2d70da0a9d774d14ecb5bb1e3104181869182e9add078
  • Pointer size: 132 Bytes
  • Size of remote file: 1.98 MB
image_1.png CHANGED

Git LFS Details

  • SHA256: 7ecf82022d7dc43da73b41a450dd880fc8b01be0bc3c9c0487dc14c1eb94c636
  • Pointer size: 132 Bytes
  • Size of remote file: 1.68 MB

Git LFS Details

  • SHA256: 8d5d469ffa0f438fe0e0f7978203e5e95397b2b764140039c9b880cbd083ab3d
  • Pointer size: 132 Bytes
  • Size of remote file: 2.1 MB
image_2.png CHANGED

Git LFS Details

  • SHA256: f99990646eab30cbb19820d85171b2b43ef896c1e0cbc0b0eaf8d8a07b6c565a
  • Pointer size: 132 Bytes
  • Size of remote file: 1.73 MB

Git LFS Details

  • SHA256: fdb30655224b9762f396912e787c732fcb6e0ada4a070b3303538d295d1f3ae1
  • Pointer size: 132 Bytes
  • Size of remote file: 2.11 MB
image_3.png CHANGED

Git LFS Details

  • SHA256: 30c5e24cd5a62e68dd4b2e5079507a985667c023c7235c18ed0373b77ffdc8c8
  • Pointer size: 132 Bytes
  • Size of remote file: 1.9 MB

Git LFS Details

  • SHA256: 05122b29473b14c3480356b5ae8624ef585d3f2de97dc2e74876887d3752a92e
  • Pointer size: 132 Bytes
  • Size of remote file: 2.24 MB
model_index.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "StableDiffusionXLPipeline",
3
  "_diffusers_version": "0.21.4",
4
- "_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
5
  "force_zeros_for_empty_prompt": true,
6
  "scheduler": [
7
  "diffusers",
 
1
  {
2
  "_class_name": "StableDiffusionXLPipeline",
3
  "_diffusers_version": "0.21.4",
4
+ "_name_or_path": "camapblue/bellagio-ai-t2i-ben-thanh-market",
5
  "force_zeros_for_empty_prompt": true,
6
  "scheduler": [
7
  "diffusers",
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/root/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/76d28af79639c28a79fa5c6c6468febd3490a37e/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "/root/.cache/huggingface/hub/models--camapblue--bellagio-ai-t2i-ben-thanh-market/snapshots/4774b9652e1ca93fc2aa0abbf3b1b4dffbe688de/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
text_encoder_2/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/root/.cache/huggingface/hub/models--stabilityai--stable-diffusion-xl-base-1.0/snapshots/76d28af79639c28a79fa5c6c6468febd3490a37e/text_encoder_2",
3
  "architectures": [
4
  "CLIPTextModelWithProjection"
5
  ],
 
1
  {
2
+ "_name_or_path": "/root/.cache/huggingface/hub/models--camapblue--bellagio-ai-t2i-ben-thanh-market/snapshots/4774b9652e1ca93fc2aa0abbf3b1b4dffbe688de/text_encoder_2",
3
  "architectures": [
4
  "CLIPTextModelWithProjection"
5
  ],
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,
tokenizer/tokenizer_config.json CHANGED
@@ -18,6 +18,7 @@
18
  "special": true
19
  }
20
  },
 
21
  "bos_token": "<|startoftext|>",
22
  "clean_up_tokenization_spaces": true,
23
  "do_lower_case": true,
 
18
  "special": true
19
  }
20
  },
21
+ "additional_special_tokens": [],
22
  "bos_token": "<|startoftext|>",
23
  "clean_up_tokenization_spaces": true,
24
  "do_lower_case": true,
tokenizer_2/special_tokens_map.json CHANGED
@@ -13,7 +13,13 @@
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
- "pad_token": "!",
 
 
 
 
 
 
17
  "unk_token": {
18
  "content": "<|endoftext|>",
19
  "lstrip": false,
 
13
  "rstrip": false,
14
  "single_word": false
15
  },
16
+ "pad_token": {
17
+ "content": "!",
18
+ "lstrip": false,
19
+ "normalized": false,
20
+ "rstrip": false,
21
+ "single_word": false
22
+ },
23
  "unk_token": {
24
  "content": "<|endoftext|>",
25
  "lstrip": false,
tokenizer_2/tokenizer_config.json CHANGED
@@ -26,6 +26,7 @@
26
  "special": true
27
  }
28
  },
 
29
  "bos_token": "<|startoftext|>",
30
  "clean_up_tokenization_spaces": true,
31
  "do_lower_case": true,
 
26
  "special": true
27
  }
28
  },
29
+ "additional_special_tokens": [],
30
  "bos_token": "<|startoftext|>",
31
  "clean_up_tokenization_spaces": true,
32
  "do_lower_case": true,
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.21.4",
4
- "_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
5
  "act_fn": "silu",
6
  "addition_embed_type": "text_time",
7
  "addition_embed_type_num_heads": 64,
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.21.4",
4
+ "_name_or_path": "camapblue/bellagio-ai-t2i-ben-thanh-market",
5
  "act_fn": "silu",
6
  "addition_embed_type": "text_time",
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:49de16b3d763cb2d2a567be2a6845f3c8e351f25a8bd5eae59c8c7ab891feb1b
3
  size 10270077736
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29f4c442f6af33a7477e1c8d8fa1dffb1b40c236cb0de1230087fcf18e43a5cc
3
  size 10270077736