Comfy UI _ AI_ LTXVideo / Hunyuan Video Model
목표 : 높은 퀄리티의 img to video 무료로 생성하기.
runway gen3 turbo 퀄리티가 미쳤다. 하지만. 한달에 100만원 어떻게 결제하는데..
무료로해보자.
- LTX
https://github.com/Lightricks/ComfyUI...
- Hunyuan video
https://comfyanonymous.github.io/Comf...
0. Comfy UI 설치
https://ing-min.tistory.com/276
Mac _ intel _ 2019 _ Comfy UI_ 간단 설치
이렇게 간단해졌네..https://comfyui-wiki.com/ko/install/install-comfyui/install-comfyui-on-mac 맥에 ComfyUI 설치하기 | ComfyUI Wiki 매뉴얼이 가이드는 Mac 시스템에 ComfyUI를 설치하는 단계별 가이드를 제공합니다.comf
ing-min.tistory.com
가상환경 만들어서해도됨.
conda create -n comfyui-ltxvideo python=3.12
conda activate comfyui-ltxvideo
1. LTX 설치
https://github.com/Lightricks/ComfyUI-LTXVideo?tab=readme-ov-file
GitHub - Lightricks/ComfyUI-LTXVideo: LTX-Video Support for ComfyUI
LTX-Video Support for ComfyUI. Contribute to Lightricks/ComfyUI-LTXVideo development by creating an account on GitHub.
github.com
cd ComfyUI
cd custom_nodes
git clone https://github.com/Lightricks/ComfyUI-LTXVideo.git
cd ComfyUI-LTXVideo
위의 경로에서 패키지 설치
pip install -r requirements.txt
모델설치 1 : 허깅페이스 에서 다운받는다.
https://huggingface.co/Lightricks/LTX-Video/blob/main/ltx-video-2b-v0.9.1.safetensors
ltx-video-2b-v0.9.1.safetensors · Lightricks/LTX-Video at main
Upload ltx-video-2b-v0.9.1.safetensors with huggingface_hub 0c43a96 verified 26 days ago
huggingface.co
모델 설치 2 : 매니져를 사용한다. the t5 text encoders
for example google_t5-v1_1-xxl_encoderonly.
https://huggingface.co/mcmonkey/google_t5-v1_1-xxl_encoderonly/tree/main
mcmonkey/google_t5-v1_1-xxl_encoderonly at main
huggingface.co
You can do it by pressing "Install Missing Custom Nodes" button in ComfyUI Manager.
워크플로우 다운로드 (img to video / text to video)
1. Hunyuan Video Model
비디오는 텍스트에서 비디오로 변환하는 모델입니다.
https://comfyanonymous.github.io/ComfyUI_examples/hunyuan_video/
Hunyuan Video Model
Examples of ComfyUI workflows
comfyanonymous.github.io
2. 모델 설치
- hunyuan_video_t2v_720p_bf16.safetensors 파일을 다운로드하여 ComfyUI/models/diffusion_models 폴더에 넣으세요.
https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/tree/main/split_files/diffusion_models
- clip_l.safetensors 및 llava_llama3_fp8_scaled.safetensors 파일을 다운로드하여 ComfyUI/models/text_encoders 디렉토리에 넣습니다.
https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/tree/main/split_files/text_encoders
- hunyuan_video_vae_bf16.safetensors 파일을 다운로드하여 ComfyUI/models/vae 폴더에 넣습니다.
https://huggingface.co/Comfy-Org/HunyuanVideo_repackaged/tree/main/split_files/vae