Upload with huggingface_hub
#4
by
satani
- opened
- args.json +6 -6
- model.ckpt +3 -0
- unet/diffusion_pytorch_model.bin +1 -1
args.json
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
"tokenizer_name": null,
|
6 |
"instance_data_dir": "/content/data/zwx",
|
7 |
"class_data_dir": "/content/data/3qrt",
|
8 |
-
"instance_prompt": "full Body Shot Of {a black handsome man Wearning ((nds)) (Fashion Shoot Style), (front to camera)}, Dynamic Posing, detailed African face, ((aspiring facial expression)), Black hair, ultra detailed photograph, cinematic lightning, artstation, 4k, sharp focus, high resolution, detailed skin, detailed eyes",
|
9 |
"class_prompt": "full Body Shot Of {a black handsome man Wearning ((3qrt sleeve, round neck, thigh long, inv button flap)) (Fashion Shoot Style), (front to camera)}, Dynamic Posing, detailed African face, ((aspiring facial expression)), Black hair, ultra detailed photograph, cinematic lightning, artstation, 4k, sharp focus, high resolution, detailed skin, detailed eyes",
|
10 |
"save_sample_prompt": null,
|
11 |
"save_sample_negative_prompt": null,
|
@@ -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": 5e-06,
|
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,
|
@@ -50,7 +50,7 @@
|
|
50 |
"local_rank": -1,
|
51 |
"concepts_list": [
|
52 |
{
|
53 |
-
"instance_prompt": "full Body Shot Of {a black handsome man Wearning ((nds)) (Fashion Shoot Style), (front to camera)}, Dynamic Posing, detailed African face, ((aspiring facial expression)), Black hair, ultra detailed photograph, cinematic lightning, artstation, 4k, sharp focus, high resolution, detailed skin, detailed eyes",
|
54 |
"class_prompt": "full Body Shot Of {a black handsome man Wearning ((3qrt sleeve, round neck, thigh long, inv button flap)) (Fashion Shoot Style), (front to camera)}, Dynamic Posing, detailed African face, ((aspiring facial expression)), Black hair, ultra detailed photograph, cinematic lightning, artstation, 4k, sharp focus, high resolution, detailed skin, detailed eyes",
|
55 |
"instance_data_dir": "/content/data/zwx",
|
56 |
"class_data_dir": "/content/data/3qrt"
|
|
|
5 |
"tokenizer_name": null,
|
6 |
"instance_data_dir": "/content/data/zwx",
|
7 |
"class_data_dir": "/content/data/3qrt",
|
8 |
+
"instance_prompt": "full Body Shot Of {a black handsome man Wearning ((nds 3qrt sleeve, round neck, thigh long, inv button flap)) (Fashion Shoot Style), (front to camera)}, Dynamic Posing, detailed African face, ((aspiring facial expression)), Black hair, ultra detailed photograph, cinematic lightning, artstation, 4k, sharp focus, high resolution, detailed skin, detailed eyes",
|
9 |
"class_prompt": "full Body Shot Of {a black handsome man Wearning ((3qrt sleeve, round neck, thigh long, inv button flap)) (Fashion Shoot Style), (front to camera)}, Dynamic Posing, detailed African face, ((aspiring facial expression)), Black hair, ultra detailed photograph, cinematic lightning, artstation, 4k, sharp focus, high resolution, detailed skin, detailed eyes",
|
10 |
"save_sample_prompt": null,
|
11 |
"save_sample_negative_prompt": null,
|
|
|
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": 4,
|
27 |
+
"max_train_steps": 800,
|
28 |
"gradient_accumulation_steps": 1,
|
29 |
"gradient_checkpointing": true,
|
30 |
"learning_rate": 5e-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,
|
|
|
50 |
"local_rank": -1,
|
51 |
"concepts_list": [
|
52 |
{
|
53 |
+
"instance_prompt": "full Body Shot Of {a black handsome man Wearning ((nds 3qrt sleeve, round neck, thigh long, inv button flap)) (Fashion Shoot Style), (front to camera)}, Dynamic Posing, detailed African face, ((aspiring facial expression)), Black hair, ultra detailed photograph, cinematic lightning, artstation, 4k, sharp focus, high resolution, detailed skin, detailed eyes",
|
54 |
"class_prompt": "full Body Shot Of {a black handsome man Wearning ((3qrt sleeve, round neck, thigh long, inv button flap)) (Fashion Shoot Style), (front to camera)}, Dynamic Posing, detailed African face, ((aspiring facial expression)), Black hair, ultra detailed photograph, cinematic lightning, artstation, 4k, sharp focus, high resolution, detailed skin, detailed eyes",
|
55 |
"instance_data_dir": "/content/data/zwx",
|
56 |
"class_data_dir": "/content/data/3qrt"
|
model.ckpt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:67cd1b16b142673b54990f20117ff6391a0deaa8b632034e7aae0afa8039f6dd
|
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:05e3f8f7081721b70420df1d00c3879fd464c170e632072aab6ebe0b222afb32
|
3 |
size 3438375973
|