Editable Mesh
...
Installation Guide
Python Install
7 min
in order to run the stable diffusion web ui , you need to install python download the python installation file you will need to install python 3 10 6 the link below will take you to a page where you can download that version python 3 10 6 download page once you're on that webpage, scroll down and you'll find a section labeled " files " in bold none in the 'files' section, you'll find several versions of the python installation files listed, which you'll download by clicking on the 'windows installer (64 bit)' link install python 1 start the installation by running the downloaded python installation file 2 when the installation screen opens, make sure to check the ' add python 3 10 to path ' option none 3 follow the on screen instructions for the rest of the installation process none 4 once the installation is complete, click the ' disable path length limit ' button none verify the python installation we need to verify that the python installation completed successfully this is the same way we verified the git installation earlier, only this time we need to type ' python ' instead of ' git ' at the command prompt 1\ open an input window select the desired location on your desktop or file explorer and right click select 'open git bash here' from the drop down menu that appears alt text powershell shift+right click on the desktop or file explorer in a desired location select ' open powershell window here ' from the drop down menu 2 in the newly opened console or terminal window, type python version and press enter none 3 if you see the correct version information on the screen ' python 3 10 6 ', the installation of python has been successfully completed none