-
Notifications
You must be signed in to change notification settings - Fork 286
Description
The crash report is under the line...
It used to work perfectly when i used Windows 10, and it can only work on CPU now
This may be related to upgrading my computer to win11.
Started Yanderify 4.0.3-stable
Disclaimer: CPU mode on low-end computers or most laptops generally will cause the system to lock-up.
We are not liable if you freeze your PC by refusing to listen to this advice.
Written by dunnousername#8672.
heavily inspired by windy's efforts
New video input path: C:/Users/hongj/Desktop/damedane.mp4
New image input path: C:/Users/hongj/Desktop/hashimoto-chie.jpg
New video output path: C:/Users/hongj/Desktop/1.mp4
starting...
Reloading checkpoints...
This section contains the details the devs need to fix this issue.
If you are reporting a bug, please include this entire section.
If you leave out any of it, there is a good chance the devs will not be able to help.
Error: received a UnicodeDecodeError at stage "predict".
Message: "'utf-8' codec can't decode byte 0xd0 in position 23: invalid continuation byte"
Full traceback:
File "yanderify.py", line 206, in worker_thread
File "yanderify.py", line 55, in reload
File "demo.py", line 32, in load_checkpoints
File "torch\nn\modules\module.py", line 260, in cuda
return self._apply(lambda t: t.cuda(device))
File "torch\nn\modules\module.py", line 187, in _apply
module._apply(fn)
File "torch\nn\modules\module.py", line 187, in _apply
module._apply(fn)
File "torch\nn\modules\module.py", line 187, in _apply
module._apply(fn)
[Previous line repeated 3 more times]
File "torch\nn\modules\module.py", line 193, in _apply
param.data = fn(param.data)
File "torch\nn\modules\module.py", line 260, in
return self._apply(lambda t: t.cuda(device))
File "torch\cuda_init_.py", line 163, in _lazy_init
_cudart = _load_cudart()
File "torch\cuda_init_.py", line 60, in _load_cudart
lib = find_cuda_windows_lib()
File "torch\cuda_init_.py", line 33, in find_cuda_windows_lib
out = out.decode().strip()