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
bf512873
Commit
bf512873
authored
Apr 22, 2025
by
wangwei990215
Browse files
Update README.md
parent
6dd28ce9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
README.md
README.md
+1
-0
No files found.
README.md
View file @
bf512873
...
@@ -28,6 +28,7 @@ pip install -r requirements.txt
...
@@ -28,6 +28,7 @@ pip install -r requirements.txt
### Dockerfile(方法二)
### Dockerfile(方法二)
此处提供dockerfile的使用方法:
<br>
此处提供dockerfile的使用方法:
<br>
```
```
cd ./docker
docker build --no-cache -t stablediffusion_v2:latest
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
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
...
...
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