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
stable_diffusion_diffusers
Commits
6dd28ce9
Commit
6dd28ce9
authored
Apr 22, 2025
by
wangwei990215
Browse files
Update README.md
parent
f8df2c04
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
README.md
README.md
+6
-0
No files found.
README.md
View file @
6dd28ce9
...
@@ -25,7 +25,13 @@ python setup.py install
...
@@ -25,7 +25,13 @@ python setup.py install
cd examples/text_to_image
cd examples/text_to_image
pip install -r requirements.txt
pip install -r requirements.txt
```
```
### Dockerfile(方法二)
此处提供dockerfile的使用方法:
<br>
```
docker build --no-cache -t stablediffusion_v2:latest
docker run -it -v /path/your_code_data/:/path/your_code_data/ -v /opt/hyhal:/opt/hyhal:ro --shm-size=32G --privileged=true --device=/dev/kfd --device=/dev/dri/ --group-add video --name docker_name imageID bash
```
### Anaconda(方法三):
### Anaconda(方法三):
此处提供本地配置、编译的详细步骤,例如:
<br>
此处提供本地配置、编译的详细步骤,例如:
<br>
关于本项目DCU显卡所需的特殊深度学习库可从
[
光合开发者社区
](
https://developer.sourcefind.cn/
)
下载安装
关于本项目DCU显卡所需的特殊深度学习库可从
[
光合开发者社区
](
https://developer.sourcefind.cn/
)
下载安装
...
...
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