카테고리 없음

윈도우에 스테이블 디퓨전 설치하기

AI아지트 2023. 4. 10. 19:02

이런 그림을 만들어 내기 위해 컴퓨터에 먼저 스테이블 디퓨전을 설치해야 한다.

 

Windows에서 자동 설치하는 순서 

1.Python 3.10.6을 설치하고 "Add Python to PATH"를 선택합니다.

 

Python Releases for Windows

The official home of the Python Programming Language

www.python.org

Add Python to PATH 체크 중요

 

2. git 을 설치합니다 .

 

Git - Downloading Package

Download for Windows Click here to download the latest (2.40.0) 32-bit version of Git for Windows. This is the most recent maintained build. It was released 27 days ago, on 2023-03-14. Other Git for Windows downloads Standalone Installer 32-bit Git for Win

git-scm.com

3. 도스창에서 밑에 명령을 실행하여 stable-diffusion-webui 리포지토리를 다운로드합니다 

   git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git.

 

 

4.webui-user.bat 을 Windows 탐색기에서 실행합니다 .

 

 

 

5. 아래와 같이 URL이 생성됨

 

6. 인터넷 브라우저를 통해에서 접속 ( 크롬 브라우저 주소창에 127:0.0.1:7860  를 입력) 

 

 

설치하면 이제 모델을 등록해야는데..이건 다음에...