install.json
16,427 bytes · 461 lines · capsule://quake0day/[email protected]
raw on github
{
"files": [
{
"from": "src/inference/plugins/avatar/__init__.py",
"to": "plugins/avatar/__init__.py"
},
{
"from": "src/inference/plugins/avatar/base.py",
"to": "plugins/avatar/base.py"
},
{
"from": "src/inference/plugins/avatar/flash_head_plugin.py",
"to": "plugins/avatar/flash_head_plugin.py"
},
{
"from": "src/inference/plugins/avatar/live_act_plugin.py",
"to": "plugins/avatar/live_act_plugin.py"
},
{
"from": "src/inference/plugins/avatar/warmup.py",
"to": "plugins/avatar/warmup.py"
},
{
"from": "src/models/flash_head/audio_analysis/torch_utils.py",
"to": "models/flash_head/audio_analysis/torch_utils.py"
},
{
"from": "src/models/flash_head/audio_analysis/wav2vec2.py",
"to": "models/flash_head/audio_analysis/wav2vec2.py"
},
{
"from": "src/models/flash_head/demos/generate_video.py",
"to": "models/flash_head/demos/generate_video.py"
},
{
"from": "src/models/flash_head/demos/gradio_app.py",
"to": "models/flash_head/demos/gradio_app.py"
},
{
"from": "src/models/flash_head/demos/gradio_app_streaming.py",
"to": "models/flash_head/demos/gradio_app_streaming.py"
},
{
"from": "src/models/flash_head/demos/scripts/inference_script_multi_gpu_pro.sh",
"to": "models/flash_head/demos/scripts/inference_script_multi_gpu_pro.sh"
},
{
"from": "src/models/flash_head/demos/scripts/inference_script_single_gpu_lite.sh",
"to": "models/flash_head/demos/scripts/inference_script_single_gpu_lite.sh"
},
{
"from": "src/models/flash_head/demos/scripts/inference_script_single_gpu_pro.sh",
"to": "models/flash_head/demos/scripts/inference_script_single_gpu_pro.sh"
},
{
"from": "src/models/flash_head/generate_video.py",
"to": "models/flash_head/generate_video.py"
},
{
"from": "src/models/flash_head/gradio_app.py",
"to": "models/flash_head/gradio_app.py"
},
{
"from": "src/models/flash_head/gradio_app_streaming.py",
"to": "models/flash_head/gradio_app_streaming.py"
},
{
"from": "src/models/flash_head/inference.py",
"to": "models/flash_head/inference.py"
},
{
"from": "src/models/flash_head/inference_script_multi_gpu_pro.sh",
"to": "models/flash_head/inference_script_multi_gpu_pro.sh"
},
{
"from": "src/models/flash_head/inference_script_single_gpu_lite.sh",
"to": "models/flash_head/inference_script_single_gpu_lite.sh"
},
{
"from": "src/models/flash_head/inference_script_single_gpu_pro.sh",
"to": "models/flash_head/inference_script_single_gpu_pro.sh"
},
{
"from": "src/models/flash_head/ltx_video/__init__.py",
"to": "models/flash_head/ltx_video/__init__.py"
},
{
"from": "src/models/flash_head/ltx_video/ltx_vae.py",
"to": "models/flash_head/ltx_video/ltx_vae.py"
},
{
"from": "src/models/flash_head/ltx_video/models/__init__.py",
"to": "models/flash_head/ltx_video/models/__init__.py"
},
{
"from": "src/models/flash_head/ltx_video/models/autoencoders/__init__.py",
"to": "models/flash_head/ltx_video/models/autoencoders/__init__.py"
},
{
"from": "src/models/flash_head/ltx_video/models/autoencoders/causal_conv3d.py",
"to": "models/flash_head/ltx_video/models/autoencoders/causal_conv3d.py"
},
{
"from": "src/models/flash_head/ltx_video/models/autoencoders/causal_video_autoencoder.py",
"to": "models/flash_head/ltx_video/models/autoencoders/causal_video_autoencoder.py"
},
{
"from": "src/models/flash_head/ltx_video/models/autoencoders/conv_nd_factory.py",
"to": "models/flash_head/ltx_video/models/autoencoders/conv_nd_factory.py"
},
{
"from": "src/models/flash_head/ltx_video/models/autoencoders/dual_conv3d.py",
"to": "models/flash_head/ltx_video/models/autoencoders/dual_conv3d.py"
},
{
"from": "src/models/flash_head/ltx_video/models/autoencoders/pixel_norm.py",
"to": "models/flash_head/ltx_video/models/autoencoders/pixel_norm.py"
},
{
"from": "src/models/flash_head/ltx_video/models/autoencoders/vae.py",
"to": "models/flash_head/ltx_video/models/autoencoders/vae.py"
},
{
"from": "src/models/flash_head/ltx_video/models/autoencoders/vae_encode.py",
"to": "models/flash_head/ltx_video/models/autoencoders/vae_encode.py"
},
{
"from": "src/models/flash_head/ltx_video/models/autoencoders/video_autoencoder.py",
"to": "models/flash_head/ltx_video/models/autoencoders/video_autoencoder.py"
},
{
"from": "src/models/flash_head/ltx_video/models/transformers/__init__.py",
"to": "models/flash_head/ltx_video/models/transformers/__init__.py"
},
{
"from": "src/models/flash_head/ltx_video/models/transformers/attention.py",
"to": "models/flash_head/ltx_video/models/transformers/attention.py"
},
{
"from": "src/models/flash_head/ltx_video/models/transformers/embeddings.py",
"to": "models/flash_head/ltx_video/models/transformers/embeddings.py"
},
{
"from": "src/models/flash_head/ltx_video/models/transformers/symmetric_patchifier.py",
"to": "models/flash_head/ltx_video/models/transformers/symmetric_patchifier.py"
},
{
"from": "src/models/flash_head/ltx_video/models/transformers/transformer3d.py",
"to": "models/flash_head/ltx_video/models/transformers/transformer3d.py"
},
{
"from": "src/models/flash_head/ltx_video/utils/__init__.py",
"to": "models/flash_head/ltx_video/utils/__init__.py"
},
{
"from": "src/models/flash_head/ltx_video/utils/diffusers_config_mapping.py",
"to": "models/flash_head/ltx_video/utils/diffusers_config_mapping.py"
},
{
"from": "src/models/flash_head/ltx_video/utils/prompt_enhance_utils.py",
"to": "models/flash_head/ltx_video/utils/prompt_enhance_utils.py"
},
{
"from": "src/models/flash_head/ltx_video/utils/skip_layer_strategy.py",
"to": "models/flash_head/ltx_video/utils/skip_layer_strategy.py"
},
{
"from": "src/models/flash_head/ltx_video/utils/torch_utils.py",
"to": "models/flash_head/ltx_video/utils/torch_utils.py"
},
{
"from": "src/models/flash_head/README.md",
"to": "models/flash_head/README.md"
},
{
"from": "src/models/flash_head/src/distributed/usp_device.py",
"to": "models/flash_head/src/distributed/usp_device.py"
},
{
"from": "src/models/flash_head/src/modules/flash_head_model.py",
"to": "models/flash_head/src/modules/flash_head_model.py"
},
{
"from": "src/models/flash_head/src/pipeline/flash_head_pipeline.py",
"to": "models/flash_head/src/pipeline/flash_head_pipeline.py"
},
{
"from": "src/models/flash_head/utils/cpu_face_handler.py",
"to": "models/flash_head/utils/cpu_face_handler.py"
},
{
"from": "src/models/flash_head/utils/facecrop.py",
"to": "models/flash_head/utils/facecrop.py"
},
{
"from": "src/models/flash_head/utils/utils.py",
"to": "models/flash_head/utils/utils.py"
},
{
"from": "src/models/flash_head/wan/modules/__init__.py",
"to": "models/flash_head/wan/modules/__init__.py"
},
{
"from": "src/models/flash_head/wan/modules/vae.py",
"to": "models/flash_head/wan/modules/vae.py"
},
{
"from": "src/models/SoulX-LiveAct/demo.py",
"to": "models/SoulX-LiveAct/demo.py"
},
{
"from": "src/models/SoulX-LiveAct/fp8_gemm.py",
"to": "models/SoulX-LiveAct/fp8_gemm.py"
},
{
"from": "src/models/SoulX-LiveAct/generate.py",
"to": "models/SoulX-LiveAct/generate.py"
},
{
"from": "src/models/SoulX-LiveAct/kokoro/__init__.py",
"to": "models/SoulX-LiveAct/kokoro/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/kokoro/__main__.py",
"to": "models/SoulX-LiveAct/kokoro/__main__.py"
},
{
"from": "src/models/SoulX-LiveAct/kokoro/custom_stft.py",
"to": "models/SoulX-LiveAct/kokoro/custom_stft.py"
},
{
"from": "src/models/SoulX-LiveAct/kokoro/istftnet.py",
"to": "models/SoulX-LiveAct/kokoro/istftnet.py"
},
{
"from": "src/models/SoulX-LiveAct/kokoro/model.py",
"to": "models/SoulX-LiveAct/kokoro/model.py"
},
{
"from": "src/models/SoulX-LiveAct/kokoro/modules.py",
"to": "models/SoulX-LiveAct/kokoro/modules.py"
},
{
"from": "src/models/SoulX-LiveAct/kokoro/pipeline.py",
"to": "models/SoulX-LiveAct/kokoro/pipeline.py"
},
{
"from": "src/models/SoulX-LiveAct/lightx2v/__init__.py",
"to": "models/SoulX-LiveAct/lightx2v/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/lightx2v/models/__init__.py",
"to": "models/SoulX-LiveAct/lightx2v/models/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/lightx2v/models/video_encoders/__init__.py",
"to": "models/SoulX-LiveAct/lightx2v/models/video_encoders/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/lightx2v/models/video_encoders/hf/__init__.py",
"to": "models/SoulX-LiveAct/lightx2v/models/video_encoders/hf/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/lightx2v/models/video_encoders/hf/wan/__init__.py",
"to": "models/SoulX-LiveAct/lightx2v/models/video_encoders/hf/wan/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/lightx2v/models/video_encoders/hf/wan/vae.py",
"to": "models/SoulX-LiveAct/lightx2v/models/video_encoders/hf/wan/vae.py"
},
{
"from": "src/models/SoulX-LiveAct/lightx2v/utils/__init__.py",
"to": "models/SoulX-LiveAct/lightx2v/utils/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/lightx2v/utils/envs.py",
"to": "models/SoulX-LiveAct/lightx2v/utils/envs.py"
},
{
"from": "src/models/SoulX-LiveAct/lightx2v/utils/utils.py",
"to": "models/SoulX-LiveAct/lightx2v/utils/utils.py"
},
{
"from": "src/models/SoulX-LiveAct/lightx2v_platform/__init__.py",
"to": "models/SoulX-LiveAct/lightx2v_platform/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/lightx2v_platform/base/__init__.py",
"to": "models/SoulX-LiveAct/lightx2v_platform/base/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/lightx2v_platform/base/global_var.py",
"to": "models/SoulX-LiveAct/lightx2v_platform/base/global_var.py"
},
{
"from": "src/models/SoulX-LiveAct/model_liveact/attention.py",
"to": "models/SoulX-LiveAct/model_liveact/attention.py"
},
{
"from": "src/models/SoulX-LiveAct/model_liveact/model_memory.py",
"to": "models/SoulX-LiveAct/model_liveact/model_memory.py"
},
{
"from": "src/models/SoulX-LiveAct/model_liveact/model_memory_sp.py",
"to": "models/SoulX-LiveAct/model_liveact/model_memory_sp.py"
},
{
"from": "src/models/SoulX-LiveAct/README.md",
"to": "models/SoulX-LiveAct/README.md"
},
{
"from": "src/models/SoulX-LiveAct/requirements.txt",
"to": "models/SoulX-LiveAct/requirements.txt"
},
{
"from": "src/models/SoulX-LiveAct/src/audio_analysis/torch_utils.py",
"to": "models/SoulX-LiveAct/src/audio_analysis/torch_utils.py"
},
{
"from": "src/models/SoulX-LiveAct/src/audio_analysis/wav2vec2.py",
"to": "models/SoulX-LiveAct/src/audio_analysis/wav2vec2.py"
},
{
"from": "src/models/SoulX-LiveAct/src/utils.py",
"to": "models/SoulX-LiveAct/src/utils.py"
},
{
"from": "src/models/SoulX-LiveAct/src/vram_management/__init__.py",
"to": "models/SoulX-LiveAct/src/vram_management/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/src/vram_management/layers.py",
"to": "models/SoulX-LiveAct/src/vram_management/layers.py"
},
{
"from": "src/models/SoulX-LiveAct/templates/index.html",
"to": "models/SoulX-LiveAct/templates/index.html"
},
{
"from": "src/models/SoulX-LiveAct/util_liveact.py",
"to": "models/SoulX-LiveAct/util_liveact.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/__init__.py",
"to": "models/SoulX-LiveAct/wan/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/configs/__init__.py",
"to": "models/SoulX-LiveAct/wan/configs/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/configs/shared_config.py",
"to": "models/SoulX-LiveAct/wan/configs/shared_config.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/configs/wan_i2v_14B.py",
"to": "models/SoulX-LiveAct/wan/configs/wan_i2v_14B.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/configs/wan_t2v_14B.py",
"to": "models/SoulX-LiveAct/wan/configs/wan_t2v_14B.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/configs/wan_t2v_1_3B.py",
"to": "models/SoulX-LiveAct/wan/configs/wan_t2v_1_3B.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/distributed/__init__.py",
"to": "models/SoulX-LiveAct/wan/distributed/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/distributed/fsdp.py",
"to": "models/SoulX-LiveAct/wan/distributed/fsdp.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/distributed/xdit_context_parallel.py",
"to": "models/SoulX-LiveAct/wan/distributed/xdit_context_parallel.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/first_last_frame2video.py",
"to": "models/SoulX-LiveAct/wan/first_last_frame2video.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/image2video.py",
"to": "models/SoulX-LiveAct/wan/image2video.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/modules/__init__.py",
"to": "models/SoulX-LiveAct/wan/modules/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/modules/attention.py",
"to": "models/SoulX-LiveAct/wan/modules/attention.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/modules/clip.py",
"to": "models/SoulX-LiveAct/wan/modules/clip.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/modules/model.py",
"to": "models/SoulX-LiveAct/wan/modules/model.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/modules/t5.py",
"to": "models/SoulX-LiveAct/wan/modules/t5.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/modules/tokenizers.py",
"to": "models/SoulX-LiveAct/wan/modules/tokenizers.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/modules/vace_model.py",
"to": "models/SoulX-LiveAct/wan/modules/vace_model.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/modules/vae.py",
"to": "models/SoulX-LiveAct/wan/modules/vae.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/modules/xlm_roberta.py",
"to": "models/SoulX-LiveAct/wan/modules/xlm_roberta.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/text2video.py",
"to": "models/SoulX-LiveAct/wan/text2video.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/utils/__init__.py",
"to": "models/SoulX-LiveAct/wan/utils/__init__.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/utils/fm_solvers.py",
"to": "models/SoulX-LiveAct/wan/utils/fm_solvers.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/utils/fm_solvers_unipc.py",
"to": "models/SoulX-LiveAct/wan/utils/fm_solvers_unipc.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/utils/prompt_extend.py",
"to": "models/SoulX-LiveAct/wan/utils/prompt_extend.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/utils/qwen_vl_utils.py",
"to": "models/SoulX-LiveAct/wan/utils/qwen_vl_utils.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/utils/utils.py",
"to": "models/SoulX-LiveAct/wan/utils/utils.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/utils/vace_processor.py",
"to": "models/SoulX-LiveAct/wan/utils/vace_processor.py"
},
{
"from": "src/models/SoulX-LiveAct/wan/vace.py",
"to": "models/SoulX-LiveAct/wan/vace.py"
}
],
"env_required": []
}