AI study/ToonCrafter 애니메이션 제작
ToonCrafter 애니메이션 제작 - 1) Comfy ui 설치 (야매)
salzzak
2024. 6. 9. 15:15
728x90
Comfy UI 설치
https://github.com/comfyanonymous/ComfyUI?tab=readme-ov-file#installing
위 순서대로 진행 예정
1. pytorch nightly 설치
터미널 > 아래 명령어 실행
pip3 install --pre torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/nightly/cpu
2. comfyui 설치
vs code - git graph - 리포지토리 복제 - GitHub에서 복제 > Comfy 검색 > 해당 레파지토리 복제
3. ComfyUI dependencies 설치
터미널 > pip install -r requirements.txt
4. ComfyUI 실행
터미널 > python3 main.py
5. 크롬 브라우저 > 127.0.0.1:8188 로 접속
conda 를 사용하지 않고 야매로 진행했습니다. 참고 부탁드려용...