kohya_ss icon indicating copy to clipboard operation
kohya_ss copied to clipboard

assert abs_path is not None, f"no image / 画像がありません: {image_key}"

Open BenDes21 opened this issue 9 months ago • 1 comments

Untitled

Hi trying again to use fine tuning process for creating my checkpoint, all paths in the settings has been correctly entered, meta_Cap.json / meta_lat.json correctly generated etc... really dont know where the error come from :( Thanks

BenDes21 avatar May 07 '24 05:05 BenDes21

Have you tried switching to us a dataset toml config file instead of the old folder based image finetuning? Load the test example and study how the dataset timl file work. Might be the key to make this work:

./test/config/finetune-AdamW-toml.json

it use this dataset toml config file:

./test/config/dataset-finetune.toml

Modify the config and toml dataset file to suit your needs

bmaltais avatar May 07 '24 11:05 bmaltais