So So 한 Tistory

엡신스 이용방법 본문

카테고리 없음

엡신스 이용방법

황금이 아빠 2023. 7. 25. 19:44

1. 엡신스 다운로드 -  https://github.com/s9roll7/ebsynth_utility

 

GitHub - s9roll7/ebsynth_utility: AUTOMATIC1111 UI extension for creating videos using img2img and ebsynth.

AUTOMATIC1111 UI extension for creating videos using img2img and ebsynth. - GitHub - s9roll7/ebsynth_utility: AUTOMATIC1111 UI extension for creating videos using img2img and ebsynth.

github.com

 

2. opencv-python 설치 (최초 한번만하면 되요)

pip install opencv-python

 

3. 키프레임 만들기 (stage2)

python run_stage2.py input.mp4 ./input ./video_key 10 300 8.5 7

 

4. Ebsynth 프로젝트 만들기 (stage5)

python run_stage5.py ./input ./key out-

5. 부드럽게 영상 이어붙이기 (stage7)

python run_stage7.py input.mp4 out-
Comments