EquusSilvermane commited on
Commit
dffbc65
·
1 Parent(s): 85e8535

End of training

Browse files
README.md CHANGED
@@ -1,8 +1,8 @@
1
 
2
  ---
3
  license: creativeml-openrail-m
4
- base_model: stablediffusionapi/bb95-furry-mix
5
- instance_prompt: handsome sks unicorn with gray fur and a gold horn
6
  tags:
7
  - stable-diffusion
8
  - stable-diffusion-diffusers
@@ -14,7 +14,7 @@ inference: true
14
 
15
  # DreamBooth - EquusSilvermane/character_model
16
 
17
- This is a dreambooth model derived from stablediffusionapi/bb95-furry-mix. The weights were trained on handsome sks unicorn with gray fur and a gold horn using [DreamBooth](https://dreambooth.github.io/).
18
  You can find some example images in the following.
19
 
20
 
 
1
 
2
  ---
3
  license: creativeml-openrail-m
4
+ base_model: lodestones/fluffyrock-NoPE-pytorch
5
+ instance_prompt: handsome sks unicorn with gray fur
6
  tags:
7
  - stable-diffusion
8
  - stable-diffusion-diffusers
 
14
 
15
  # DreamBooth - EquusSilvermane/character_model
16
 
17
+ This is a dreambooth model derived from lodestones/fluffyrock-NoPE-pytorch. The weights were trained on handsome sks unicorn with gray fur using [DreamBooth](https://dreambooth.github.io/).
18
  You can find some example images in the following.
19
 
20
 
checkpoint-1000/optimizer.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9416aef55827afcd4fe4afd3efd1a050db6bf4721afc6bb83f0adf37db3e7eaf
3
+ size 1725109957
checkpoint-1000/random_states_0.pkl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b2fbc800a6c3d1800400ea17699f63309bd8e537c6c02a6b684af70b1ec19e1c
3
+ size 14663
checkpoint-1000/scheduler.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8830559ab171cd874e82f050b76fb65bbc856afae8205880f7b2afac6849b09
3
+ size 563
checkpoint-1000/unet/config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.22.0.dev0",
4
+ "_name_or_path": "lodestones/fluffyrock-NoPE-pytorch",
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,
18
+ "class_embed_type": null,
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,
32
+ "dual_cross_attention": false,
33
+ "encoder_hid_dim": null,
34
+ "encoder_hid_dim_type": null,
35
+ "flip_sin_to_cos": true,
36
+ "freq_shift": 0,
37
+ "in_channels": 4,
38
+ "layers_per_block": 2,
39
+ "mid_block_only_cross_attention": null,
40
+ "mid_block_scale_factor": 1,
41
+ "mid_block_type": "UNetMidBlock2DCrossAttn",
42
+ "norm_eps": 1e-05,
43
+ "norm_num_groups": 32,
44
+ "num_attention_heads": null,
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
+ "sample_size": 64,
53
+ "time_cond_proj_dim": null,
54
+ "time_embedding_act_fn": null,
55
+ "time_embedding_dim": null,
56
+ "time_embedding_type": "positional",
57
+ "timestep_post_act": null,
58
+ "transformer_layers_per_block": 1,
59
+ "up_block_types": [
60
+ "UpBlock2D",
61
+ "CrossAttnUpBlock2D",
62
+ "CrossAttnUpBlock2D",
63
+ "CrossAttnUpBlock2D"
64
+ ],
65
+ "upcast_attention": false,
66
+ "use_linear_projection": false,
67
+ "use_memory_efficient": true
68
+ }
checkpoint-1000/unet/diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3f12158be322815e05313898278aa456f06ab9d8d0a8c22975a7d7e797894f
3
+ size 3438167536
checkpoint-500/optimizer.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3481c4ca7feb7fc14b8795f0f9563aa8b0c3f7124535308cab9724dcdb5299ab
3
  size 1725109957
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:762875c6324a1be22656e5af6081e9c58b2087654af23a875ec3aac4ddc5c0a8
3
  size 1725109957
checkpoint-500/random_states_0.pkl CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:50856cce6e37c4d5858d56b50d7e46c1c68a9bd8a646875b37ebe09299356c71
3
  size 14663
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:747cf83e6f559c6f4b1db165120095d908d4a959e2f09957498b33f49570aae6
3
  size 14663
checkpoint-500/unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.22.0.dev0",
4
- "_name_or_path": "stablediffusionapi/bb95-furry-mix",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
@@ -63,5 +63,6 @@
63
  "CrossAttnUpBlock2D"
64
  ],
65
  "upcast_attention": false,
66
- "use_linear_projection": false
 
67
  }
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.22.0.dev0",
4
+ "_name_or_path": "lodestones/fluffyrock-NoPE-pytorch",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
 
63
  "CrossAttnUpBlock2D"
64
  ],
65
  "upcast_attention": false,
66
+ "use_linear_projection": false,
67
+ "use_memory_efficient": true
68
  }
checkpoint-500/unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2927a53dc28d48c938356c08fe0959be5acd1dba3a8768be3dbeabf2ee064957
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f5ba9e72cc40325525a6a41b15d3e3c21aeed9c4f3091ecd6cce41f0da8bc80
3
  size 3438167536
logs/dreambooth/1695693285.450128/events.out.tfevents.1695693285.29e6ce26be60.10565.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9a44af32ff615f4ebad21f00bdbe30e7c21d75634b44819a52c822920020dda
3
+ size 2901
logs/dreambooth/1695693285.452055/hparams.yml ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ center_crop: false
7
+ checkpointing_steps: 500
8
+ checkpoints_total_limit: null
9
+ class_data_dir: class_data
10
+ class_labels_conditioning: null
11
+ class_prompt: handsome unicorn with gray fur
12
+ dataloader_num_workers: 0
13
+ enable_xformers_memory_efficient_attention: true
14
+ gradient_accumulation_steps: 1
15
+ gradient_checkpointing: true
16
+ hub_model_id: null
17
+ hub_token: null
18
+ instance_data_dir: character_refs
19
+ instance_prompt: handsome sks unicorn with gray fur
20
+ learning_rate: 2.0e-06
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_steps: 1000
29
+ mixed_precision: null
30
+ num_class_images: 0
31
+ num_train_epochs: 200
32
+ num_validation_images: 4
33
+ offset_noise: false
34
+ output_dir: character_model
35
+ pre_compute_text_embeddings: false
36
+ pretrained_model_name_or_path: lodestones/fluffyrock-NoPE-pytorch
37
+ prior_generation_precision: null
38
+ prior_loss_weight: 1.0
39
+ push_to_hub: true
40
+ report_to: tensorboard
41
+ resolution: 512
42
+ resume_from_checkpoint: null
43
+ revision: null
44
+ sample_batch_size: 4
45
+ scale_lr: false
46
+ seed: null
47
+ set_grads_to_none: true
48
+ skip_save_text_encoder: false
49
+ snr_gamma: null
50
+ text_encoder_use_attention_mask: false
51
+ tokenizer_max_length: null
52
+ tokenizer_name: null
53
+ train_batch_size: 1
54
+ train_text_encoder: false
55
+ use_8bit_adam: true
56
+ validation_prompt: null
57
+ validation_scheduler: DPMSolverMultistepScheduler
58
+ validation_steps: 100
59
+ with_prior_preservation: true
logs/dreambooth/1695693513.6308959/events.out.tfevents.1695693513.29e6ce26be60.11851.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7a873a17e81e967306a967b847c114fa6b197946120c1002d3cb258ab7897ccd
3
+ size 2901
logs/dreambooth/1695693513.6331913/hparams.yml ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ center_crop: false
7
+ checkpointing_steps: 500
8
+ checkpoints_total_limit: null
9
+ class_data_dir: class_data
10
+ class_labels_conditioning: null
11
+ class_prompt: handsome unicorn with gray fur
12
+ dataloader_num_workers: 0
13
+ enable_xformers_memory_efficient_attention: true
14
+ gradient_accumulation_steps: 1
15
+ gradient_checkpointing: true
16
+ hub_model_id: null
17
+ hub_token: null
18
+ instance_data_dir: character_refs
19
+ instance_prompt: handsome sks unicorn with gray fur
20
+ learning_rate: 2.0e-06
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_steps: 1000
29
+ mixed_precision: null
30
+ num_class_images: 0
31
+ num_train_epochs: 250
32
+ num_validation_images: 4
33
+ offset_noise: false
34
+ output_dir: character_model
35
+ pre_compute_text_embeddings: false
36
+ pretrained_model_name_or_path: lodestones/fluffyrock-NoPE-pytorch
37
+ prior_generation_precision: null
38
+ prior_loss_weight: 1.0
39
+ push_to_hub: true
40
+ report_to: tensorboard
41
+ resolution: 512
42
+ resume_from_checkpoint: null
43
+ revision: null
44
+ sample_batch_size: 4
45
+ scale_lr: false
46
+ seed: null
47
+ set_grads_to_none: true
48
+ skip_save_text_encoder: false
49
+ snr_gamma: null
50
+ text_encoder_use_attention_mask: false
51
+ tokenizer_max_length: null
52
+ tokenizer_name: null
53
+ train_batch_size: 1
54
+ train_text_encoder: false
55
+ use_8bit_adam: true
56
+ validation_prompt: null
57
+ validation_scheduler: DPMSolverMultistepScheduler
58
+ validation_steps: 100
59
+ with_prior_preservation: true
logs/dreambooth/1695693716.9864178/events.out.tfevents.1695693716.29e6ce26be60.12342.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c7af6b375638a847edc2d191bbbb95cd378c5f2ec1108e4ecaec160e26d2533
3
+ size 2901
logs/dreambooth/1695693716.9883192/hparams.yml ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ center_crop: false
7
+ checkpointing_steps: 500
8
+ checkpoints_total_limit: null
9
+ class_data_dir: class_data
10
+ class_labels_conditioning: null
11
+ class_prompt: handsome unicorn with gray fur
12
+ dataloader_num_workers: 0
13
+ enable_xformers_memory_efficient_attention: true
14
+ gradient_accumulation_steps: 1
15
+ gradient_checkpointing: true
16
+ hub_model_id: null
17
+ hub_token: null
18
+ instance_data_dir: character_refs
19
+ instance_prompt: handsome sks unicorn with gray fur
20
+ learning_rate: 2.0e-06
21
+ local_rank: -1
22
+ logging_dir: logs
23
+ lr_num_cycles: 1
24
+ lr_power: 1.0
25
+ lr_scheduler: constant
26
+ lr_warmup_steps: 0
27
+ max_grad_norm: 1.0
28
+ max_train_steps: 1000
29
+ mixed_precision: null
30
+ num_class_images: 10
31
+ num_train_epochs: 100
32
+ num_validation_images: 4
33
+ offset_noise: false
34
+ output_dir: character_model
35
+ pre_compute_text_embeddings: false
36
+ pretrained_model_name_or_path: lodestones/fluffyrock-NoPE-pytorch
37
+ prior_generation_precision: null
38
+ prior_loss_weight: 1.0
39
+ push_to_hub: true
40
+ report_to: tensorboard
41
+ resolution: 512
42
+ resume_from_checkpoint: null
43
+ revision: null
44
+ sample_batch_size: 4
45
+ scale_lr: false
46
+ seed: null
47
+ set_grads_to_none: true
48
+ skip_save_text_encoder: false
49
+ snr_gamma: null
50
+ text_encoder_use_attention_mask: false
51
+ tokenizer_max_length: null
52
+ tokenizer_name: null
53
+ train_batch_size: 1
54
+ train_text_encoder: false
55
+ use_8bit_adam: true
56
+ validation_prompt: null
57
+ validation_scheduler: DPMSolverMultistepScheduler
58
+ validation_steps: 100
59
+ with_prior_preservation: true
logs/dreambooth/events.out.tfevents.1695693285.29e6ce26be60.10565.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6e02433459925611e9f4dcbf101d1c0a155e5677abbf299d9671fe8c7de5d13
3
+ size 88
logs/dreambooth/events.out.tfevents.1695693513.29e6ce26be60.11851.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38a940d138b317614b7237a317242002e99dd6c41a0cf474417591ed1182243f
3
+ size 88
logs/dreambooth/events.out.tfevents.1695693716.29e6ce26be60.12342.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dac8d2f1e455aafb4d6a552a869f967ef2fd4dd68fa26051ea8ab73d799de228
3
+ size 83834
model_index.json CHANGED
@@ -1,19 +1,19 @@
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
  "_diffusers_version": "0.22.0.dev0",
4
- "_name_or_path": "stablediffusionapi/bb95-furry-mix",
5
  "feature_extractor": [
6
  "transformers",
7
  "CLIPFeatureExtractor"
8
  ],
9
  "requires_safety_checker": true,
10
  "safety_checker": [
11
- "stable_diffusion",
12
- "StableDiffusionSafetyChecker"
13
  ],
14
  "scheduler": [
15
  "diffusers",
16
- "PNDMScheduler"
17
  ],
18
  "text_encoder": [
19
  "transformers",
 
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
  "_diffusers_version": "0.22.0.dev0",
4
+ "_name_or_path": "lodestones/fluffyrock-NoPE-pytorch",
5
  "feature_extractor": [
6
  "transformers",
7
  "CLIPFeatureExtractor"
8
  ],
9
  "requires_safety_checker": true,
10
  "safety_checker": [
11
+ null,
12
+ null
13
  ],
14
  "scheduler": [
15
  "diffusers",
16
+ "DDPMScheduler"
17
  ],
18
  "text_encoder": [
19
  "transformers",
scheduler/scheduler_config.json CHANGED
@@ -1,15 +1,18 @@
1
  {
2
- "_class_name": "PNDMScheduler",
3
  "_diffusers_version": "0.22.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": "DDPMScheduler",
3
  "_diffusers_version": "0.22.0.dev0",
4
  "beta_end": 0.012,
5
  "beta_schedule": "scaled_linear",
6
  "beta_start": 0.00085,
7
  "clip_sample": false,
8
+ "clip_sample_range": 1.0,
9
+ "dynamic_thresholding_ratio": 0.995,
10
  "num_train_timesteps": 1000,
11
+ "prediction_type": "v_prediction",
12
+ "sample_max_value": 1.0,
13
+ "steps_offset": 0,
14
+ "thresholding": false,
15
  "timestep_spacing": "leading",
16
+ "trained_betas": null,
17
+ "variance_type": "fixed_small"
18
  }
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "stablediffusionapi/bb95-furry-mix",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "lodestones/fluffyrock-NoPE-pytorch",
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:ca5d72f86f4c804c1d0781d8f2206e889aac4e8eecb2cde84dfbd1b2c529dcc7
3
  size 492265168
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00aaad75c4bc6f3a2e653f01e882c104134964e07f884022f803f8db7dd8da9d
3
  size 492265168
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.22.0.dev0",
4
- "_name_or_path": "stablediffusionapi/bb95-furry-mix",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
@@ -63,5 +63,6 @@
63
  "CrossAttnUpBlock2D"
64
  ],
65
  "upcast_attention": false,
66
- "use_linear_projection": false
 
67
  }
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.22.0.dev0",
4
+ "_name_or_path": "lodestones/fluffyrock-NoPE-pytorch",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
 
63
  "CrossAttnUpBlock2D"
64
  ],
65
  "upcast_attention": false,
66
+ "use_linear_projection": false,
67
+ "use_memory_efficient": true
68
  }
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e6a5777a52736b85dfb8ea8d95155d6e3f9e8680272d4a1b2b7250d593a61000
3
  size 3438167536
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a3f12158be322815e05313898278aa456f06ab9d8d0a8c22975a7d7e797894f
3
  size 3438167536
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.22.0.dev0",
4
- "_name_or_path": "/root/.cache/huggingface/hub/models--stablediffusionapi--bb95-furry-mix/snapshots/4890213f02f34fc9e7b745915ea4f73ff840fbcb/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.22.0.dev0",
4
+ "_name_or_path": "/root/.cache/huggingface/hub/models--lodestones--fluffyrock-NoPE-pytorch/snapshots/2a594d3d3802467366a4ad2831881e68e42a286e/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
vae/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:fc436097e5cbb105c44df4403ae84acf7e81de1f64acfedc334888e9a8eea223
3
  size 334643268
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4d2b5932bb4151e54e694fd31ccf51fca908223c9485bd56cd0e1d83ad94c49
3
  size 334643268