-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to test newer model additions since last release (May 17)? #304
Comments
Just released a new version. Sorry that took so long |
I was able to install last pipx install spandrel --include-deps But chaiNNer still can't open those models, what I'm doing wrong? |
chaiNNer needs to be properly updated to correctly use the next spandrel version. I do not have an ETA on that, sorry. |
I have success using Other projects that use spandrel, which one is easier? (to do just upscales):
|
I have not fully tested the low light models with dgenerate but a quick test of RetinexFormer seems to "work"
Unfortunately I do not have access to any AMD hardware to build and test around. So I do not have my package setup to handle installing the ROCm torch backend, and possibly you would not be able to install it due to dependency issues. I would like to figure that out by the next release since it is mostly a packaging / dependency issue which might require some janky trickery in |
I did install dgenerate with this:
Takes A Lot of Storage Space! (like 6GB), if you install this besides comfyUI and ChaiNNer, all of them install cuda+torch in each venv (like 20GB!), there's a way to just share same venv 4 all? I don't know how to do that with Was able to use it with only cpu with this shell script:
But didn't work with ncnn models and GPU (AMD), just did the upscale of 1/8 of the image and finish with and incomplete image, I did use this shell script:
|
I wouldn’t expect ncnn to work on anything except nvidia with I am working on making the package install with you may be able to install it this way from the branch: https://github.com/Teriks/dgenerate/tree/sd3_inpaint i.e: that would probably support generation with spandrels models on AMD (big maybe), torch still refers to the device as “cuda” with this backend for compatibility. unfortunately you should not try to install any of these software packages into the same environment, they have very specific dependencies and that is why they isolate the environment. they are very likely to break each other if you install them globally or side by side in a venv. |
How to test newer model additions since last release (May 17)?
If I use pipx like this:
pipx install spandrel
, only get last release v0.3.4 (from May 17).New additions:
Low Light Models (only ones supported by Spandrel):
Newwer Upscaler:
The text was updated successfully, but these errors were encountered: