mirror of
https://github.com/Wan-Video/Wan2.1.git
synced 2025-11-04 22:26:36 +00:00
Add environment config and wok script, ignore symlinks
Added environment.yml for project dependencies and wok/go.sh script. Updated .gitignore to exclude symlinks in wok directory. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
7c81b2f27d
commit
cc049067b6
4
.gitignore
vendored
4
.gitignore
vendored
@ -34,4 +34,6 @@ Wan2.1-T2V-14B/
|
|||||||
Wan2.1-T2V-1.3B/
|
Wan2.1-T2V-1.3B/
|
||||||
Wan2.1-I2V-14B-480P/
|
Wan2.1-I2V-14B-480P/
|
||||||
Wan2.1-I2V-14B-720P/
|
Wan2.1-I2V-14B-720P/
|
||||||
poetry.lock
|
poetry.lock
|
||||||
|
wok/37ec512624d61f7aa208f7ea8140a131f93afc9a
|
||||||
|
wok/t2v-1.3b
|
||||||
24
environment.yml
Normal file
24
environment.yml
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
name: wan21
|
||||||
|
channels:
|
||||||
|
- conda-forge
|
||||||
|
- defaults
|
||||||
|
dependencies:
|
||||||
|
- python>=3.10
|
||||||
|
- pytorch>=2.4.0
|
||||||
|
- torchvision>=0.19.0
|
||||||
|
- tqdm
|
||||||
|
- imageio
|
||||||
|
- imageio-ffmpeg
|
||||||
|
- numpy>=1.23.5,<2
|
||||||
|
- pip
|
||||||
|
- pip:
|
||||||
|
- opencv-python>=4.9.0.80
|
||||||
|
- diffusers>=0.31.0
|
||||||
|
- transformers>=4.49.0
|
||||||
|
- tokenizers>=0.20.3
|
||||||
|
- accelerate>=1.1.1
|
||||||
|
- easydict
|
||||||
|
- ftfy
|
||||||
|
- dashscope
|
||||||
|
- flash_attn
|
||||||
|
- gradio>=5.0.0
|
||||||
Loading…
Reference in New Issue
Block a user