Add files via upload

This commit is contained in:
Anjok07 2023-09-25 18:14:03 -05:00 committed by GitHub
parent da67be0bda
commit 05f096bc8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
UVR.py
View File

@ -727,7 +727,7 @@ class ModelData():
table_entry = {self.model_path: self.model_hash}
model_hash_table.update(table_entry)
print(self.model_name," - ", self.model_hash)
#print(self.model_name," - ", self.model_hash)
class Ensembler():
def __init__(self, is_manual_ensemble=False):