sliftist

Results 5 comments of sliftist

@thot-experiment seems to have found the issue. Something to do with live previews is causing SD to infinitely loop (100% gpu usage, never finishes). It also only seems to happens...

I think I have you beat, synergy spawned 339424 zombie processes on my machine: ```C:\Users\quent\Dropbox\repos_external\blogstuff\FindZombieHandles\prebuilt>FindZombieHandles.exe 341592 total zombie processes. 339424 zombies held by synergyd.exe(4076) 169712 zombies of syntool.exe 169712 zombies...

Just ran into this. Looks like you need to: 1. `pip install onnxruntime-training` 2. Create the session with `onnxruntime.TrainingSession`, as in `session = onnxruntime.TrainingSession(path, sess_options, providers=["CPUExecutionProvider"])`.

I've been grappling with the same issue for the past few days, and while I don't have a solution, I made some progress on identifying the issue. I believe the...

Also of note, quantizing the vit-h model gives pretty much the same mask result: ![image](https://github.com/facebookresearch/segment-anything/assets/52947011/2f543633-9616-452c-901e-fea34ca45af5)