Closed MarcoFederici1999 closed 1 month ago
disable upscale option
disable upscale option
The upscaler was and is disabled, yet Applio tries to interact with it nonetheless.
Additional Information I'm using the latest version of Python (3.12.6).
Yeah.. about that. Use 3.10
Additional Information I'm using the latest version of Python (3.12.6).
Yeah.. about that. Use 3.10
I switched to 3.10 as you suggested but I still get the error.
could you try with the compiled version?
Since the error happens from the simple import (regardless whether upscale is used or not), the likely issue is an actually damaged model config.
Try looking for "models--roberta-base" folder under C:\users\xxxx\.cache\huggingface\hub and deleting it.
Since the error happens from the simple import (regardless whether upscale is used or not), the likely issue is an actually damaged model config.
Try looking for "models--roberta-base" folder under C:\users\xxxx.cache\huggingface\hub and deleting it.
Yes, apparently this was the issue, I'm not really sure what caused it to be damaged though.
Project Version
3.2.6
Platform and OS Version
Windows 11 23H2
Affected Devices
All
Existing Issues
39
What happened?
Applio returned the error below.
Steps to reproduce
Expected behavior
The completion of the inference process.
Attachments
Additional Information