update readme
Browse files
README.md
CHANGED
|
@@ -67,7 +67,7 @@ git checkout release/9.2
|
|
| 67 |
docker run --rm -it --gpus all -v $PWD:/workspace nvcr.io/nvidia/pytorch:23.11-py3 /bin/bash
|
| 68 |
```
|
| 69 |
|
| 70 |
-
2. Download the SDXL
|
| 71 |
```shell
|
| 72 |
git lfs install
|
| 73 |
git clone https://huggingface.co/stabilityai/stable-diffusion-xl-1.0-tensorrt
|
|
|
|
| 67 |
docker run --rm -it --gpus all -v $PWD:/workspace nvcr.io/nvidia/pytorch:23.11-py3 /bin/bash
|
| 68 |
```
|
| 69 |
|
| 70 |
+
2. Download the SDXL TensorRT files from this repo
|
| 71 |
```shell
|
| 72 |
git lfs install
|
| 73 |
git clone https://huggingface.co/stabilityai/stable-diffusion-xl-1.0-tensorrt
|