ernestchu
commited on
Commit
·
17f97f6
1
Parent(s):
57b3b0e
add cropping capability
Browse files- hparams.yml +5 -5
- pytorch_lora_weights.safetensors +1 -1
hparams.yml
CHANGED
@@ -11,7 +11,7 @@ center_crop: false
|
|
11 |
checkpointing_steps: 500
|
12 |
dataloader_num_workers: 0
|
13 |
dataset_name: timm/imagenet-1k-wds
|
14 |
-
gradient_accumulation_steps:
|
15 |
gradient_checkpointing: false
|
16 |
image_column: jpg
|
17 |
image_log_steps: 50
|
@@ -19,9 +19,9 @@ learning_rate: 1.0
|
|
19 |
logging_dir: logs
|
20 |
max_grad_norm: 1.0
|
21 |
max_train_samples: null
|
22 |
-
max_train_steps:
|
23 |
mixed_precision: null
|
24 |
-
num_train_epochs:
|
25 |
output_dir: outputs
|
26 |
pixelation_block_size_range: 10@40
|
27 |
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
@@ -32,7 +32,7 @@ prodigy_use_bias_correction: true
|
|
32 |
random_flip: false
|
33 |
rank: 64
|
34 |
report_to: tensorboard
|
35 |
-
resolution:
|
36 |
resume_from_checkpoint: null
|
37 |
seed: null
|
38 |
-
train_batch_size:
|
|
|
11 |
checkpointing_steps: 500
|
12 |
dataloader_num_workers: 0
|
13 |
dataset_name: timm/imagenet-1k-wds
|
14 |
+
gradient_accumulation_steps: 8
|
15 |
gradient_checkpointing: false
|
16 |
image_column: jpg
|
17 |
image_log_steps: 50
|
|
|
19 |
logging_dir: logs
|
20 |
max_grad_norm: 1.0
|
21 |
max_train_samples: null
|
22 |
+
max_train_steps: 10000
|
23 |
mixed_precision: null
|
24 |
+
num_train_epochs: 2
|
25 |
output_dir: outputs
|
26 |
pixelation_block_size_range: 10@40
|
27 |
pretrained_model_name_or_path: runwayml/stable-diffusion-v1-5
|
|
|
32 |
random_flip: false
|
33 |
rank: 64
|
34 |
report_to: tensorboard
|
35 |
+
resolution: 520
|
36 |
resume_from_checkpoint: null
|
37 |
seed: null
|
38 |
+
train_batch_size: 2
|
pytorch_lora_weights.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 54215768
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5aad1e0adfc8ec922fb4089b8e3d798e3e1a5cc187ba2c6bb6f3bac617d4f22f
|
3 |
size 54215768
|