remi349 commited on
Commit
a74c434
1 Parent(s): 7dc84d4

End of training

Browse files
README.md CHANGED
@@ -8,6 +8,12 @@ tags:
8
  - diffusers
9
  - diffusers-training
10
  - lora
 
 
 
 
 
 
11
  base_model: stabilityai/stable-diffusion-2-1
12
  inference: true
13
  ---
 
8
  - diffusers
9
  - diffusers-training
10
  - lora
11
+ - stable-diffusion
12
+ - stable-diffusion-diffusers
13
+ - text-to-image
14
+ - diffusers
15
+ - diffusers-training
16
+ - lora
17
  base_model: stabilityai/stable-diffusion-2-1
18
  inference: true
19
  ---
config.json ADDED
@@ -0,0 +1,73 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "_name_or_path": "stabilityai/stable-diffusion-2-1",
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": [
10
+ 5,
11
+ 10,
12
+ 20,
13
+ 20
14
+ ],
15
+ "attention_type": "default",
16
+ "block_out_channels": [
17
+ 320,
18
+ 640,
19
+ 1280,
20
+ 1280
21
+ ],
22
+ "center_input_sample": false,
23
+ "class_embed_type": null,
24
+ "class_embeddings_concat": false,
25
+ "conv_in_kernel": 3,
26
+ "conv_out_kernel": 3,
27
+ "cross_attention_dim": 1024,
28
+ "cross_attention_norm": null,
29
+ "down_block_types": [
30
+ "CrossAttnDownBlock2D",
31
+ "CrossAttnDownBlock2D",
32
+ "CrossAttnDownBlock2D",
33
+ "DownBlock2D"
34
+ ],
35
+ "downsample_padding": 1,
36
+ "dropout": 0.0,
37
+ "dual_cross_attention": false,
38
+ "encoder_hid_dim": null,
39
+ "encoder_hid_dim_type": null,
40
+ "flip_sin_to_cos": true,
41
+ "freq_shift": 0,
42
+ "in_channels": 4,
43
+ "layers_per_block": 2,
44
+ "mid_block_only_cross_attention": null,
45
+ "mid_block_scale_factor": 1,
46
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
47
+ "norm_eps": 1e-05,
48
+ "norm_num_groups": 32,
49
+ "num_attention_heads": null,
50
+ "num_class_embeds": null,
51
+ "only_cross_attention": false,
52
+ "out_channels": 4,
53
+ "projection_class_embeddings_input_dim": null,
54
+ "resnet_out_scale_factor": 1.0,
55
+ "resnet_skip_time_act": false,
56
+ "resnet_time_scale_shift": "default",
57
+ "reverse_transformer_layers_per_block": null,
58
+ "sample_size": 96,
59
+ "time_cond_proj_dim": null,
60
+ "time_embedding_act_fn": null,
61
+ "time_embedding_dim": null,
62
+ "time_embedding_type": "positional",
63
+ "timestep_post_act": null,
64
+ "transformer_layers_per_block": 1,
65
+ "up_block_types": [
66
+ "UpBlock2D",
67
+ "CrossAttnUpBlock2D",
68
+ "CrossAttnUpBlock2D",
69
+ "CrossAttnUpBlock2D"
70
+ ],
71
+ "upcast_attention": true,
72
+ "use_linear_projection": true
73
+ }
logs/text2image-fine-tune/1720685781.3311338/events.out.tfevents.1720685781.godzilla.479892.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec95531ab63fe8ceeedfde3267b099c4fa0003f53436eba69e141b46dd8a123d
3
+ size 2184
logs/text2image-fine-tune/1720685781.3322194/hparams.yml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ caption_column: text
8
+ center_crop: false
9
+ checkpointing_steps: 5000
10
+ checkpoints_total_limit: null
11
+ data_path: ../../../SD/train
12
+ dataloader_num_workers: 0
13
+ enable_xformers_memory_efficient_attention: false
14
+ gradient_accumulation_steps: 1
15
+ gradient_checkpointing: false
16
+ hub_model_id: null
17
+ hub_token: null
18
+ image_column: image
19
+ learning_rate: 0.0001
20
+ local_rank: 0
21
+ logging_dir: logs
22
+ lr_scheduler: constant
23
+ lr_warmup_steps: 0
24
+ max_grad_norm: 1.0
25
+ max_train_samples: null
26
+ max_train_steps: 51500
27
+ mixed_precision: null
28
+ noise_offset: 0
29
+ num_train_epochs: 100
30
+ num_validation_images: 4
31
+ output_dir: sd_trained_3D_lora
32
+ prediction_type: null
33
+ pretrained_model_name: stabilityai/stable-diffusion-2-1
34
+ push_to_hub: true
35
+ random_flip: true
36
+ rank: 4
37
+ report_to: tensorboard
38
+ resolution: 512
39
+ resume_from_checkpoint: ./sd_trained_3D_lora/checkpoint-51490
40
+ revision: null
41
+ scale_lr: false
42
+ seed: 42
43
+ snr_gamma: null
44
+ train_batch_size: 1
45
+ use_8bit_adam: false
46
+ validation_epochs: 1
47
+ validation_prompt: null
48
+ variant: null
logs/text2image-fine-tune/events.out.tfevents.1720685781.godzilla.479892.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:70f7ceb4129ccbe036300b18f8aea63d1e6b552179fc13f5d83121d2fa03f5ae
3
+ size 540
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bed0e69a95183adbbe03dbb1f724208c16e7f984891dbd5e84fbc2f695d5bf6
3
+ size 3467087168
optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4eb3dcdf6a3df1b90ac8eb3c3158db87cecdb7b50d6cc7fdca6de0a83a36ee41
3
+ size 6857349
pytorch_lora_weights.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2991cbe6ab8d5620fd33567a5f6cadcf517197d10c905391a3306229e59b53b4
3
  size 3357296
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4045a9ada41ac017c1cd0ef2dc80960e925104c54d3ec751d654edf57edea928
3
  size 3357296
random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a6a683f35756f4d0883db43fda473e13b39e236b74245cef3aed23ceef36934a
3
+ size 15691
scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2ab54fc1b09d963c095b20c1796e31d79aab1a428d6fd18f2e8fdc8a77ed8fca
3
+ size 563