Updated AMD ROCm (markdown)

Seunghoon Lee
2025-09-28 11:46:15 +09:00
parent 6c78608dc9
commit 77e5745f7a
+3 -7
@@ -179,19 +179,15 @@ git clone https://github.com/vladmandic/sdnext
```shell
cd sdnext
```
4. Create Python virtual environment.
```shell
python -m venv venv
```
5. Switch to dev branch:
4. Switch to dev branch:
```shell
git switch dev
```
6. Make sure that you are up to date.
5. Make sure that you are up to date.
```shell
git pull
```
7. Run SD.Next with this command:
6. Run SD.Next with this command:
```shell
./webui.bat --use-rocm
```