1. Python 3.10.6 설치
https://www.python.org/downloads/release/python-3106/
2. Git 설치
3. Stable diffusion webui 설치
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui
4. 모델 다운로드
https://huggingface.co/WarriorMama777/OrangeMixs
모델을 다운 받아서, \stable-diffusion-webui\models\Stable-diffusion 에 넣어 준다.
확장자가 .safetensors 인 것을 받는 걸 추천 한다.
5. 실행
webui-user.bat 를 수행한다. (첫 실행시 이것 저것 설치한다고 시간이 걸린다.)
6. http://127.0.0.1:7860/ 로 웹 브라우저로 접속 하면 된다.
'Coding > Python 삽질기' 카테고리의 다른 글
HTTP Protocol (0) | 2023.08.18 |
---|---|
[Python] PyTorch 설치 (0) | 2023.04.05 |
[ChatGPT에게 묻다] python으로 Simple Stack VM 만들기 (3) (0) | 2023.03.17 |