d8ahazard / sd_smartprocess

Smart Pre-processing extension for Stable Diffusion
191 stars 19 forks source link

AttributeError: module 'modules.deepbooru' has no attribute 'release_process' ver.2d48ebe #3

Closed leoftm closed 1 year ago

leoftm commented 1 year ago

When I set "Append DeepDanbooru to Caption" I get the following error

load checkpoint from https://storage.googleapis.com/sfr-vision-language-research/BLIP/models/model_base_caption_capfilt_large.pth Error completing request AttributeError: module 'modules.deepbooru' has no attribute 'create_deepbooru_opts' During handling of the above exception, another exception occurred: AttributeError: module 'modules.deepbooru' has no attribute 'release_process'

Is it because I am failing to get "https://storage.googleapis.com/sfr-vision-language-research/BLIP/models/model_base_caption_capfilt_large.pth"?

leppie commented 1 year ago

Is it because I am failing to get "https://storage.googleapis.com/sfr-vision-language-research/BLIP/models/model_base_caption_capfilt_large.pth"?

Dont think so, I got the error too and have been meaning to report the issue.

knoopx commented 1 year ago

deepbooru broke recently due to sd webui changes (now using TorchDeepDanbooru). I have some WIP branch I'm currently testing, will send a PR later.

knoopx commented 1 year ago

fixed here https://github.com/d8ahazard/sd_smartprocess/pull/4