Comment on Speedup from switch to +=Comments−eru4yI wonder what version of Python they were using?I'm wondering, because recent version have improved performance a lot. 3.11 is much faster than 3.10, and what's in 3.12 is already much faster than 3.11.−eminence324yThe upstream Stable Diffusion uses python 3.8:https://github.com/CompVis/stable-diffusion/blob/69ae4b35e0a...−eru4yThanks.
Comments
I wonder what version of Python they were using?
I'm wondering, because recent version have improved performance a lot. 3.11 is much faster than 3.10, and what's in 3.12 is already much faster than 3.11.
The upstream Stable Diffusion uses python 3.8:
https://github.com/CompVis/stable-diffusion/blob/69ae4b35e0a...
Thanks.