mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 10:51:03 -08:00
fix: couldn't remove interrogate_tmp dir
This commit is contained in:
parent
22bcc7be42
commit
05d7a63bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ def download_default_clip_interrogate_categories(content_dir):
|
|||
errors.display(e, "downloading default CLIP interrogate categories")
|
||||
finally:
|
||||
if os.path.exists(tmpdir):
|
||||
os.remove(tmpdir)
|
||||
os.removedirs(tmpdir)
|
||||
|
||||
|
||||
class InterrogateModels:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue