stable-diffusion-webui icon indicating copy to clipboard operation
stable-diffusion-webui copied to clipboard

Document minimum python version in readme

Open RubenGarcia opened this issue 1 year ago • 5 comments

Can you confirm what is the minimum version of python needed? Or maybe a list of known working / known non-working versions?

RubenGarcia avatar Oct 03 '22 08:10 RubenGarcia

It's in the Readme.md file on the root of the repo.

Install Python 3.10.6, checking "Add Python to PATH"

It's not minimum, it's you should probably use this version for now as I understand it.

AlphaJuliettOmega avatar Oct 03 '22 10:10 AlphaJuliettOmega

I've tested with 3.8, 3.9 and 3.10. 3.9 seems best as xformers works then ;)

nerdyrodent avatar Oct 03 '22 12:10 nerdyrodent

i'm using python 3.9.12 from miniconda and it works perfectly

junguler avatar Oct 03 '22 15:10 junguler

Running here 3.9 on both Linux (WSL2) and M1 mac, both are using conda but I consider redoing everything with venv, and no issues with them at all.

I believe I was reading in older issues that the minimum is 3.8 but recommended was something along the lines of 3.9 but I can't find it at the moment of writing

Kinsmir avatar Oct 03 '22 16:10 Kinsmir

3.10.6 worked on latest Windows 10 + Ryzen 5800

Dual boot installed Ubuntu 22 + Python 3.10.6 on AMD GPU (+libc workaround)

I have to run the full precision 32fp parameter + no Cuda check + --no-half for it to not freeze up the ROCM drivers.

@nerdyrodent

xformers works then ;)

What do you mean by this? (Did you hit an error that you resolved with a Python downgrade?)

AlphaJuliettOmega avatar Oct 03 '22 16:10 AlphaJuliettOmega