End of training
Browse files- README.md +1 -13
- learned_embeds.bin +3 -0
- logs/textual_inversion/1736436268.0345147/events.out.tfevents.1736436268.cudahpc06.4112973.1 +3 -0
- logs/textual_inversion/1736436268.0360737/hparams.yml +49 -0
- logs/textual_inversion/events.out.tfevents.1736436268.cudahpc06.4112973.0 +3 -0
- text_encoder/model.safetensors +1 -1
README.md
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
---
|
2 |
license: creativeml-openrail-m
|
3 |
base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
|
@@ -7,20 +8,7 @@ tags:
|
|
7 |
- text-to-image
|
8 |
- diffusers
|
9 |
- textual_inversion
|
10 |
-
- diffusers-training
|
11 |
-
- lora
|
12 |
-
- template:sd-lora
|
13 |
-
- sd3
|
14 |
-
- sd3-diffusers
|
15 |
-
- text-to-image
|
16 |
-
- diffusers-training
|
17 |
-
- diffusers
|
18 |
-
- lora
|
19 |
-
- template:sd-lora
|
20 |
-
- sd3
|
21 |
-
- sd3-diffusers
|
22 |
inference: true
|
23 |
-
library_name: diffusers
|
24 |
---
|
25 |
|
26 |
# Textual inversion text2image fine-tuning - SidXXD/f-65
|
|
|
1 |
+
|
2 |
---
|
3 |
license: creativeml-openrail-m
|
4 |
base_model: stable-diffusion-v1-5/stable-diffusion-v1-5
|
|
|
8 |
- text-to-image
|
9 |
- diffusers
|
10 |
- textual_inversion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
inference: true
|
|
|
12 |
---
|
13 |
|
14 |
# Textual inversion text2image fine-tuning - SidXXD/f-65
|
learned_embeds.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e1bd3ece2106e56973de886899feb0ca6ab0394be1f23478e6a114a4b950422
|
3 |
+
size 4287
|
logs/textual_inversion/1736436268.0345147/events.out.tfevents.1736436268.cudahpc06.4112973.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81e0962e5859fed90bbd4c2b78f4fa3615fc4b435eb8758c82fcac02bcf90811
|
3 |
+
size 2564
|
logs/textual_inversion/1736436268.0360737/hparams.yml
ADDED
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
dataloader_num_workers: 0
|
10 |
+
enable_xformers_memory_efficient_attention: false
|
11 |
+
gradient_accumulation_steps: 1
|
12 |
+
gradient_checkpointing: false
|
13 |
+
hub_model_id: null
|
14 |
+
hub_token: null
|
15 |
+
initializer_token: person
|
16 |
+
learnable_property: object
|
17 |
+
learning_rate: 0.0005
|
18 |
+
local_rank: -1
|
19 |
+
logging_dir: logs
|
20 |
+
lr_num_cycles: 1
|
21 |
+
lr_scheduler: constant
|
22 |
+
lr_warmup_steps: 0
|
23 |
+
max_train_steps: 3
|
24 |
+
mixed_precision: 'no'
|
25 |
+
no_safe_serialization: false
|
26 |
+
num_train_epochs: 1
|
27 |
+
num_validation_images: 4
|
28 |
+
num_vectors: 1
|
29 |
+
output_dir: /home/xide/miniconda3/code/Results_for_paper/Untarget_attack/Trained_model/Textual_inversion/Untarget_training_img_20/CelebA/Clean/f-65
|
30 |
+
placeholder_token: <person_xxd>
|
31 |
+
pretrained_model_name_or_path: stable-diffusion-v1-5/stable-diffusion-v1-5
|
32 |
+
prompt: photo of a person
|
33 |
+
push_to_hub: true
|
34 |
+
repeats: 100
|
35 |
+
report_to: tensorboard
|
36 |
+
resolution: 512
|
37 |
+
resume_from_checkpoint: null
|
38 |
+
revision: null
|
39 |
+
save_as_full_pipeline: false
|
40 |
+
save_steps: 50
|
41 |
+
scale_lr: true
|
42 |
+
seed: null
|
43 |
+
tokenizer_name: null
|
44 |
+
train_batch_size: 1
|
45 |
+
train_data_dir: /home/xide/miniconda3/code/data/Untarget_training_img_20/Clean/f-65
|
46 |
+
validation_epochs: null
|
47 |
+
validation_prompt: null
|
48 |
+
validation_steps: 100
|
49 |
+
variant: null
|
logs/textual_inversion/events.out.tfevents.1736436268.cudahpc06.4112973.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6a4eb22153567f6c863a2c6a1aa2d34d1a668dc78225af84e5e0032089d2999
|
3 |
+
size 334
|
text_encoder/model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 492268240
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ad2749a14f356d28689f4274314d98b9e6ebc919035131c6adf6484d0187930c
|
3 |
size 492268240
|