diff --git a/Readme.md b/Readme.md index 4a988cd..32751af 100644 --- a/Readme.md +++ b/Readme.md @@ -24,11 +24,7 @@ python3需要再安装这些库,使用pip安装就可以: ``` -torch flask openai diffusers -``` - -``` -pip install torch flask openai diffusers +pip install torch flask openai transformers diffusers ``` 当然如果使用cuda加速建议按照pytorch官网提供的方法安装支持cuda加速的torch版本。