skdursh
skdursh
Do you have Python installed? You need to install Python w/Pip first. It's listed right there at the end of the error log "No module named pip". Pip is a...
This isn't a bug. Just disable the script.
I'm having the same issue. Tried to update torchvision to 11.6 with pip, but still not working.
Quick follow-up: I just figured out how to fix it. Go into the "venv" folder in your main directory, go to "Lib\site-packages", scroll down to the two folders that start...
I haven't personally noticed any changes in speed. Have you tried reverting to the commit you were on before to intentionally compare it to the current build to see if...
Couple possible issues as to why, check each one. 1. the .yaml must have the same name as the model. i.e. 768-v-ema.ckpt **needs** 768-v-ema.yaml and they **both** need to be...
I've never used colab so am unsure as to how it works, but do you have access to the commandline flags? What arguments are you using? Are you using the...
> > Quick follow-up: I just figured out how to fix it. Go into the "venv" folder in your main directory, go to "Lib\site-packages", scroll down to the two folders...
You **NEED** to be using Python v3.10.x (recommended is 3.10.6). Some dependencies break with all other major versions. Literally the first line: https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/Troubleshooting
This already DOES support SD-2.0. smfh The issue is something on your end. Most likely you're missing the .yaml or have a scuffed download of the model or of the...