LykosAI / StabilityMatrix

Multi-Platform Package Manager for Stable Diffusion
https://lykos.ai
GNU Affero General Public License v3.0
4.81k stars 309 forks source link

Procedural entry point could not be located in the dynamic library #963

Open evanerichards opened 1 month ago

evanerichards commented 1 month ago

I thought I had fixed this problem. I guess I thought that I had personally and purposely installed pytorch 2.5 and just forgotten. But it seems that comfyUI or Stability Matrix is doing this automatically, because after today's comfyUI update that problem is back.

Originally posted by @evanerichards in https://github.com/LykosAI/StabilityMatrix/issues/958#issuecomment-2427056619

mohnjiles commented 1 month ago

Yes, we follow ComfyUI's recommendation of installing the latest PyTorch version. It typically results in faster generations. If you need to use xformers you should be able to upgrade to 0.0.28.post2 for Torch 2.5.0 support.

If you want to stop us from upgrading torch on Comfy updates, you can use the Python Dependencies Override in the 3-dots menu like so: image image

evanerichards commented 1 month ago

Oh man. This reply is exactly what I was looking for. Thank you!!