pull/245/head V3.5.0
BlafKing 2024-03-17 05:04:32 +01:00
parent b56d738d29
commit c6f41adac0
No known key found for this signature in database
GPG Key ID: BFD6B0BCA6280F8B
1 changed files with 2 additions and 0 deletions

View File

@ -104,6 +104,8 @@ def create_model_item(dl_url, model_filename, install_path, model_name, version_
model_id = int(model_id)
if model_sha256:
model_sha256 = model_sha256.upper()
if model_sha256 == "UNKNOWN":
model_sha256 = None
filtered_items = []