Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
AnimateDiff_pytorch
Commits
bd22529f
Commit
bd22529f
authored
Jan 23, 2024
by
mashun1
Browse files
Update README.md
parent
2bdbb250
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
README.md
README.md
+1
-1
No files found.
README.md
View file @
bd22529f
...
@@ -36,7 +36,7 @@ $`\mathcal{E}`$(Encoder,用于压缩原始图像),`Base T2I`(文本生
...
@@ -36,7 +36,7 @@ $`\mathcal{E}`$(Encoder,用于压缩原始图像),`Base T2I`(文本生
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 项目地址(绝对路径):/home/ -it <your IMAGE ID> bash
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 项目地址(绝对路径):/home/ -it <your IMAGE ID> bash
pip install -r requirements.txt
pip install -r requirements.txt
### Docker(方法二)
### Docker
file
(方法二)
# 需要在对应的目录下
# 需要在对应的目录下
docker build -t <IMAGE_NAME>:<TAG> .
docker build -t <IMAGE_NAME>:<TAG> .
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment