POST VIEW

0 / view. 368 / date. 2023-02-13
Recently, anyone can easily create high-quality pictures using AI tools. There are paid AIs such as OPEN AI or Novel AI, but there are free disclosures of models that have been learned, such as Stable Diffusion, and there are sites where several users release their own models. No matter how advanced AI is, it cannot be the same as a picture of a person's emotions, but hope has also arisen for those who were not good at painting. Because of these improvements, I think it's a great world.
Stable Diffusion Web UI
Stable Diffusion Web UI https://github.com/AUTOMATIC1111/stable-diffusion-webui
Download the module here and
Use the procedure below to install Python and git, download at least one of the models, copy it to
Other reference sites
Model sharing site
https://huggingface.co/models?library=diffusers
Prompt Reference Site
https://lexica.art/
Stable Diffusion Web UI
Stable Diffusion Web UI https://github.com/AUTOMATIC1111/stable-diffusion-webui
Download the module here and
Use the procedure below to install Python and git, download at least one of the models, copy it to
models/Stable-diffusion
directory br />
webui-user.After you run bat, you can run http://127.0.0.1:7860 in your browser.
- Install Python 3.10.6, checking "Add Python to PATH"
- Install git.
- Download the stable-diffusion-webui repository, for example by running
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
. - Place stable diffusion checkpoint (
model.ckpt
) in themodels/Stable-diffusion
directory (see dependencies for where to get it). - Run
webui-user.bat
from Windows Explorer as normal, non-administrator, user.
Other reference sites
Model sharing site
https://huggingface.co/models?library=diffusers
Prompt Reference Site
https://lexica.art/