Merge pull request #196 from hakaserver/main

Update civitai_file_manage.py
pull/201/head
Tom 2024-02-10 04:25:53 +01:00 committed by GitHub
commit 47d5118fa9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ def save_model_info(install_path, file_name, sub_folder, sha256=None, preview_ht
save_api_info = getattr(opts, "save_api_info", False)
use_local = getattr(opts, "local_path_in_html", False)
save_to_custom = getattr(opts, "inf_files_in_imgs", False)
save_to_custom = getattr(opts, "save_to_custom", False)
if not api_response:
api_response = gl.json_data