End of training
Browse files- README.md +2 -2
- checkpoint-500/optimizer.bin +1 -1
- checkpoint-500/random_states_0.pkl +2 -2
- checkpoint-500/unet/diffusion_pytorch_model.bin +1 -1
- logs/dreambooth/1684072652.9559875/events.out.tfevents.1684072652.3c810d809111.15031.1 +3 -0
- logs/dreambooth/1684072652.9956267/hparams.yml +52 -0
- logs/dreambooth/events.out.tfevents.1684072652.3c810d809111.15031.0 +3 -0
- safety_checker/config.json +1 -1
- unet/diffusion_pytorch_model.bin +1 -1
- vae/config.json +1 -1
README.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
---
|
3 |
license: creativeml-openrail-m
|
4 |
base_model: CompVis/stable-diffusion-v1-4
|
5 |
-
instance_prompt: a photo of
|
6 |
tags:
|
7 |
- stable-diffusion
|
8 |
- stable-diffusion-diffusers
|
@@ -14,7 +14,7 @@ inference: true
|
|
14 |
|
15 |
# DreamBooth - AZhe1220/path-to-save-model
|
16 |
|
17 |
-
This is a dreambooth model derived from CompVis/stable-diffusion-v1-4. The weights were trained on a photo of
|
18 |
You can find some example images in the following.
|
19 |
|
20 |
|
|
|
2 |
---
|
3 |
license: creativeml-openrail-m
|
4 |
base_model: CompVis/stable-diffusion-v1-4
|
5 |
+
instance_prompt: a photo of swk dress
|
6 |
tags:
|
7 |
- stable-diffusion
|
8 |
- stable-diffusion-diffusers
|
|
|
14 |
|
15 |
# DreamBooth - AZhe1220/path-to-save-model
|
16 |
|
17 |
+
This is a dreambooth model derived from CompVis/stable-diffusion-v1-4. The weights were trained on a photo of swk dress using [DreamBooth](https://dreambooth.github.io/).
|
18 |
You can find some example images in the following.
|
19 |
|
20 |
|
checkpoint-500/optimizer.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 6876749715
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4f589aa23c3544caa2d121bbbe08fa6a07dce6ce5754d0d02beeacd60c99d6df
|
3 |
size 6876749715
|
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:73470bf900b3a4baaeb08126b72f1c2ede16f323e87e538708b85fc237402233
|
3 |
+
size 14727
|
checkpoint-500/unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3438375973
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7cb024fb8cf3f2e56b59b2a8a676cbb1923bc82219d2e1b4fc138bc7344ad107
|
3 |
size 3438375973
|
logs/dreambooth/1684072652.9559875/events.out.tfevents.1684072652.3c810d809111.15031.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87cbc37f98d5aa3c4144e22272e859552cd97b11a5c81ef219684f097e793cae
|
3 |
+
size 2616
|
logs/dreambooth/1684072652.9956267/hparams.yml
ADDED
@@ -0,0 +1,52 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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: results/2-dress/path-to-class-images
|
10 |
+
class_prompt: a photo of dress
|
11 |
+
dataloader_num_workers: 0
|
12 |
+
enable_xformers_memory_efficient_attention: true
|
13 |
+
gradient_accumulation_steps: 1
|
14 |
+
gradient_checkpointing: false
|
15 |
+
hub_model_id: null
|
16 |
+
hub_token: null
|
17 |
+
instance_data_dir: results/2-dress/dress
|
18 |
+
instance_prompt: a photo of swk dress
|
19 |
+
learning_rate: 5.0e-06
|
20 |
+
local_rank: -1
|
21 |
+
logging_dir: logs
|
22 |
+
lr_num_cycles: 1
|
23 |
+
lr_power: 1.0
|
24 |
+
lr_scheduler: constant
|
25 |
+
lr_warmup_steps: 0
|
26 |
+
max_grad_norm: 1.0
|
27 |
+
max_train_steps: 800
|
28 |
+
mixed_precision: null
|
29 |
+
num_class_images: 200
|
30 |
+
num_train_epochs: 4
|
31 |
+
num_validation_images: 4
|
32 |
+
offset_noise: false
|
33 |
+
output_dir: results/2-dress/path-to-save-model
|
34 |
+
pretrained_model_name_or_path: CompVis/stable-diffusion-v1-4
|
35 |
+
prior_generation_precision: null
|
36 |
+
prior_loss_weight: 1.0
|
37 |
+
push_to_hub: true
|
38 |
+
report_to: tensorboard
|
39 |
+
resolution: 512
|
40 |
+
resume_from_checkpoint: null
|
41 |
+
revision: null
|
42 |
+
sample_batch_size: 4
|
43 |
+
scale_lr: false
|
44 |
+
seed: null
|
45 |
+
set_grads_to_none: false
|
46 |
+
tokenizer_name: null
|
47 |
+
train_batch_size: 1
|
48 |
+
train_text_encoder: false
|
49 |
+
use_8bit_adam: false
|
50 |
+
validation_prompt: null
|
51 |
+
validation_steps: 100
|
52 |
+
with_prior_preservation: true
|
logs/dreambooth/events.out.tfevents.1684072652.3c810d809111.15031.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1097b4ebaad92081434c6040daa5443c7d4622b72af588d641c9ba47b5524faa
|
3 |
+
size 67034
|
safety_checker/config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_commit_hash": "249dd2d739844dea6a0bc7fc27b3c1d014720b28",
|
3 |
-
"_name_or_path": "/
|
4 |
"architectures": [
|
5 |
"StableDiffusionSafetyChecker"
|
6 |
],
|
|
|
1 |
{
|
2 |
"_commit_hash": "249dd2d739844dea6a0bc7fc27b3c1d014720b28",
|
3 |
+
"_name_or_path": "/root/.cache/huggingface/hub/models--CompVis--stable-diffusion-v1-4/snapshots/249dd2d739844dea6a0bc7fc27b3c1d014720b28/safety_checker",
|
4 |
"architectures": [
|
5 |
"StableDiffusionSafetyChecker"
|
6 |
],
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3438375973
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ba88630b6e179c32fae82ca63b041eafa0514bbcf1eab210ef572b6bc74afbc
|
3 |
size 3438375973
|
vae/config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.17.0.dev0",
|
4 |
-
"_name_or_path": "/
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
"_diffusers_version": "0.17.0.dev0",
|
4 |
+
"_name_or_path": "/root/.cache/huggingface/hub/models--CompVis--stable-diffusion-v1-4/snapshots/249dd2d739844dea6a0bc7fc27b3c1d014720b28/vae",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
7 |
128,
|