mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-06-06 23:34:53 +00:00
- 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.
37 lines
876 B
Plaintext
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 |