Closed Oricul closed 1 year ago
Same issue, I attempted adding the missing modules to the app folder, which I kept doing step by step as new missing module errors appeared, until I hit the following:
Error: No module named '_overlapped'
It seems like there are missing dependencies that need to be bundled with the release for Windows.
Windows 10 Pro 22H2, Build 19045.2251 Python 3.10.6 (64-bit)
Ah, looks like this targets python 3.7, as per the conda.yaml.
The following works for me:
After this, I was able to successfully convert a ckpt to st, still need to test the result.
Results seem fine testing with Anything v3 pruned fp16.
Thank you, Yes i was aware of that. i just had some issues compiling pytorch_lightning with pyinstaller on other project. But its working fine now. i will requirements file.
Current Behavior:
Converting Anything-V3.0-pruned.ckpt, or CandyMissionBerryF222-hassan.ckpt, to safetensors fails with the below error:
Expected Behavior:
Ckpt should be converted to safetensors.
Steps To Reproduce:
Environment:
Anything else:
https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/4930#issue-1457942551