Add model files
Browse files- logs/dreambooth/1690659157.8988864/events.out.tfevents.1690659157.GCRSANDBOX123.3260402.1 +3 -0
- logs/dreambooth/1690659157.97766/hparams.yml +59 -0
- logs/dreambooth/1690759076.134032/events.out.tfevents.1690759076.GCRSANDBOX123.1665329.1 +3 -0
- logs/dreambooth/1690759076.2140598/hparams.yml +59 -0
- logs/dreambooth/events.out.tfevents.1690659157.GCRSANDBOX123.3260402.0 +3 -0
- logs/dreambooth/events.out.tfevents.1690759076.GCRSANDBOX123.1665329.0 +3 -0
- text_encoder/README.md +9 -0
- text_encoder/adapter_config.json +24 -0
- text_encoder/adapter_model.bin +3 -0
- unet/README.md +9 -0
- unet/adapter_config.json +26 -0
- unet/adapter_model.bin +3 -0
logs/dreambooth/1690659157.8988864/events.out.tfevents.1690659157.GCRSANDBOX123.3260402.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:92796c93b0772ad9ca9f1640d9459ec170fc92d29b9189e5a7e7e7dc739578f8
|
| 3 |
+
size 3013
|
logs/dreambooth/1690659157.97766/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 |
+
class_data_dir: /mnt1/msranlpintern/wuxun/StyleHub/dreambooth/datasets/cls_datasets/dog3
|
| 9 |
+
class_prompt: a photo of bear dog3
|
| 10 |
+
enable_xformers_memory_efficient_attention: false
|
| 11 |
+
gradient_accumulation_steps: 1
|
| 12 |
+
gradient_checkpointing: true
|
| 13 |
+
hub_model_id: null
|
| 14 |
+
hub_token: null
|
| 15 |
+
instance_data_dir: /mnt1/msranlpintern/wuxun/StyleHub/dreambooth/datasets/ins_dataset/dog3
|
| 16 |
+
instance_prompt: a photo of bear dog3
|
| 17 |
+
learning_rate: 0.0001
|
| 18 |
+
local_rank: 0
|
| 19 |
+
logging_dir: logs
|
| 20 |
+
lora_alpha: 27
|
| 21 |
+
lora_bias: none
|
| 22 |
+
lora_dropout: 0.0
|
| 23 |
+
lora_r: 16
|
| 24 |
+
lora_text_encoder_alpha: 17
|
| 25 |
+
lora_text_encoder_bias: none
|
| 26 |
+
lora_text_encoder_dropout: 0.0
|
| 27 |
+
lora_text_encoder_r: 16
|
| 28 |
+
lr_num_cycles: 1
|
| 29 |
+
lr_power: 1.0
|
| 30 |
+
lr_scheduler: constant
|
| 31 |
+
lr_warmup_steps: 0
|
| 32 |
+
max_grad_norm: 1.0
|
| 33 |
+
max_train_steps: 800
|
| 34 |
+
mixed_precision: null
|
| 35 |
+
num_class_images: 200
|
| 36 |
+
num_train_epochs: 200
|
| 37 |
+
num_validation_images: 4
|
| 38 |
+
output_dir: /mnt1/msranlpintern/wuxun/StyleHub/dreambooth/cpkt/dog3
|
| 39 |
+
pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
|
| 40 |
+
prior_generation_precision: null
|
| 41 |
+
prior_loss_weight: 1.0
|
| 42 |
+
push_to_hub: false
|
| 43 |
+
report_to: tensorboard
|
| 44 |
+
resolution: 512
|
| 45 |
+
resume_from_checkpoint: null
|
| 46 |
+
revision: null
|
| 47 |
+
sample_batch_size: 4
|
| 48 |
+
scale_lr: false
|
| 49 |
+
seed: null
|
| 50 |
+
tokenizer_name: null
|
| 51 |
+
train_batch_size: 16
|
| 52 |
+
train_text_encoder: true
|
| 53 |
+
use_8bit_adam: false
|
| 54 |
+
use_lora: true
|
| 55 |
+
validation_prompt: null
|
| 56 |
+
validation_steps: 100
|
| 57 |
+
wandb_key: null
|
| 58 |
+
wandb_project_name: null
|
| 59 |
+
with_prior_preservation: true
|
logs/dreambooth/1690759076.134032/events.out.tfevents.1690759076.GCRSANDBOX123.1665329.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0c5920009d9bec7b34ce18c152ec1df95968670afe2c989ab16f5a85149f25a9
|
| 3 |
+
size 3013
|
logs/dreambooth/1690759076.2140598/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 |
+
class_data_dir: /mnt1/msranlpintern/wuxun/StyleHub/dreambooth/datasets/cls_datasets/dog3
|
| 9 |
+
class_prompt: a photo of bear dog3
|
| 10 |
+
enable_xformers_memory_efficient_attention: false
|
| 11 |
+
gradient_accumulation_steps: 1
|
| 12 |
+
gradient_checkpointing: true
|
| 13 |
+
hub_model_id: null
|
| 14 |
+
hub_token: null
|
| 15 |
+
instance_data_dir: /mnt1/msranlpintern/wuxun/StyleHub/dreambooth/datasets/ins_dataset/dog3
|
| 16 |
+
instance_prompt: a photo of bear dog3
|
| 17 |
+
learning_rate: 0.0001
|
| 18 |
+
local_rank: 0
|
| 19 |
+
logging_dir: logs
|
| 20 |
+
lora_alpha: 27
|
| 21 |
+
lora_bias: none
|
| 22 |
+
lora_dropout: 0.0
|
| 23 |
+
lora_r: 16
|
| 24 |
+
lora_text_encoder_alpha: 17
|
| 25 |
+
lora_text_encoder_bias: none
|
| 26 |
+
lora_text_encoder_dropout: 0.0
|
| 27 |
+
lora_text_encoder_r: 16
|
| 28 |
+
lr_num_cycles: 1
|
| 29 |
+
lr_power: 1.0
|
| 30 |
+
lr_scheduler: constant
|
| 31 |
+
lr_warmup_steps: 0
|
| 32 |
+
max_grad_norm: 1.0
|
| 33 |
+
max_train_steps: 800
|
| 34 |
+
mixed_precision: null
|
| 35 |
+
num_class_images: 200
|
| 36 |
+
num_train_epochs: 31
|
| 37 |
+
num_validation_images: 4
|
| 38 |
+
output_dir: /mnt1/msranlpintern/wuxun/StyleHub/dreambooth/cpkt/dog3
|
| 39 |
+
pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
|
| 40 |
+
prior_generation_precision: null
|
| 41 |
+
prior_loss_weight: 1.0
|
| 42 |
+
push_to_hub: false
|
| 43 |
+
report_to: tensorboard
|
| 44 |
+
resolution: 512
|
| 45 |
+
resume_from_checkpoint: null
|
| 46 |
+
revision: null
|
| 47 |
+
sample_batch_size: 4
|
| 48 |
+
scale_lr: false
|
| 49 |
+
seed: null
|
| 50 |
+
tokenizer_name: null
|
| 51 |
+
train_batch_size: 2
|
| 52 |
+
train_text_encoder: true
|
| 53 |
+
use_8bit_adam: false
|
| 54 |
+
use_lora: true
|
| 55 |
+
validation_prompt: null
|
| 56 |
+
validation_steps: 100
|
| 57 |
+
wandb_key: null
|
| 58 |
+
wandb_project_name: null
|
| 59 |
+
with_prior_preservation: true
|
logs/dreambooth/events.out.tfevents.1690659157.GCRSANDBOX123.3260402.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b53d3311e9d9e0c6e62e402844ce4034417ae0a72177be13d467b3f07b4bb449
|
| 3 |
+
size 88
|
logs/dreambooth/events.out.tfevents.1690759076.GCRSANDBOX123.1665329.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9a72e9edd3db260c6f85b26edd62858f19d98c471a45e452fb14f2fb87a188cd
|
| 3 |
+
size 67034
|
text_encoder/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
---
|
| 4 |
+
## Training procedure
|
| 5 |
+
|
| 6 |
+
### Framework versions
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
- PEFT 0.4.0
|
text_encoder/adapter_config.json
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_mapping": {
|
| 3 |
+
"base_model_class": "CLIPTextModel",
|
| 4 |
+
"parent_library": "transformers.models.clip.modeling_clip"
|
| 5 |
+
},
|
| 6 |
+
"base_model_name_or_path": "CompVis/stable-diffusion-v1-4",
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"fan_in_fan_out": false,
|
| 9 |
+
"inference_mode": true,
|
| 10 |
+
"init_lora_weights": true,
|
| 11 |
+
"layers_pattern": null,
|
| 12 |
+
"layers_to_transform": null,
|
| 13 |
+
"lora_alpha": 17,
|
| 14 |
+
"lora_dropout": 0.0,
|
| 15 |
+
"modules_to_save": null,
|
| 16 |
+
"peft_type": "LORA",
|
| 17 |
+
"r": 16,
|
| 18 |
+
"revision": null,
|
| 19 |
+
"target_modules": [
|
| 20 |
+
"q_proj",
|
| 21 |
+
"v_proj"
|
| 22 |
+
],
|
| 23 |
+
"task_type": null
|
| 24 |
+
}
|
text_encoder/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1dd7264612c62f178ad6c9b0bb35d0a07baeea5abaabc4718dbfee50cd4acce4
|
| 3 |
+
size 2376897
|
unet/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: peft
|
| 3 |
+
---
|
| 4 |
+
## Training procedure
|
| 5 |
+
|
| 6 |
+
### Framework versions
|
| 7 |
+
|
| 8 |
+
|
| 9 |
+
- PEFT 0.4.0
|
unet/adapter_config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"auto_mapping": {
|
| 3 |
+
"base_model_class": "UNet2DConditionModel",
|
| 4 |
+
"parent_library": "diffusers.models.unet_2d_condition"
|
| 5 |
+
},
|
| 6 |
+
"base_model_name_or_path": null,
|
| 7 |
+
"bias": "none",
|
| 8 |
+
"fan_in_fan_out": false,
|
| 9 |
+
"inference_mode": true,
|
| 10 |
+
"init_lora_weights": true,
|
| 11 |
+
"layers_pattern": null,
|
| 12 |
+
"layers_to_transform": null,
|
| 13 |
+
"lora_alpha": 27,
|
| 14 |
+
"lora_dropout": 0.0,
|
| 15 |
+
"modules_to_save": null,
|
| 16 |
+
"peft_type": "LORA",
|
| 17 |
+
"r": 16,
|
| 18 |
+
"revision": null,
|
| 19 |
+
"target_modules": [
|
| 20 |
+
"to_q",
|
| 21 |
+
"to_v",
|
| 22 |
+
"query",
|
| 23 |
+
"value"
|
| 24 |
+
],
|
| 25 |
+
"task_type": null
|
| 26 |
+
}
|
unet/adapter_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3c8765d0285b7f456d9ad12299ab670cabe250d70ac1a5b48b9fadbc3e6275d3
|
| 3 |
+
size 6426445
|