p1atdev commited on
Commit
2318af1
1 Parent(s): 2fc8689

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md CHANGED
@@ -1,3 +1,57 @@
1
  ---
2
  license: other
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: other
3
  ---
4
+
5
+ # 東北ずん子
6
+
7
+ - zunko-wd-v1
8
+
9
+ ![image.jpg](https://s3.amazonaws.com/moonup/production/uploads/6305db1fcfbde33ef7d480ff/HxXBMs2-FG2OWiJIOTE7D.jpeg)
10
+
11
+ ```bash
12
+ masterpiece, best quality, exceptional, best aesthetic, 1girl, zunko, green school uniform, hairband, very long hair, cowboy shot, looking at viewer, white background,
13
+ Negative prompt: worst quality, low quality, bad aesthetic, oldest, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry
14
+ Steps: 18, Sampler: DPM++ 2M Karras, CFG scale: 7, Seed: 1267925586, Size: 512x768, Model hash: 4bf1855f4d, Model: wd-1-5-beta2-fp16, Clip skip: 2, AddNet Enabled: True, AddNet Module 1: LoRA, AddNet Model 1: zunko-test2-2-e10(6f99f6de4941), AddNet Weight A 1: 1, AddNet Weight B 1: 1
15
+ ```
16
+
17
+ トリガーワード: `zunko`
18
+
19
+ ヘアバンドが消える場合は `hairband` を指定してください。お好みで `school uniform` などを指定してください。色が緑じゃなかったら `green school uniform` のように緑にしてください。
20
+
21
+ <details>
22
+ <summary>
23
+ 学習の詳細
24
+ </summary>
25
+
26
+ 学習ベースモデル: wd-15-2.6-186k.safetensors (クローズド)
27
+
28
+ 学習素材: [公式](https://zunko.jp/con_illust.html#illust_07000) の画像とタグのセットそのまま
29
+
30
+ 学習時のパラメータなど:
31
+
32
+ ```bash
33
+ accelerate launch --num_cpu_threads_per_process 1 .\train_network.py --pretrained_model_name_or_path "wd-15-2.6-186k.safetensors" --output_dir "\zunko\test2\lora_2" --prior_loss_weight 1.0 --learning_rate 4e-5 --text_encoder_lr 4e-6 --max_train_epochs 10 --lr_scheduler cosine_with_restarts --lr_warmup_steps 60 --lr_scheduler_num_cycles 10 --optimizer_type Lion --xformers --mixed_precision fp16 --save_every_n_epochs 1 --max_token_length 225 --persistent_data_loader_workers --logging_dir "zunko\logs" --log_prefix "test2-2-" --v2 --v_parameterization --dataset_config "dataset.toml" --network_module networks.lora --network_dim 32 --network_alpha 1 --sample_every_n_epochs 1 --sample_prompts "sample.txt" --seed 2345
34
+ ```
35
+
36
+ dataset.toml:
37
+
38
+ ```bash
39
+ [general]
40
+ caption_dropout_rate = 0.01
41
+ caption_extension = '.txt'
42
+ caption_tag_dropout_rate = 0.1
43
+ enable_bucket = true
44
+ keep_tokens = 1
45
+ shuffle_caption = true
46
+
47
+ [[datasets]]
48
+ batch_size = 1
49
+ resolution = 512
50
+
51
+ [[datasets.subsets]]
52
+ image_dir = 'D:\Documents\Dataset\zunko\test2\train'
53
+ num_repeats = 10
54
+ ```
55
+
56
+ </details>
57
+