dixipi9178 commited on
Commit
7410057
·
1 Parent(s): f45557c

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +36 -0
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "v2": false,
3
+ "v_parameterization": false,
4
+ "max_resolution": "768,768",
5
+ "learning_rate": "1.0",
6
+ "lr_scheduler": "constant",
7
+ "lr_warmup": "0",
8
+ "save_every_n_epochs": 1,
9
+ "seed": "31337",
10
+ "cache_latents": true,
11
+ "gradient_checkpointing": true,
12
+ "no_token_padding": false,
13
+ "save_model_as": "safetensors",
14
+ "shuffle_caption": true,
15
+ "text_encoder_lr": "1.0",
16
+ "unet_lr": "1.0",
17
+ "network_dim": 64,
18
+ "color_aug": false,
19
+ "flip_aug": false,
20
+ "gradient_accumulation_steps": 1.0,
21
+ "model_list": "custom",
22
+ "max_token_length": "150",
23
+ "max_data_loader_n_workers": "1",
24
+ "network_alpha": 1,
25
+ "persistent_data_loader_workers": true,
26
+ "random_crop": false,
27
+ "optimizer": "DAdaptation",
28
+ "optimizer_args": "--optimizer_args \"decouple=True\" \"weight_decay=0.01\" \"betas=0.9,0.99\"",
29
+ "noise_offset": "0.02",
30
+ "LoRA_type": "LyCORIS/LoCon",
31
+ "conv_dim": 32,
32
+ "conv_alpha": 1,
33
+ "sample_every_n_epochs": 1,
34
+ "sample_sampler": "euler_a",
35
+ "sample_prompts": "masterpiece, best quality, TRIGGERWORD, looking at viewer, simple background --n worst low quality --w 512 --h 712 --d 1 --l 7.5 --s 28",
36
+ }