JT
JT
I don't think insightface has a Windows binary in the default pip package sources; You can use the builtin Python Packages menu and install insightface by pasting this link: ```https://github.com/Gourieff/Assets/raw/main/Insightface/insightface-0.7.3-cp310-cp310-win_amd64.whl```...
Hi, sorry about that, could you try deleting the `C:\Users\\AppData\Local\pip\cache` folder and then try the install again?
Sounds like a SD.Next problem? Have you tried setting the `HF_TOKEN` environment variable?
Yep that's the issue I made a couple weeks ago 😄 If you'd like to use the suggested "Tag" workaround from that reddit post, you can prefix your searches with...
It seems that the changes made in v6.9.0 do not support Python 3.10 anymore - I am not sure whether or not this was intentional; it doesn't seem to be,...
The Inference Defaults on the model details page is only saving when you actually click Download on a model from that page. If you want to edit the Inference Defaults...
Sorry, seems that `torch` updated to 2.9.1 and there isn't a corresponding pre-built wheel for that version yet. Will get an update out when it exists; in the meantime you...
Sorry just getting around to the PRs 😅 thanks for this, looks good! Just one suggestion, could you possibly hide the version description if it doesn't have one? e.g. ```xml...
This should be fixed for Stability Matrix users as of the latest release (v2.11.5). Some users may still need to remove the pydantic line from `requirements_versions.txt` one final time after...
An easier solution (while waiting on [the underlying issues](https://github.com/matplotlib/matplotlib/issues/28551) to be fixed) may be to go to `Settings > Environment Variables > Edit` and then add `PIP_ONLY_BINARY` with value `matplotlib`,...