Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
Inpaint-Anything_pytorch
Commits
7057384a
Commit
7057384a
authored
Oct 30, 2024
by
dcuai
Browse files
Update README.md
parent
935a5540
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+2
-2
No files found.
README.md
View file @
7057384a
...
@@ -52,7 +52,7 @@ docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal/:/op
...
@@ -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
cd /your_code_path/inpaint-anything
pip install -e segment_anything
pip install -e segment_anything
pip install diffusers transformers accelerate scipy safetensors
pip install diffusers transformers accelerate scipy safetensors
pip install -r requirement.txt
pip install -r requirement
s
.txt
```
```
### Anaconda(方法三)
### Anaconda(方法三)
<!-- 此处提供本地配置、编译的详细步骤,例如: -->
<!-- 此处提供本地配置、编译的详细步骤,例如: -->
...
@@ -69,7 +69,7 @@ pytorch: 2.1.0
...
@@ -69,7 +69,7 @@ pytorch: 2.1.0
```
```
pip install -e segment_anything
pip install -e segment_anything
pip install diffusers transformers accelerate scipy safetensors
pip install diffusers transformers accelerate scipy safetensors
pip install -r requirement.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
pip install -r requirement
s
.txt -i https://pypi.tuna.tsinghua.edu.cn/simple/
```
```
## 数据集
## 数据集
无
无
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment