End of training
Browse files- README.md +5 -0
- logs/text2image-fine-tune-sdxl/1726253004.0152295/events.out.tfevents.1726253004.datasec2.engr.uconn.edu.841252.1 +3 -0
- logs/text2image-fine-tune-sdxl/1726253004.0164614/hparams.yml +58 -0
- logs/text2image-fine-tune-sdxl/events.out.tfevents.1726253004.datasec2.engr.uconn.edu.841252.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/1726253004.0152295/events.out.tfevents.1726253004.datasec2.engr.uconn.edu.841252.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:15d045318ff387dc7f2c8ddc438cde7510965d39e66b2625bb0dce49e5ff59ad
|
3 |
+
size 2789
|
logs/text2image-fine-tune-sdxl/1726253004.0164614/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.02_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.02_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.1726253004.datasec2.engr.uconn.edu.841252.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e38a91480d1b5d265cac31d54963227cd1750b3529dc5fc40f975f1c4f5d9452
|
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:c35c97e7d5a97112b56b4023c8331310842b3f93a02520d30ba2ccafbf443d1e
|
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:88b15abf55e10760ee75961a95b243078d51479b0889269eb5b6d2fe73a0281f
|
3 |
size 281938304
|