본문 바로가기
IT/AI

ComfyUI 설치

by sundancekidd 2024. 8. 28.

목차

    이미지 생성 AI UI도구

    이미지 생성 AI(Stable Diffusion, Flux 등)를 편하게 사용하기 위한 UI 도구들이 있습니다.

    각각 찾아보면 많은 설명들이 있습니다. 저는 ComfyUI로 선택했습니다.

     

    사전설치 - git, python

    포터블용 ComfyUI를 사용하려는데 Git과 Python은 당장은 필요 없지만, 이 후 발생할 수 있는 커스텀노드들 다운받아 사용할때 오류 수정에 필요할 수 있어 미리 설치합니다.

    Git 설치

    https://git-scm.com/download/win

     

    Git - Downloading Package

    Download for Windows Click here to download the latest (2.46.0) 32-bit version of Git for Windows. This is the most recent maintained build. It was released 30 days ago, on 2024-07-29. Other Git for Windows downloads Standalone Installer 32-bit Git for Win

    git-scm.com

    Only show new options 체크

     

    Python 설치

    https://www.python.org/downloads/release/python-3106/

     

    Python Release Python 3.10.6

    The official home of the Python Programming Language

    www.python.org

    최신 버전이 아닌, 3.10.6 버전을 설치합니다. 

     

    python version

    화면아래 Files에서 자신에게 맞는 버전을 골라서 설치합니다.

    python install
    PATH를 연결하는 옵션을 체크 후 Install Now

     

    ComfyUI 설치

    ComfyUI 다운로드

    https://github.com/comfyanonymous/ComfyUI

     

    GitHub - comfyanonymous/ComfyUI: The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface

    The most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface. - comfyanonymous/ComfyUI

    github.com

    ① 위 링크로 가서 화면 아래고 쭉 내려가면, Installing - Windows - Direct link to download가 있습니다.

    ComfyUI download

    ② 빨간색 부분의 링크를 클릭하면 [ComfyUI_windows_portable_nvidia.7z]로 이름된 1.5GB 의 파일을 받습니다.

    ③ 원하는 곳에 압축을 풀고, [run_nvidia_gpu.bat] 파일을 실행합니다.

    run ComfyUI
    ComfyUI
    실행한 모습

    ※ 실행전, README_VERY_IMPORTANT.txt 파일을 미리 읽어보시면 이해에 도움이 됩니다.