End of training
Browse files- README.md +5 -0
- logs/text2image-fine-tune-sdxl/1726249269.9991453/events.out.tfevents.1726249269.datasec2.engr.uconn.edu.839579.1 +3 -0
- logs/text2image-fine-tune-sdxl/1726249270.0003104/hparams.yml +58 -0
- logs/text2image-fine-tune-sdxl/events.out.tfevents.1726249269.datasec2.engr.uconn.edu.839579.0 +3 -0
- unet/diffusion_pytorch_model-00001-of-00002.safetensors +1 -1
- unet/diffusion_pytorch_model-00002-of-00002.safetensors +1 -1
README.md
CHANGED
@@ -8,6 +8,11 @@ tags:
|
|
8 |
- text-to-image
|
9 |
- diffusers-training
|
10 |
- diffusers
|
|
|
|
|
|
|
|
|
|
|
11 |
inference: true
|
12 |
---
|
13 |
|
|
|
8 |
- text-to-image
|
9 |
- diffusers-training
|
10 |
- diffusers
|
11 |
+
- stable-diffusion-xl
|
12 |
+
- stable-diffusion-xl-diffusers
|
13 |
+
- text-to-image
|
14 |
+
- diffusers-training
|
15 |
+
- diffusers
|
16 |
inference: true
|
17 |
---
|
18 |
|
logs/text2image-fine-tune-sdxl/1726249269.9991453/events.out.tfevents.1726249269.datasec2.engr.uconn.edu.839579.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:81f5187ef2773cfea35aaacf4b96535b7f0e33896447ae0c9e877b393141c4aa
|
3 |
+
size 2787
|
logs/text2image-fine-tune-sdxl/1726249270.0003104/hparams.yml
ADDED
@@ -0,0 +1,58 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
cache_dir: null
|
7 |
+
caption_column: text
|
8 |
+
center_crop: true
|
9 |
+
checkpointing_steps: 500
|
10 |
+
checkpoints_total_limit: null
|
11 |
+
dataloader_num_workers: 0
|
12 |
+
dataset_config_name: null
|
13 |
+
dataset_name: haorandai/Mammal_Mice_lr0.01_e0.1_3_with3constraints
|
14 |
+
enable_npu_flash_attention: false
|
15 |
+
enable_xformers_memory_efficient_attention: false
|
16 |
+
gradient_accumulation_steps: 4
|
17 |
+
gradient_checkpointing: true
|
18 |
+
hub_model_id: null
|
19 |
+
hub_token: null
|
20 |
+
image_column: image
|
21 |
+
learning_rate: 1.0e-05
|
22 |
+
local_rank: 0
|
23 |
+
logging_dir: logs
|
24 |
+
lr_scheduler: constant
|
25 |
+
lr_warmup_steps: 500
|
26 |
+
max_grad_norm: 1.0
|
27 |
+
max_train_samples: null
|
28 |
+
max_train_steps: 200
|
29 |
+
mixed_precision: fp16
|
30 |
+
noise_offset: 0
|
31 |
+
num_train_epochs: 200
|
32 |
+
num_validation_images: 4
|
33 |
+
output_dir: /scr/home/biw23007/haoran/finetune_xl_model_dir_1e-05_200_withconstraint/haorandai/Mammal_Mice_lr0.01_e0.1_3_with3constraints/
|
34 |
+
prediction_type: null
|
35 |
+
pretrained_model_name_or_path: stabilityai/stable-diffusion-xl-base-1.0
|
36 |
+
pretrained_vae_model_name_or_path: null
|
37 |
+
proportion_empty_prompts: 0
|
38 |
+
push_to_hub: true
|
39 |
+
random_flip: true
|
40 |
+
report_to: tensorboard
|
41 |
+
resolution: 512
|
42 |
+
resume_from_checkpoint: null
|
43 |
+
revision: null
|
44 |
+
scale_lr: false
|
45 |
+
seed: null
|
46 |
+
snr_gamma: null
|
47 |
+
timestep_bias_begin: 0
|
48 |
+
timestep_bias_end: 1000
|
49 |
+
timestep_bias_multiplier: 1.0
|
50 |
+
timestep_bias_portion: 0.25
|
51 |
+
timestep_bias_strategy: none
|
52 |
+
train_batch_size: 1
|
53 |
+
train_data_dir: null
|
54 |
+
use_8bit_adam: false
|
55 |
+
use_ema: true
|
56 |
+
validation_epochs: 1
|
57 |
+
validation_prompt: null
|
58 |
+
variant: null
|
logs/text2image-fine-tune-sdxl/events.out.tfevents.1726249269.datasec2.engr.uconn.edu.839579.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:308861d4764caa16001859eb219f7d1ddea7417db4084d4cc9d52ddbcf36eed1
|
3 |
+
size 9761
|
unet/diffusion_pytorch_model-00001-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 9988139160
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b555b44a093bf3a70360ea3234aa01ba68be332a26eb652ed1d77789bca4c711
|
3 |
size 9988139160
|
unet/diffusion_pytorch_model-00002-of-00002.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 281938304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72bdf32fc552cef22d58a2ee42d3f2006ee9e9abc7c2284a3ad5c50f66d8cbf1
|
3 |
size 281938304
|