Commit fe0fecc3 authored by lijian6's avatar lijian6
Browse files

Modify README.md


Signed-off-by: lijian6's avatarlijian <lijian6@sugon.com>
parent e6758833
...@@ -29,7 +29,7 @@ python3 setup.py install ...@@ -29,7 +29,7 @@ python3 setup.py install
``` ```
## 验证 ## 验证
- python -c "import diffusers; diffusers.\_\_version__",版本号与官方版本同步,查询该软件的版本号,例如0.29.0; - python -c "import diffusers; print(diffusers.\_\_version__)",版本号与官方版本同步,查询该软件的版本号,例如0.29.0;
## Known Issue ## Known Issue
- -
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment