Billy Cao
Billy Cao
Yes the extra url thing specifies which cuda version. The url ends with cu113 means you have torch with cuda 11.3. If you have cuda 11.8 on your pc, i...
pip uninstall xformers then pip install the newly built wheel again (you have to build yourself because the one provided by this repo is on torch 1.12.1 and it wont...
Yes, you should be getting ard 88MB .whl file. You do need to clear all cache files. Whether its in SD dir or not does not matter. As long as...
Sorry for being unclear, what I meant (and what I thought you meant) was that the cache files located in build/ folder in xformers folder must be cleared. Those are...
+1 Observed the same issue when using it, kind of pity because the main advantage with DPM solver is the low steps required for a good image. Just to add...
LOL i thought it was a feature and honestly felt it was very useful because whenever I remove an image I often want to replace it Nonetheless, it **should** not...
> > I have opened a PR to fix this: #4381 Meanwhile you can modify the files yourself following this https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/4381/files > > Nice, perhaps you can also add code...
Any info on the values of these for NovelAI leaked model?
Have you tried if https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/4283 fixes it for you? It is probably the same problem
The standard way is dataURLs, this is inline with the new gradio return format which also used to be base64 only but now dataURLs.