Commit 7057384a authored by dcuai's avatar dcuai
Browse files

Update README.md

parent 935a5540
......@@ -52,7 +52,7 @@ docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/op
cd /your_code_path/inpaint-anything
pip install -e segment_anything
pip install diffusers transformers accelerate scipy safetensors
pip install -r requirement.txt
pip install -r requirements.txt
```
### Anaconda(方法三)
<!-- 此处提供本地配置、编译的详细步骤,例如: -->
......@@ -69,7 +69,7 @@ pytorch: 2.1.0
```
pip install -e segment_anything
pip install diffusers transformers accelerate scipy safetensors
pip install -r requirement.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
```
## 数据集
......
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