End of training
Browse files- README.md +5 -0
- checkpoint-500/optimizer.bin +2 -2
- checkpoint-500/random_states_0.pkl +2 -2
- checkpoint-500/scheduler.bin +1 -1
- checkpoint-500/text_encoder/config.json +25 -0
- checkpoint-500/text_encoder/model.safetensors +3 -0
- checkpoint-500/unet/config.json +5 -10
- checkpoint-500/unet/diffusion_pytorch_model.safetensors +2 -2
- logs/dreambooth/1739794284.604542/events.out.tfevents.1739794284.baker.cs.ubc.ca.769702.1 +3 -0
- logs/dreambooth/1739794284.6056771/hparams.yml +60 -0
- logs/dreambooth/events.out.tfevents.1739794284.baker.cs.ubc.ca.769702.0 +3 -0
- model_index.json +5 -5
- scheduler/scheduler_config.json +2 -7
- text_encoder/config.json +6 -6
- text_encoder/model.safetensors +2 -2
- tokenizer/special_tokens_map.json +1 -1
- tokenizer/tokenizer_config.json +1 -9
- unet/config.json +5 -10
- unet/diffusion_pytorch_model.safetensors +2 -2
- vae/config.json +2 -2
- vae/diffusion_pytorch_model.safetensors +1 -1
README.md
CHANGED
@@ -10,6 +10,11 @@ tags:
|
|
10 |
- diffusers-training
|
11 |
- stable-diffusion
|
12 |
- stable-diffusion-diffusers
|
|
|
|
|
|
|
|
|
|
|
13 |
---
|
14 |
|
15 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
|
|
10 |
- diffusers-training
|
11 |
- stable-diffusion
|
12 |
- stable-diffusion-diffusers
|
13 |
+
- text-to-image
|
14 |
+
- dreambooth
|
15 |
+
- diffusers-training
|
16 |
+
- stable-diffusion
|
17 |
+
- stable-diffusion-diffusers
|
18 |
---
|
19 |
|
20 |
<!-- This model card has been generated automatically according to the information the training script had access to. You
|
checkpoint-500/optimizer.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbc336965e96f43077586b92c851925c9dd9ce103f9dfbe63a593ae1c0a5bc7c
|
3 |
+
size 1999458902
|
checkpoint-500/random_states_0.pkl
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c090abde591b2d8f58e9f012138a768f867c6e31cf7fe159a4f0d882481c3936
|
3 |
+
size 14472
|
checkpoint-500/scheduler.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1000
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:298e7e75502de41a98ece7ac5311b3b598cf308af851c910dc4da2b9a52082ad
|
3 |
size 1000
|
checkpoint-500/text_encoder/config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "CompVis/stable-diffusion-v1-4",
|
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": 512,
|
22 |
+
"torch_dtype": "float32",
|
23 |
+
"transformers_version": "4.48.3",
|
24 |
+
"vocab_size": 49408
|
25 |
+
}
|
checkpoint-500/text_encoder/model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f701015536a0210e2734b390e70868e8a5e611c12254930fb53239f196401210
|
3 |
+
size 492265168
|
checkpoint-500/unet/config.json
CHANGED
@@ -1,17 +1,12 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.33.0.dev0",
|
4 |
-
"_name_or_path": "
|
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,
|
@@ -24,7 +19,7 @@
|
|
24 |
"class_embeddings_concat": false,
|
25 |
"conv_in_kernel": 3,
|
26 |
"conv_out_kernel": 3,
|
27 |
-
"cross_attention_dim":
|
28 |
"cross_attention_norm": null,
|
29 |
"down_block_types": [
|
30 |
"CrossAttnDownBlock2D",
|
@@ -55,7 +50,7 @@
|
|
55 |
"resnet_skip_time_act": false,
|
56 |
"resnet_time_scale_shift": "default",
|
57 |
"reverse_transformer_layers_per_block": null,
|
58 |
-
"sample_size":
|
59 |
"time_cond_proj_dim": null,
|
60 |
"time_embedding_act_fn": null,
|
61 |
"time_embedding_dim": null,
|
@@ -69,5 +64,5 @@
|
|
69 |
"CrossAttnUpBlock2D"
|
70 |
],
|
71 |
"upcast_attention": false,
|
72 |
-
"use_linear_projection":
|
73 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.33.0.dev0",
|
4 |
+
"_name_or_path": "CompVis/stable-diffusion-v1-4",
|
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,
|
|
|
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",
|
|
|
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,
|
|
|
64 |
"CrossAttnUpBlock2D"
|
65 |
],
|
66 |
"upcast_attention": false,
|
67 |
+
"use_linear_projection": false
|
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:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e2372e9e43520ea25fd6698b3e9616b29476ed1d5479cc06a9bc861149e0e63
|
3 |
+
size 3438167536
|
logs/dreambooth/1739794284.604542/events.out.tfevents.1739794284.baker.cs.ubc.ca.769702.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8401cc92160c3a504cf1d1a78ff00abcdd63ae1924d3e024fc564af5199956df
|
3 |
+
size 2864
|
logs/dreambooth/1739794284.6056771/hparams.yml
ADDED
@@ -0,0 +1,60 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: ./dog_class_prior
|
10 |
+
class_labels_conditioning: null
|
11 |
+
class_prompt: a photo of dog
|
12 |
+
dataloader_num_workers: 0
|
13 |
+
enable_xformers_memory_efficient_attention: false
|
14 |
+
gradient_accumulation_steps: 1
|
15 |
+
gradient_checkpointing: true
|
16 |
+
hub_model_id: null
|
17 |
+
hub_token: null
|
18 |
+
instance_data_dir: dog
|
19 |
+
instance_prompt: a photo of sks dog
|
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: 800
|
29 |
+
mixed_precision: null
|
30 |
+
num_class_images: 200
|
31 |
+
num_train_epochs: 4
|
32 |
+
num_validation_images: 4
|
33 |
+
offset_noise: false
|
34 |
+
output_dir: ./model_checkpoints
|
35 |
+
pre_compute_text_embeddings: false
|
36 |
+
pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
|
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: false
|
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: true
|
55 |
+
use_8bit_adam: true
|
56 |
+
validation_prompt: null
|
57 |
+
validation_scheduler: DPMSolverMultistepScheduler
|
58 |
+
validation_steps: 100
|
59 |
+
variant: null
|
60 |
+
with_prior_preservation: true
|
logs/dreambooth/events.out.tfevents.1739794284.baker.cs.ubc.ca.769702.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c274e184bb0848f5e8c3877975295899b5a38d5cfc0ec910c03e7fd0be52a02
|
3 |
+
size 67034
|
model_index.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionPipeline",
|
3 |
"_diffusers_version": "0.33.0.dev0",
|
4 |
-
"_name_or_path": "
|
5 |
"feature_extractor": [
|
6 |
"transformers",
|
7 |
"CLIPImageProcessor"
|
@@ -10,14 +10,14 @@
|
|
10 |
null,
|
11 |
null
|
12 |
],
|
13 |
-
"requires_safety_checker":
|
14 |
"safety_checker": [
|
15 |
-
|
16 |
-
|
17 |
],
|
18 |
"scheduler": [
|
19 |
"diffusers",
|
20 |
-
"
|
21 |
],
|
22 |
"text_encoder": [
|
23 |
"transformers",
|
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionPipeline",
|
3 |
"_diffusers_version": "0.33.0.dev0",
|
4 |
+
"_name_or_path": "CompVis/stable-diffusion-v1-4",
|
5 |
"feature_extractor": [
|
6 |
"transformers",
|
7 |
"CLIPImageProcessor"
|
|
|
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",
|
scheduler/scheduler_config.json
CHANGED
@@ -1,20 +1,15 @@
|
|
1 |
{
|
2 |
-
"_class_name": "
|
3 |
"_diffusers_version": "0.33.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": "
|
12 |
-
"rescale_betas_zero_snr": false,
|
13 |
-
"sample_max_value": 1.0,
|
14 |
"set_alpha_to_one": false,
|
15 |
"skip_prk_steps": true,
|
16 |
"steps_offset": 1,
|
17 |
-
"thresholding": false,
|
18 |
"timestep_spacing": "leading",
|
19 |
"trained_betas": null
|
20 |
}
|
|
|
1 |
{
|
2 |
+
"_class_name": "PNDMScheduler",
|
3 |
"_diffusers_version": "0.33.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 |
}
|
text_encoder/config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
@@ -7,16 +7,16 @@
|
|
7 |
"bos_token_id": 0,
|
8 |
"dropout": 0.0,
|
9 |
"eos_token_id": 2,
|
10 |
-
"hidden_act": "
|
11 |
-
"hidden_size":
|
12 |
"initializer_factor": 1.0,
|
13 |
"initializer_range": 0.02,
|
14 |
-
"intermediate_size":
|
15 |
"layer_norm_eps": 1e-05,
|
16 |
"max_position_embeddings": 77,
|
17 |
"model_type": "clip_text_model",
|
18 |
-
"num_attention_heads":
|
19 |
-
"num_hidden_layers":
|
20 |
"pad_token_id": 1,
|
21 |
"projection_dim": 512,
|
22 |
"torch_dtype": "float32",
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "CompVis/stable-diffusion-v1-4",
|
3 |
"architectures": [
|
4 |
"CLIPTextModel"
|
5 |
],
|
|
|
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": 512,
|
22 |
"torch_dtype": "float32",
|
text_encoder/model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:709ec1b3a4481cfb5393ca7679c988511faf53b1fc2bc99ef336a4cb2aeae481
|
3 |
+
size 492265168
|
tokenizer/special_tokens_map.json
CHANGED
@@ -13,7 +13,7 @@
|
|
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": "<|endoftext|>",
|
17 |
"unk_token": {
|
18 |
"content": "<|endoftext|>",
|
19 |
"lstrip": false,
|
tokenizer/tokenizer_config.json
CHANGED
@@ -1,14 +1,6 @@
|
|
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,
|
@@ -33,7 +25,7 @@
|
|
33 |
"errors": "replace",
|
34 |
"extra_special_tokens": {},
|
35 |
"model_max_length": 77,
|
36 |
-
"pad_token": "
|
37 |
"tokenizer_class": "CLIPTokenizer",
|
38 |
"unk_token": "<|endoftext|>"
|
39 |
}
|
|
|
1 |
{
|
2 |
"add_prefix_space": false,
|
3 |
"added_tokens_decoder": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
"49406": {
|
5 |
"content": "<|startoftext|>",
|
6 |
"lstrip": false,
|
|
|
25 |
"errors": "replace",
|
26 |
"extra_special_tokens": {},
|
27 |
"model_max_length": 77,
|
28 |
+
"pad_token": "<|endoftext|>",
|
29 |
"tokenizer_class": "CLIPTokenizer",
|
30 |
"unk_token": "<|endoftext|>"
|
31 |
}
|
unet/config.json
CHANGED
@@ -1,17 +1,12 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.33.0.dev0",
|
4 |
-
"_name_or_path": "
|
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,
|
@@ -24,7 +19,7 @@
|
|
24 |
"class_embeddings_concat": false,
|
25 |
"conv_in_kernel": 3,
|
26 |
"conv_out_kernel": 3,
|
27 |
-
"cross_attention_dim":
|
28 |
"cross_attention_norm": null,
|
29 |
"down_block_types": [
|
30 |
"CrossAttnDownBlock2D",
|
@@ -55,7 +50,7 @@
|
|
55 |
"resnet_skip_time_act": false,
|
56 |
"resnet_time_scale_shift": "default",
|
57 |
"reverse_transformer_layers_per_block": null,
|
58 |
-
"sample_size":
|
59 |
"time_cond_proj_dim": null,
|
60 |
"time_embedding_act_fn": null,
|
61 |
"time_embedding_dim": null,
|
@@ -69,5 +64,5 @@
|
|
69 |
"CrossAttnUpBlock2D"
|
70 |
],
|
71 |
"upcast_attention": false,
|
72 |
-
"use_linear_projection":
|
73 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
"_diffusers_version": "0.33.0.dev0",
|
4 |
+
"_name_or_path": "CompVis/stable-diffusion-v1-4",
|
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,
|
|
|
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",
|
|
|
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,
|
|
|
64 |
"CrossAttnUpBlock2D"
|
65 |
],
|
66 |
"upcast_attention": false,
|
67 |
+
"use_linear_projection": false
|
68 |
}
|
unet/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9715039e384093cdee3926e0b02465a60b2f98acab19bb433d8a874d2453db5a
|
3 |
+
size 3438167536
|
vae/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.33.0.dev0",
|
4 |
-
"_name_or_path": "/scratch/dajisafe/Track_Diffusion/Dreambooth/.cache/huggingface/hub/models--
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|
@@ -24,7 +24,7 @@
|
|
24 |
"mid_block_add_attention": true,
|
25 |
"norm_num_groups": 32,
|
26 |
"out_channels": 3,
|
27 |
-
"sample_size":
|
28 |
"scaling_factor": 0.18215,
|
29 |
"shift_factor": null,
|
30 |
"up_block_types": [
|
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.33.0.dev0",
|
4 |
+
"_name_or_path": "/scratch/dajisafe/Track_Diffusion/Dreambooth/.cache/huggingface/hub/models--CompVis--stable-diffusion-v1-4/snapshots/133a221b8aa7292a167afc5127cb63fb5005638b/vae",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|
|
|
24 |
"mid_block_add_attention": true,
|
25 |
"norm_num_groups": 32,
|
26 |
"out_channels": 3,
|
27 |
+
"sample_size": 512,
|
28 |
"scaling_factor": 0.18215,
|
29 |
"shift_factor": null,
|
30 |
"up_block_types": [
|
vae/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 334643268
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4d2b5932bb4151e54e694fd31ccf51fca908223c9485bd56cd0e1d83ad94c49
|
3 |
size 334643268
|