briannlongzhao
commited on
Commit
•
74e44f5
1
Parent(s):
7d85889
End of training
Browse files- README.md +3 -8
- learned_embeds.safetensors +1 -1
- logs/textual_inversion/1706463890.4294474/events.out.tfevents.1706463891.node-0.2759.1 +3 -0
- logs/textual_inversion/1706463894.3103936/hparams.yml +50 -0
- logs/textual_inversion/events.out.tfevents.1706463888.node-0.2759.0 +3 -0
- text_encoder/model.safetensors +1 -1
README.md
CHANGED
@@ -2,21 +2,16 @@
|
|
2 |
---
|
3 |
license: creativeml-openrail-m
|
4 |
base_model: stabilityai/stable-diffusion-2-1
|
5 |
-
instance_prompt: a photo of <new1> goose
|
6 |
tags:
|
7 |
- stable-diffusion
|
8 |
- stable-diffusion-diffusers
|
9 |
- text-to-image
|
10 |
- diffusers
|
11 |
-
-
|
12 |
inference: true
|
13 |
---
|
14 |
|
15 |
-
#
|
|
|
16 |
|
17 |
-
These are Custom Diffusion adaption weights for stabilityai/stable-diffusion-2-1. The weights were trained on a photo of <new1> goose using [Custom Diffusion](https://www.cs.cmu.edu/~custom-diffusion). You can find some example images in the following.
|
18 |
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
For more details on the training, please follow [this link](https://github.com/huggingface/diffusers/blob/main/examples/custom_diffusion).
|
|
|
2 |
---
|
3 |
license: creativeml-openrail-m
|
4 |
base_model: stabilityai/stable-diffusion-2-1
|
|
|
5 |
tags:
|
6 |
- stable-diffusion
|
7 |
- stable-diffusion-diffusers
|
8 |
- text-to-image
|
9 |
- diffusers
|
10 |
+
- textual_inversion
|
11 |
inference: true
|
12 |
---
|
13 |
|
14 |
+
# Textual inversion text2image fine-tuning - briannlongzhao/7
|
15 |
+
These are textual inversion adaption weights for stabilityai/stable-diffusion-2-1. You can find some example images in the following.
|
16 |
|
|
|
17 |
|
|
|
|
|
|
|
|
learned_embeds.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4208
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:24947f5211314dce8ff7853c271179888d445e9b2ee3e444ea06dee6c01b61a6
|
3 |
size 4208
|
logs/textual_inversion/1706463890.4294474/events.out.tfevents.1706463891.node-0.2759.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3402921e0a2d4f4c7deccef0754b9b520292b62d48653ec7f6841d7d4fe16757
|
3 |
+
size 2495
|
logs/textual_inversion/1706463894.3103936/hparams.yml
ADDED
@@ -0,0 +1,50 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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_name: goose
|
10 |
+
dataloader_num_workers: 0
|
11 |
+
enable_xformers_memory_efficient_attention: true
|
12 |
+
gradient_accumulation_steps: 4
|
13 |
+
gradient_checkpointing: false
|
14 |
+
hub_model_id: null
|
15 |
+
hub_token: null
|
16 |
+
idx: 7
|
17 |
+
initializer_token: goose
|
18 |
+
learnable_property: object
|
19 |
+
learning_rate: 0.008
|
20 |
+
local_rank: -1
|
21 |
+
logging_dir: logs
|
22 |
+
lr_num_cycles: 1
|
23 |
+
lr_scheduler: constant
|
24 |
+
lr_warmup_steps: 0
|
25 |
+
max_train_steps: 35
|
26 |
+
mixed_precision: fp16
|
27 |
+
no_safe_serialization: false
|
28 |
+
num_train_epochs: 5
|
29 |
+
num_validation_images: 4
|
30 |
+
num_vectors: 1
|
31 |
+
output_dir: /mnt/default/textual_inversion_models_medium/7
|
32 |
+
placeholder_token: <goose>
|
33 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-2-1
|
34 |
+
push_to_hub: true
|
35 |
+
repeats: 1
|
36 |
+
report_to: tensorboard
|
37 |
+
resolution: 512
|
38 |
+
resume_from_checkpoint: null
|
39 |
+
revision: null
|
40 |
+
save_as_full_pipeline: false
|
41 |
+
save_steps: 500
|
42 |
+
scale_lr: true
|
43 |
+
seed: null
|
44 |
+
tokenizer_name: null
|
45 |
+
train_batch_size: 4
|
46 |
+
train_data_dir: /mnt/default/imagenet/images/train_medium/n01855672
|
47 |
+
validation_epochs: null
|
48 |
+
validation_prompt: null
|
49 |
+
validation_steps: 100
|
50 |
+
wnid: n01855672
|
logs/textual_inversion/events.out.tfevents.1706463888.node-0.2759.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:99287e3bed65fa10e70068189efc6f4b2aa62f349ac399c928521ef7f7d58384
|
3 |
+
size 10326
|
text_encoder/model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1361601112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ee7e965399241765a7538282cb3560a43373cfd080af17efeb3cb1e9d1637d01
|
3 |
size 1361601112
|