commit 01bf33ee4a8be7bb98d432ce8f74cbae1aac2366 Author: zhousha <736730048@qq.com> Date: Mon Nov 24 14:10:24 2025 +0800 update diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..0f3b98b Binary files /dev/null and b/.DS_Store differ diff --git a/enginex/animatediff.md b/enginex/animatediff.md new file mode 100644 index 0000000..ca92f4b --- /dev/null +++ b/enginex/animatediff.md @@ -0,0 +1,7 @@ +# 运行方式 + +```python +docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10 +docker run --shm-size 10g --network=host --name=animatediff --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v /opt/hyhal:/opt/hyhal:ro -v 项目地址(绝对路径):/home/ -it bash +pip install -r requirements.txt +```