Linaqruf / kohya-trainer

Adapted from https://note.com/kohya_ss/n/nbf7ce8d80f29 for easier cloning
Apache License 2.0
1.84k stars 302 forks source link

Finetuner meta_lat.json not found #194

Open Gvaroo opened 1 year ago

Gvaroo commented 1 year ago

After last update I have this error. ValueError: no metadata / メタデータファイルがありません: /content/LoRA/meta_lat.json

treksis commented 1 year ago

Same issue after the latest update.

image does not have tags / メタデータにタグがありません

image

I replaced into

/content/LoRA/meta_cap_dd.json

and it worked

image
Linaqruf commented 1 year ago

Hi, thanks for reporting the bug and I'm sorry for the problem. I already fixed the issue by wrote new metadata merger script.

No more complicated workflow from meta_cap.json to meta_cap_dd.json to meta_clean.json, from today, the cell will only generated meta_clean.json before preprocessed into meta_lat.json. please let me know if you face another problem, thanks!

image

Gvaroo commented 1 year ago

Thanks it works now!

treksis commented 1 year ago

thank you