Update model-downloader.py

pull/20/head
Iyashi 2023-06-22 21:55:28 +07:00 committed by GitHub
parent 4e0960371a
commit 2e9b31962f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ def folder(content_type):
downloadpath = lycoris_path
elif content_type == 'ControlNet Model':
downloadpath = controlnet_model_path
else:
downloadpath = 'Unset, Please Choose your Content Type'
return downloadpath
def get_filename_from_url(url):