toriato / stable-diffusion-webui-wd14-tagger

Labeling extension for Automatic1111's Web UI
1.34k stars 235 forks source link

deepdanbooru projects path error handling #87

Open yjunej opened 1 year ago

yjunej commented 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.

picobyte commented 1 year ago

same, fixed in my branch