End of training
Browse files
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
license: creativeml-openrail-m
|
| 4 |
+
base_model: stabilityai/stable-diffusion-xl-base-0.9
|
| 5 |
+
instance_prompt: a photo of sks dog
|
| 6 |
+
tags:
|
| 7 |
+
- stable-diffusion-xl
|
| 8 |
+
- stable-diffusion-xl-diffusers
|
| 9 |
+
- text-to-image
|
| 10 |
+
- diffusers
|
| 11 |
+
- lora
|
| 12 |
+
inference: true
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
# LoRA DreamBooth - abnv15/lora-dreambooth-model
|
| 16 |
+
|
| 17 |
+
These are LoRA adaption weights for stabilityai/stable-diffusion-xl-base-0.9. The weights were trained on a photo of sks dog using [DreamBooth](https://dreambooth.github.io/). You can find some example images in the following.
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
LoRA for the text encoder was enabled: False.
|
logs/dreambooth-lora-sd-xl/1689709868.6506202/events.out.tfevents.1689709868.4ab0072a4eb9.3317.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f3d3e9e40b210f5c3efe6e7da38cbdb1bc87f92ad5e0b72ddce961ce1f924da6
|
| 3 |
+
size 2575
|
logs/dreambooth-lora-sd-xl/1689709868.652332/hparams.yml
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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: null
|
| 10 |
+
class_prompt: null
|
| 11 |
+
crops_coords_top_left_h: 0
|
| 12 |
+
crops_coords_top_left_w: 0
|
| 13 |
+
dataloader_num_workers: 0
|
| 14 |
+
enable_xformers_memory_efficient_attention: false
|
| 15 |
+
gradient_accumulation_steps: 4
|
| 16 |
+
gradient_checkpointing: false
|
| 17 |
+
hub_model_id: null
|
| 18 |
+
hub_token: null
|
| 19 |
+
instance_data_dir: dog
|
| 20 |
+
instance_prompt: a photo of sks dog
|
| 21 |
+
learning_rate: 0.0001
|
| 22 |
+
local_rank: -1
|
| 23 |
+
logging_dir: logs
|
| 24 |
+
lr_num_cycles: 1
|
| 25 |
+
lr_power: 1.0
|
| 26 |
+
lr_scheduler: constant
|
| 27 |
+
lr_warmup_steps: 0
|
| 28 |
+
max_grad_norm: 1.0
|
| 29 |
+
max_train_steps: 100
|
| 30 |
+
mixed_precision: fp16
|
| 31 |
+
num_class_images: 100
|
| 32 |
+
num_train_epochs: 50
|
| 33 |
+
num_validation_images: 4
|
| 34 |
+
output_dir: lora-dreambooth-model
|
| 35 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-0.9
|
| 36 |
+
prior_generation_precision: null
|
| 37 |
+
prior_loss_weight: 1.0
|
| 38 |
+
push_to_hub: true
|
| 39 |
+
report_to: tensorboard
|
| 40 |
+
resolution: 1024
|
| 41 |
+
resume_from_checkpoint: null
|
| 42 |
+
revision: null
|
| 43 |
+
sample_batch_size: 4
|
| 44 |
+
scale_lr: false
|
| 45 |
+
seed: 0
|
| 46 |
+
train_batch_size: 1
|
| 47 |
+
train_text_encoder: false
|
| 48 |
+
use_8bit_adam: false
|
| 49 |
+
validation_epochs: 50
|
| 50 |
+
validation_prompt: null
|
| 51 |
+
with_prior_preservation: false
|
logs/dreambooth-lora-sd-xl/events.out.tfevents.1689709868.4ab0072a4eb9.3317.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:36779d7161575014bbf3c694a52541fb911a4f08c26821b2ebda9102d1a334d1
|
| 3 |
+
size 20576
|
pytorch_lora_weights.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:093b8edc579b5c401141aec9e0e97fcd0246264cca154b61835a0bef83e75883
|
| 3 |
+
size 23664755
|