视频制作

LTX视频制作

工作流合集分享:

https://huggingface.co/RuneXX/LTX-2.3-Workflows

 

Github:

https://github.com/Lightricks/LTX-2

https://github.com/Lightricks/ComfyUI-LTXVideo

HuggingFace:

https://huggingface.co/SyFeee/LTX2.3-Dual-Character-en

InfiniteTalk数字人

Github:

https://github.com/MeiGen-AI/InfiniteTalk

 

语音制作

 

Github:

https://github.com/Saganaki22/ComfyUI-FishAudioS2

 

ComfyUI配置

配置模型路径

extra_model_paths.yaml

comfyui:
     base_path: /root/ComfyUI/
     is_default: true
     checkpoints: models/checkpoints/
     text_encoders: |
          models/text_encoders/
          models/clip/
     clip_vision: models/clip_vision/
     configs: models/configs/
     controlnet: models/controlnet/
     diffusion_models: |
                  models/diffusion_models
                  models/unet
     embeddings: models/embeddings/
     loras: models/loras/
     upscale_models: models/upscale_models/
     latent_upscale_models: models/latent_upscale_models/
     LLM: models/LLM/
     vae: models/vae/
     audio_encoders: models/audio_encoders/
     model_patches: models/model_patches/