kohya_ss
kohya_ss copied to clipboard
ValueError: no metadata / メタデータファイルがありません: /meta_cap.json
i have the file in root, but it cant found, how can i fix the problem?
Not too sure what cause this... Until I can reproduce the issue it is hard to fix... Can you share your json config file that cause this issue?
I was getting this while trying to finetune. The issue was that by default the meta_cap.json file generated is saved to the root directory, and the scripts don't seem to be looking for it there so it errors. I fixed it by specifying a path in "Train config directory (Optional. where config files will be saved)".
Confirmed - this fixed the issue.
Confirmed - as well
i had fixed it ,i cant found whats problem with json file ,but i change the loading code,then it work