Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update doc for animatediff #669

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions examples/animatediff/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ This repository is the MindSpore implementation of [AnimateDiff](https://arxiv.o

## Requirements


The scripts work on Acend 910* with [CANN 7.0.0.beta1](https://www.hiascend.com/developer/download/community/result?module=cann&cann=7.0.0.beta1) and [MindSpore 2.2.10 ](https://www.mindspore.cn/versions#2.2.10). Check your versions by running the following commands. The default installation path of CANN is usually `/usr/local/Ascend/ascend-toolkit` unless you specify a custom one.

```bash
cat /usr/local/Ascend/ascend-toolkit/latest/version.cfg

python -c "import mindspore;mindspore.set_context(device_target='Ascend');mindspore.run_check()"
```

To install other dependent packages:
```bash
pip install -r requirements.txt
```
Comment on lines +17 to 29
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

看起来这个部分可以统一搞个guide放到mindone下面, e.g. insatll mindspore/cann, check mindspore running on ascend


Expand Down