add settings
Browse files- LoraBasicSettings.json +53 -0
- image/{1.png β 125_Testman/1.png} +0 -0
- image/{1.txt β 125_Testman/1.txt} +0 -0
- image/{10.png β 125_Testman/10.png} +0 -0
- image/{10.txt β 125_Testman/10.txt} +0 -0
- image/{11.png β 125_Testman/11.png} +0 -0
- image/{11.txt β 125_Testman/11.txt} +0 -0
- image/{12.png β 125_Testman/12.png} +0 -0
- image/{12.txt β 125_Testman/12.txt} +0 -0
- image/{13.png β 125_Testman/13.png} +0 -0
- image/{13.txt β 125_Testman/13.txt} +0 -0
- image/{2.png β 125_Testman/2.png} +0 -0
- image/{2.txt β 125_Testman/2.txt} +0 -0
- image/{4.png β 125_Testman/4.png} +0 -0
- image/{4.txt β 125_Testman/4.txt} +0 -0
- image/{5.png β 125_Testman/5.png} +0 -0
- image/{5.txt β 125_Testman/5.txt} +0 -0
- image/{6.png β 125_Testman/6.png} +0 -0
- image/{6.txt β 125_Testman/6.txt} +0 -0
- image/{7.png β 125_Testman/7.png} +0 -0
- image/{7.txt β 125_Testman/7.txt} +0 -0
- image/{8.png β 125_Testman/8.png} +0 -0
- image/{8.txt β 125_Testman/8.txt} +0 -0
- image/{9.png β 125_Testman/9.png} +0 -0
- image/{9.txt β 125_Testman/9.txt} +0 -0
LoraBasicSettings.json
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"pretrained_model_name_or_path": "runwayml/stable-diffusion-v1-5",
|
| 3 |
+
"v2": false,
|
| 4 |
+
"v_parameterization": false,
|
| 5 |
+
"logging_dir": "C:/Users/ohmni/AI/SAMPLE IMAGES/ADAMS/LORA OUTPUT/log",
|
| 6 |
+
"train_data_dir": "C:/Users/ohmni/AI/SAMPLE IMAGES/ADAMS/LORA OUTPUT/img",
|
| 7 |
+
"reg_data_dir": "",
|
| 8 |
+
"output_dir": "C:/Users/ohmni/AI/SAMPLE IMAGES/ADAMS/LORA OUTPUT/model",
|
| 9 |
+
"max_resolution": "512,512",
|
| 10 |
+
"learning_rate": "0.0001",
|
| 11 |
+
"lr_scheduler": "constant",
|
| 12 |
+
"lr_warmup": "0",
|
| 13 |
+
"train_batch_size": 2,
|
| 14 |
+
"epoch": "1",
|
| 15 |
+
"save_every_n_epochs": "1",
|
| 16 |
+
"mixed_precision": "bf16",
|
| 17 |
+
"save_precision": "bf16",
|
| 18 |
+
"seed": "1234",
|
| 19 |
+
"num_cpu_threads_per_process": 2,
|
| 20 |
+
"cache_latents": true,
|
| 21 |
+
"caption_extension": ".txt",
|
| 22 |
+
"enable_bucket": false,
|
| 23 |
+
"gradient_checkpointing": false,
|
| 24 |
+
"full_fp16": false,
|
| 25 |
+
"no_token_padding": false,
|
| 26 |
+
"stop_text_encoder_training": 0,
|
| 27 |
+
"use_8bit_adam": true,
|
| 28 |
+
"xformers": true,
|
| 29 |
+
"save_model_as": "safetensors",
|
| 30 |
+
"shuffle_caption": false,
|
| 31 |
+
"save_state": false,
|
| 32 |
+
"resume": "",
|
| 33 |
+
"prior_loss_weight": 1.0,
|
| 34 |
+
"text_encoder_lr": "5e-5",
|
| 35 |
+
"unet_lr": "0.0001",
|
| 36 |
+
"network_dim": 128,
|
| 37 |
+
"lora_network_weights": "",
|
| 38 |
+
"color_aug": false,
|
| 39 |
+
"flip_aug": false,
|
| 40 |
+
"clip_skip": 2,
|
| 41 |
+
"gradient_accumulation_steps": 1.0,
|
| 42 |
+
"mem_eff_attn": false,
|
| 43 |
+
"output_name": "Addams",
|
| 44 |
+
"model_list": "runwayml/stable-diffusion-v1-5",
|
| 45 |
+
"max_token_length": "75",
|
| 46 |
+
"max_train_epochs": "",
|
| 47 |
+
"max_data_loader_n_workers": "1",
|
| 48 |
+
"network_alpha": 128,
|
| 49 |
+
"training_comment": "",
|
| 50 |
+
"keep_tokens": "0",
|
| 51 |
+
"lr_scheduler_num_cycles": "",
|
| 52 |
+
"lr_scheduler_power": ""
|
| 53 |
+
}
|
image/{1.png β 125_Testman/1.png}
RENAMED
|
File without changes
|
image/{1.txt β 125_Testman/1.txt}
RENAMED
|
File without changes
|
image/{10.png β 125_Testman/10.png}
RENAMED
|
File without changes
|
image/{10.txt β 125_Testman/10.txt}
RENAMED
|
File without changes
|
image/{11.png β 125_Testman/11.png}
RENAMED
|
File without changes
|
image/{11.txt β 125_Testman/11.txt}
RENAMED
|
File without changes
|
image/{12.png β 125_Testman/12.png}
RENAMED
|
File without changes
|
image/{12.txt β 125_Testman/12.txt}
RENAMED
|
File without changes
|
image/{13.png β 125_Testman/13.png}
RENAMED
|
File without changes
|
image/{13.txt β 125_Testman/13.txt}
RENAMED
|
File without changes
|
image/{2.png β 125_Testman/2.png}
RENAMED
|
File without changes
|
image/{2.txt β 125_Testman/2.txt}
RENAMED
|
File without changes
|
image/{4.png β 125_Testman/4.png}
RENAMED
|
File without changes
|
image/{4.txt β 125_Testman/4.txt}
RENAMED
|
File without changes
|
image/{5.png β 125_Testman/5.png}
RENAMED
|
File without changes
|
image/{5.txt β 125_Testman/5.txt}
RENAMED
|
File without changes
|
image/{6.png β 125_Testman/6.png}
RENAMED
|
File without changes
|
image/{6.txt β 125_Testman/6.txt}
RENAMED
|
File without changes
|
image/{7.png β 125_Testman/7.png}
RENAMED
|
File without changes
|
image/{7.txt β 125_Testman/7.txt}
RENAMED
|
File without changes
|
image/{8.png β 125_Testman/8.png}
RENAMED
|
File without changes
|
image/{8.txt β 125_Testman/8.txt}
RENAMED
|
File without changes
|
image/{9.png β 125_Testman/9.png}
RENAMED
|
File without changes
|
image/{9.txt β 125_Testman/9.txt}
RENAMED
|
File without changes
|