Just a friendly announcement for those like me who updated today to find a broken python environment (Linux + AMD). Just delete the venv and have the webui script gen a new venv.
The AMD workaround still applies and is the same it's always been. When it complains about not finding the GPU, activate the venv separately from the webui script and install this:
pip3 install --upgrade torch torchvision torchaudio --index-url
https://download.pytorch.org/whl/rocm5.2Have a nice day.