tsaiyue commited on
Commit
e04d887
1 Parent(s): ec18e17

End of training

Browse files
logs/instruct-pix2pix-xl/1705042743.920285/events.out.tfevents.1705042743.9b9de30438da.14708.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d061ad7fb2fa3975284c0155802f32857a4de47232c66720a9a539e363f4bb9b
3
+ size 2567
logs/instruct-pix2pix-xl/1705042743.927305/hparams.yml ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ adam_beta1: 0.9
2
+ adam_beta2: 0.999
3
+ adam_epsilon: 1.0e-08
4
+ adam_weight_decay: 0.01
5
+ allow_tf32: false
6
+ cache_dir: null
7
+ center_crop: false
8
+ checkpointing_steps: 5000
9
+ checkpoints_total_limit: 1
10
+ conditioning_dropout_prob: 0.05
11
+ crops_coords_top_left_h: 0
12
+ crops_coords_top_left_w: 0
13
+ dataloader_num_workers: 0
14
+ dataset_config_name: null
15
+ dataset_name: fusing/instructpix2pix-1000-samples
16
+ edit_prompt_column: edit_prompt
17
+ edited_image_column: edited_image
18
+ enable_xformers_memory_efficient_attention: false
19
+ gradient_accumulation_steps: 2
20
+ gradient_checkpointing: true
21
+ hub_model_id: null
22
+ hub_token: null
23
+ learning_rate: 5.0e-05
24
+ local_rank: -1
25
+ logging_dir: logs
26
+ lr_scheduler: constant
27
+ lr_warmup_steps: 0
28
+ max_grad_norm: 1.0
29
+ max_train_samples: null
30
+ max_train_steps: 10
31
+ mixed_precision: null
32
+ non_ema_revision: null
33
+ num_train_epochs: 1
34
+ num_validation_images: 4
35
+ original_image_column: input_image
36
+ output_dir: instruct-pix2pix-model
37
+ pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
38
+ pretrained_vae_model_name_or_path: null
39
+ push_to_hub: true
40
+ random_flip: true
41
+ report_to: tensorboard
42
+ resolution: 16
43
+ resume_from_checkpoint: null
44
+ revision: null
45
+ scale_lr: false
46
+ seed: 42
47
+ train_batch_size: 1
48
+ train_data_dir: null
49
+ use_8bit_adam: true
50
+ use_ema: false
51
+ vae_precision: fp32
52
+ val_image_url_or_path: null
53
+ validation_prompt: null
54
+ validation_steps: 100
55
+ variant: null
logs/instruct-pix2pix-xl/events.out.tfevents.1705042743.9b9de30438da.14708.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92dd2732f6acf2fd65b0c136df262549ac1cf10e8e93b7e21bb2a2685e978a32
3
+ size 568
model_index.json CHANGED
@@ -1,32 +1,28 @@
1
  {
2
- "_class_name": "StableDiffusionInstructPix2PixPipeline",
3
  "_diffusers_version": "0.26.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": [
15
- "stable_diffusion",
16
- "StableDiffusionSafetyChecker"
17
- ],
18
  "scheduler": [
19
  "diffusers",
20
- "PNDMScheduler"
21
  ],
22
  "text_encoder": [
23
  "transformers",
24
  "CLIPTextModel"
25
  ],
 
 
 
 
26
  "tokenizer": [
27
  "transformers",
28
  "CLIPTokenizer"
29
  ],
 
 
 
 
30
  "unet": [
31
  "diffusers",
32
  "UNet2DConditionModel"
 
1
  {
2
+ "_class_name": "StableDiffusionXLInstructPix2PixPipeline",
3
  "_diffusers_version": "0.26.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
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"
scheduler/scheduler_config.json CHANGED
@@ -1,15 +1,22 @@
1
  {
2
- "_class_name": "PNDMScheduler",
3
  "_diffusers_version": "0.26.0.dev0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
  "clip_sample": false,
 
8
  "num_train_timesteps": 1000,
9
  "prediction_type": "epsilon",
 
 
10
  "set_alpha_to_one": false,
 
 
11
  "skip_prk_steps": true,
12
  "steps_offset": 1,
13
  "timestep_spacing": "leading",
14
- "trained_betas": null
 
 
15
  }
 
1
  {
2
+ "_class_name": "EulerDiscreteScheduler",
3
  "_diffusers_version": "0.26.0.dev0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
  "clip_sample": false,
8
+ "interpolation_type": "linear",
9
  "num_train_timesteps": 1000,
10
  "prediction_type": "epsilon",
11
+ "rescale_betas_zero_snr": false,
12
+ "sample_max_value": 1.0,
13
  "set_alpha_to_one": false,
14
+ "sigma_max": null,
15
+ "sigma_min": null,
16
  "skip_prk_steps": true,
17
  "steps_offset": 1,
18
  "timestep_spacing": "leading",
19
+ "timestep_type": "discrete",
20
+ "trained_betas": null,
21
+ "use_karras_sigmas": false
22
  }
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "runwayml/stable-diffusion-v1-5",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:778d02eb9e707c3fbaae0b67b79ea0d1399b52e624fb634f2f19375ae7c047c3
3
  size 492265168
 
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": "stabilityai/stable-diffusion-xl-base-1.0",
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.35.2",
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_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 CHANGED
@@ -1,17 +1,20 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.26.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,
8
- "addition_time_embed_dim": null,
9
- "attention_head_dim": 8,
 
 
 
 
10
  "attention_type": "default",
11
  "block_out_channels": [
12
  320,
13
  640,
14
- 1280,
15
  1280
16
  ],
17
  "center_input_sample": false,
@@ -19,13 +22,12 @@
19
  "class_embeddings_concat": false,
20
  "conv_in_kernel": 3,
21
  "conv_out_kernel": 3,
22
- "cross_attention_dim": 768,
23
  "cross_attention_norm": null,
24
  "down_block_types": [
 
25
  "CrossAttnDownBlock2D",
26
- "CrossAttnDownBlock2D",
27
- "CrossAttnDownBlock2D",
28
- "DownBlock2D"
29
  ],
30
  "downsample_padding": 1,
31
  "dropout": 0.0,
@@ -45,24 +47,27 @@
45
  "num_class_embeds": null,
46
  "only_cross_attention": false,
47
  "out_channels": 4,
48
- "projection_class_embeddings_input_dim": null,
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,
56
  "time_embedding_dim": null,
57
  "time_embedding_type": "positional",
58
  "timestep_post_act": null,
59
- "transformer_layers_per_block": 1,
 
 
 
 
60
  "up_block_types": [
61
- "UpBlock2D",
62
  "CrossAttnUpBlock2D",
63
  "CrossAttnUpBlock2D",
64
- "CrossAttnUpBlock2D"
65
  ],
66
- "upcast_attention": false,
67
- "use_linear_projection": false
68
  }
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.26.0.dev0",
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,
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,
 
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,
 
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.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fea825cbf6c90da67de94b318076703a6c415f8b801a60871f7d8758ba5e47c0
3
- size 3438213624
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edeb846f92fc86071e67775f1256f7eeba794e05cee13d88c391861ef0ae782b
3
+ size 10270123816
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.26.0.dev0",
4
- "_name_or_path": "runwayml/stable-diffusion-v1-5",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
@@ -21,8 +21,8 @@
21
  "layers_per_block": 2,
22
  "norm_num_groups": 32,
23
  "out_channels": 3,
24
- "sample_size": 512,
25
- "scaling_factor": 0.18215,
26
  "up_block_types": [
27
  "UpDecoderBlock2D",
28
  "UpDecoderBlock2D",
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.26.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-xl-base-1.0",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
21
  "layers_per_block": 2,
22
  "norm_num_groups": 32,
23
  "out_channels": 3,
24
+ "sample_size": 1024,
25
+ "scaling_factor": 0.13025,
26
  "up_block_types": [
27
  "UpDecoderBlock2D",
28
  "UpDecoderBlock2D",
vae/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b4d2b5932bb4151e54e694fd31ccf51fca908223c9485bd56cd0e1d83ad94c49
3
  size 334643268
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1598f3d24932bcfe6634e8b618ea1e30ab1d57f5aad13a6d2de446d2199f2341
3
  size 334643268