ちなtagger WD14 moat tagger v2 1girl, solo, kicking, japanese clothes, sketch, miko, skirt, high kick, hakama, smile, open mouth, hakama skirt, tabi, red hakama, socks
wd-EVA02-Large-v3 1girl, japanese clothes, solo, miko, red hakama, hakama, skirt, sketch, tabi, hakama skirt, kicking, socks, open mouth, white background, standing, smile, black hair, high kick, simple background, kimono, standing on one leg, wide sleeves, long sleeves, full body, :d, pantyshot, panties, underwear
>>90 Fine Tuning はやったことないんやが caption は dataset tag editor にあるやで Main タブ の 左上の方 Save all changes の下 Use kohya-sss finetuning metadata json にチェックや Save metadata as caption のチェックはいるんかいらんのかはワカラン... https://files.catbox.moe/qtadwr.webp
aria2 will resume download if the transfer is restarted. If there are any errors, then see the log file. See -l option in help/man page for details. Press any key to continue . . .
C:\Program Files\Microsoft Visual Studio\2022\Community>cl Microsoft(R) C/C++ Optimizing Compiler Version 19.43.34809 for x86 Copyright (C) Microsoft Corporation. All rights reserved. =========================
from ultralytics import YOLO # モデルを読み込む model = YOLO(models/modeldayo.pt) # モデルパスを指定 # クラス名を取得して表示 class_names = model.names print(対応しているラベル:) for idx, name in class_names.items(): print(f{idx}: {name})