update
This commit is contained in:
@@ -12,4 +12,8 @@
|
||||
- AI-ModelScope/stable-diffusion-3-medium
|
||||
- black-forest-labs/FLUX.1-dev
|
||||
- stabilityai/stable-diffusion-2-1-base
|
||||
- stabilityai/stable-diffusion-xl-base-1.0
|
||||
- stabilityai/stable-diffusion-xl-refiner-1.0
|
||||
- AI-ModelScope/stable-diffusion-xl-base-1.0
|
||||
- AI-ModelScope/stable-diffusion-xl-refiner-1.0
|
||||
|
||||
|
||||
9
enginx/stable-diffusion-xl.md
Normal file
9
enginx/stable-diffusion-xl.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 运行方式
|
||||
|
||||
```python
|
||||
docker pull git.modelhub.org.cn:9443/enginex-hygon/pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10
|
||||
|
||||
docker run --shm-size 50g --network=host --name=sdxl --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v 项目地址(绝对路径):/home/ -v /opt/hyhal:/opt/hyhal:ro -it bash
|
||||
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
Reference in New Issue
Block a user