인공지능/딥러닝

[ComfyUI] 설치 및 Manager 활용 가이드

왕현성 2024. 11. 22. 11:45
728x90

ComfyUI 설치

ComfyUI는 이미지 생성 워크플로우를 작성하고 실행할 수 있는 오픈소스 도구임. 이 도구를 사용하면 이미지 생성 모델과의 작업을 손쉽게 처리할 수 있음.

  1. 설치 파일 다운로드
    • ComfyUI는 아래 링크에서 다운로드 가능: ComfyUI 다운로드
    • 다운로드 후 압축을 해제하면 실행 가능한 환경이 준비됨.
  2. 기본 설치
    • ComfyUI 폴더를 로컬 디렉토리에 배치 후 run_nvidia_gpu.bat 파일을 실행.
  3. 구성 화면
    • 아래는 ComfyUI의 기본 인터페이스 예시로, 노드를 연결하여 이미지 생성 과정을 시각적으로 구성함.

ComfyUI-Manager 설치

ComfyUI-Manager는 ComfyUI의 작업 노드와 모델 파일 관리를 지원하는 커스텀 노드임. 효율적인 워크플로우 관리에 필수적임.

  1. custom_nodes 폴더로 이동
    • ComfyUI 설치 폴더에서 custom_nodes 디렉토리로 이동.
    •  
    • cd ComfyUI/custom_nodes
  2. Manager 설치
  3. 설치 완료
    • Manager 설치 후, 미설치된 노드와 필요한 모델 파일을 관리 가능.

 

GitHub - ltdrdata/ComfyUI-Manager: ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers manag

ComfyUI-Manager is an extension designed to enhance the usability of ComfyUI. It offers management functions to install, remove, disable, and enable various custom nodes of ComfyUI. Furthermore, th...

github.com