Skip to content
Open
Changes from 1 commit
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,10 @@ We also maintain a repository for benchmarking the quality of generation after a

#### 1. Install torch and diffusers
**Note: You can choose the latest versions you want for diffusers or transformers.**

You can visit the official [PyTorch website](https://pytorch.org/get-started/locally/) to select the appropriate torch version compatible with your CUDA installation. The website provides specific installation instructions tailored to your system configuration.
```
python3 -m pip install "torch" "transformers==4.27.1" "diffusers[torch]==0.19.3"
python3 -m pip install "transformers==4.40.1" "diffusers==0.29.2"
Copy link
Collaborator

Choose a reason for hiding this comment

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

diffusers 用 0.27 吧

特别新的,现在还不能保证

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

```

#### 2. Install a compiler backend
Expand Down