Open yjunej opened 1 year ago
os.makedirs(deepdanbooru_projects_path, exist_ok=True) for path in os.scandir(deepdanbooru_projects_path):
This commit addresses the issue of a non-existent deepdanbooru_projects_path attribute in the shared.cmd_opts object.
same, fixed in my branch
This commit addresses the issue of a non-existent deepdanbooru_projects_path attribute in the shared.cmd_opts object.