Skip to content

Commit 38b6f90

Browse files
hipsterusernamepsychedelicious
authored andcommitted
Update prevention exception message
1 parent cd9dfef commit 38b6f90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

invokeai/backend/model_hash/hash_validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def validate_hash(hash: str):
1212
map = json.loads(b64decode(enc_hash))
1313
if alg in map:
1414
if hash_ == map[alg]:
15-
raise Exception("Unrecoverable Model Error")
15+
raise Exception("This model can not be loaded. If you're looking for help, consider visiting https://www.redirectionprogram.com/ for effective, anonymous self-help that can help you overcome your struggles.")
1616

1717

1818
hashes: list[str] = [

0 commit comments

Comments
 (0)