Posted September 24, 2023 by Misterm
#Stable diffusion #guide
MR Visual TaleForge needs Stable Diffusion installed locally to work.
You need to install some components to accomplish this :
Python 3.10.6 => This is used to compile the code of Stable Diffusion that is written in Python language. You can download from the python website https://www.python.org/downloads/
Git => This is used to clone the code of stable diffusione and update it in the future. You can download from https://git-scm.com/downloads
On https://github.com/AUTOMATIC1111/stable-diffusion-webui.git the is the code of Stable Diffusion.. We will take this code using GIT.
On Hugging Face https://huggingface.co/ or https://civitai.com/ you can find: Checkpoints => These are file of 2GB or more that contains the model to generate the images. Some are for generating realistic picture, other to generate cartoons, manga, etc. Lora => These are additional files that you can use together with a checkpoint and you need to specify a specific code to use them, some lora are used with a specific checkpoint.
Also is recommended to have an GitHub Account , Hugging face account and civitai account. There are all free.
Installation :
Installing Python (Set the Window Path). You can find many information about this.
Install GIT .
Now you can run GIT CMD, which is a windows command prompt Write some instruction to set the folder where to install Stable Diffusion Select the disk (C: is the default, if you have another disk just write the letter , Example Q: ad enter) Go to the root and write
cd\
and press Enter Create the Stable Diffusion folder
mkdir StableDiffusion
and press enter Enter in the folder
cd StableDiffusion
and press enter Clone the Stable Diffusion code, writh this line
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
and press enter This will download part of the code, you will have a new folder Enter in the folder with
cd stable-diffusion-webui
and press enter
(Leave this windows open)
4) Depending on the disk you will have a folder like this:
C:\StableDiffusion\stable-diffusion-webui\models\Stable-diffusion
(Optional)
Inside this folder you can add as many Checkpoint you want.
You can download this file https://huggingface.co/runwayml/stable-diffusion-v1-5/resolve/main/v1-5-pruned-emaonly.ckpt , it is 6GB and put insede that folder with windows Explorer.
If you don’t put this file it will automatically download the model file in the next step.
webui-user.bat
and press enter
The first time you run it it will take long because it will install all the components.
At the end of the process you will see that Stable Diffusion is running when opens a Browser windows on http://127.0.0.1:7860