Upload with huggingface_hub
Browse files- args.json +5 -5
- model.ckpt +3 -0
- unet/diffusion_pytorch_model.bin +1 -1
args.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"pad_tokens": false,
|
16 |
"with_prior_preservation": true,
|
17 |
"prior_loss_weight": 1.0,
|
18 |
-
"num_class_images":
|
19 |
"output_dir": "/content/output",
|
20 |
"seed": null,
|
21 |
"resolution": 512,
|
@@ -23,14 +23,14 @@
|
|
23 |
"train_text_encoder": false,
|
24 |
"train_batch_size": 1,
|
25 |
"sample_batch_size": 4,
|
26 |
-
"num_train_epochs":
|
27 |
-
"max_train_steps":
|
28 |
"gradient_accumulation_steps": 1,
|
29 |
"gradient_checkpointing": true,
|
30 |
-
"learning_rate":
|
31 |
"scale_lr": false,
|
32 |
"lr_scheduler": "constant",
|
33 |
-
"lr_warmup_steps":
|
34 |
"use_8bit_adam": true,
|
35 |
"adam_beta1": 0.9,
|
36 |
"adam_beta2": 0.999,
|
|
|
15 |
"pad_tokens": false,
|
16 |
"with_prior_preservation": true,
|
17 |
"prior_loss_weight": 1.0,
|
18 |
+
"num_class_images": 200,
|
19 |
"output_dir": "/content/output",
|
20 |
"seed": null,
|
21 |
"resolution": 512,
|
|
|
23 |
"train_text_encoder": false,
|
24 |
"train_batch_size": 1,
|
25 |
"sample_batch_size": 4,
|
26 |
+
"num_train_epochs": 3,
|
27 |
+
"max_train_steps": 500,
|
28 |
"gradient_accumulation_steps": 1,
|
29 |
"gradient_checkpointing": true,
|
30 |
+
"learning_rate": 2e-06,
|
31 |
"scale_lr": false,
|
32 |
"lr_scheduler": "constant",
|
33 |
+
"lr_warmup_steps": 0,
|
34 |
"use_8bit_adam": true,
|
35 |
"adam_beta1": 0.9,
|
36 |
"adam_beta2": 0.999,
|
model.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:215cd9df074c5cadb6ecb3ee8cba64942d4a9e7cf3682b693652fb7bb48ef1ed
|
3 |
+
size 2132791380
|
unet/diffusion_pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 3438375973
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e94e1523002853e22c235bb51ef1e4457f44bf7b9b8bdcacb6df03983130cee8
|
3 |
size 3438375973
|