AlekseyCalvin
commited on
Commit
•
eaacf7d
1
Parent(s):
5e4cd43
Upload 3 files
Browse files- args.json +59 -0
- model_index.json +25 -0
- token_identifier.txt +1 -0
args.json
ADDED
@@ -0,0 +1,59 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"pretrained_model_name_or_path": "runwayml/stable-diffusion-v1-5",
|
3 |
+
"pretrained_vae_name_or_path": "stabilityai/sd-vae-ft-mse",
|
4 |
+
"revision": "fp16",
|
5 |
+
"tokenizer_name": null,
|
6 |
+
"instance_data_dir": "cog_instance_data",
|
7 |
+
"class_data_dir": "cog_class_data",
|
8 |
+
"instance_prompt": "a photo of trp person",
|
9 |
+
"class_prompt": "a photo of a trans person",
|
10 |
+
"save_sample_prompt": "a photo of trp person, trans, queer, sexy, putin, vladimir putin, trp putin, clown, transgender, gigolo, UHD, HD, 8k, museum-quality, matte, award-winning",
|
11 |
+
"save_sample_negative_prompt": "wrong, unrealistic anatomy, duplicate, Deformed, masculine, ",
|
12 |
+
"n_save_sample": 4,
|
13 |
+
"save_guidance_scale": 10.0,
|
14 |
+
"save_infer_steps": 70,
|
15 |
+
"pad_tokens": true,
|
16 |
+
"with_prior_preservation": true,
|
17 |
+
"prior_loss_weight": 1.0,
|
18 |
+
"num_class_images": 119,
|
19 |
+
"seed": 4312,
|
20 |
+
"resolution": 512,
|
21 |
+
"center_crop": false,
|
22 |
+
"train_text_encoder": true,
|
23 |
+
"train_batch_size": 1,
|
24 |
+
"sample_batch_size": 4,
|
25 |
+
"num_train_epochs": 33,
|
26 |
+
"max_train_steps": 3900,
|
27 |
+
"gradient_accumulation_steps": 1,
|
28 |
+
"gradient_checkpointing": true,
|
29 |
+
"learning_rate": 1e-06,
|
30 |
+
"scale_lr": false,
|
31 |
+
"lr_scheduler": "constant",
|
32 |
+
"lr_warmup_steps": 0,
|
33 |
+
"use_8bit_adam": true,
|
34 |
+
"adam_beta1": 0.9,
|
35 |
+
"adam_beta2": 0.999,
|
36 |
+
"adam_weight_decay": 0.01,
|
37 |
+
"adam_epsilon": 1e-08,
|
38 |
+
"max_grad_norm": 1.0,
|
39 |
+
"push_to_hub": false,
|
40 |
+
"hub_token": null,
|
41 |
+
"hub_model_id": null,
|
42 |
+
"save_interval": 10000,
|
43 |
+
"save_min_steps": 0,
|
44 |
+
"mixed_precision": "fp16",
|
45 |
+
"not_cache_latents": false,
|
46 |
+
"local_rank": -1,
|
47 |
+
"output_dir": "checkpoints",
|
48 |
+
"concepts_list": [
|
49 |
+
{
|
50 |
+
"instance_prompt": "a photo of trp person",
|
51 |
+
"class_prompt": "a photo of a trans person",
|
52 |
+
"instance_data_dir": "cog_instance_data",
|
53 |
+
"class_data_dir": "cog_class_data"
|
54 |
+
}
|
55 |
+
],
|
56 |
+
"logging_dir": "logs",
|
57 |
+
"log_interval": 10,
|
58 |
+
"hflip": false
|
59 |
+
}
|
model_index.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "StableDiffusionPipeline",
|
3 |
+
"_diffusers_version": "0.9.0",
|
4 |
+
"requires_safety_checker": false,
|
5 |
+
"scheduler": [
|
6 |
+
"diffusers",
|
7 |
+
"DDIMScheduler"
|
8 |
+
],
|
9 |
+
"text_encoder": [
|
10 |
+
"transformers",
|
11 |
+
"CLIPTextModel"
|
12 |
+
],
|
13 |
+
"tokenizer": [
|
14 |
+
"transformers",
|
15 |
+
"CLIPTokenizer"
|
16 |
+
],
|
17 |
+
"unet": [
|
18 |
+
"diffusers",
|
19 |
+
"UNet2DConditionModel"
|
20 |
+
],
|
21 |
+
"vae": [
|
22 |
+
"diffusers",
|
23 |
+
"AutoencoderKL"
|
24 |
+
]
|
25 |
+
}
|
token_identifier.txt
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
tnp
|