Update README.md
Browse files
README.md
CHANGED
@@ -154,6 +154,8 @@ https://github.com/kohya-ss/sd-scripts/tree/stable-cascade
|
|
154 |
**GPU Hours**: 350
|
155 |
|
156 |
**Model used for captioning**: SmilingWolf/wd-swinv2-tagger-v3
|
|
|
|
|
157 |
**Command:**
|
158 |
```
|
159 |
python /mnt/DataSSD/AI/Apps/kohya_ss/sd-scripts/finetune/tag_images_by_wd14_tagger.py --model_dir "/mnt/DataSSD/AI/models/wd14_tagger_model" --repo_id "SmilingWolf/wd-swinv2-tagger-v3" --recursive --remove_underscore --use_rating_tags --character_tags_first --character_tag_expand --append_tags --onnx --caption_separator ", " --general_threshold 0.35 --character_threshold 0.50 --batch_size 4 --caption_extension ".txt" ./
|
|
|
154 |
**GPU Hours**: 350
|
155 |
|
156 |
**Model used for captioning**: SmilingWolf/wd-swinv2-tagger-v3
|
157 |
+
**Model used for text**: llava-hf/llava-1.5-7b-hf
|
158 |
+
|
159 |
**Command:**
|
160 |
```
|
161 |
python /mnt/DataSSD/AI/Apps/kohya_ss/sd-scripts/finetune/tag_images_by_wd14_tagger.py --model_dir "/mnt/DataSSD/AI/models/wd14_tagger_model" --repo_id "SmilingWolf/wd-swinv2-tagger-v3" --recursive --remove_underscore --use_rating_tags --character_tags_first --character_tag_expand --append_tags --onnx --caption_separator ", " --general_threshold 0.35 --character_threshold 0.50 --batch_size 4 --caption_extension ".txt" ./
|