Wan2.1/wan.egg-info/SOURCES.txt
ncue20250421 37729d25cc Add initial package structure and dependencies for WAN
- Created SOURCES.txt to list all source files in the package.
- Added dependency_links.txt with placeholder for future dependencies.
- Defined required packages in requires.txt, including torch, torchvision, and others.
- Specified top-level package name in top_level.txt.
2025-05-18 20:56:09 +08:00

37 lines
876 B
Plaintext

LICENSE.txt
README.md
pyproject.toml
wan/__init__.py
wan/first_last_frame2video.py
wan/image2video.py
wan/text2video.py
wan/vace.py
wan.egg-info/PKG-INFO
wan.egg-info/SOURCES.txt
wan.egg-info/dependency_links.txt
wan.egg-info/requires.txt
wan.egg-info/top_level.txt
wan/configs/__init__.py
wan/configs/shared_config.py
wan/configs/wan_i2v_14B.py
wan/configs/wan_t2v_14B.py
wan/configs/wan_t2v_1_3B.py
wan/distributed/__init__.py
wan/distributed/fsdp.py
wan/distributed/xdit_context_parallel.py
wan/modules/__init__.py
wan/modules/attention.py
wan/modules/clip.py
wan/modules/model.py
wan/modules/t5.py
wan/modules/tokenizers.py
wan/modules/vace_model.py
wan/modules/vae.py
wan/modules/xlm_roberta.py
wan/utils/__init__.py
wan/utils/fm_solvers.py
wan/utils/fm_solvers_unipc.py
wan/utils/prompt_extend.py
wan/utils/qwen_vl_utils.py
wan/utils/utils.py
wan/utils/vace_processor.py