update model card
Browse files
README.md
CHANGED
@@ -8,6 +8,7 @@ tags:
|
|
8 |
- tensorrt
|
9 |
- sdxl-turbo
|
10 |
- text-to-image
|
|
|
11 |
---
|
12 |
|
13 |
# SDXL-Turbo Tensorrt
|
@@ -47,7 +48,7 @@ git checkout release/9.2
|
|
47 |
docker run --rm -it --gpus all -v $PWD:/workspace nvcr.io/nvidia/pytorch:23.11-py3 /bin/bash
|
48 |
```
|
49 |
|
50 |
-
2. Download the SDXL
|
51 |
```shell
|
52 |
git lfs install
|
53 |
git clone https://huggingface.co/stabilityai/sdxl-turbo-tensorrt
|
@@ -80,4 +81,4 @@ python3 -m pip install --pre --upgrade --extra-index-url https://pypi.nvidia.com
|
|
80 |
--seed 42 \
|
81 |
--width 512 \
|
82 |
--height 512
|
83 |
-
```
|
|
|
8 |
- tensorrt
|
9 |
- sdxl-turbo
|
10 |
- text-to-image
|
11 |
+
- onnx
|
12 |
---
|
13 |
|
14 |
# SDXL-Turbo Tensorrt
|
|
|
48 |
docker run --rm -it --gpus all -v $PWD:/workspace nvcr.io/nvidia/pytorch:23.11-py3 /bin/bash
|
49 |
```
|
50 |
|
51 |
+
2. Download the SDXL-Turbo TensorRT files from this repo
|
52 |
```shell
|
53 |
git lfs install
|
54 |
git clone https://huggingface.co/stabilityai/sdxl-turbo-tensorrt
|
|
|
81 |
--seed 42 \
|
82 |
--width 512 \
|
83 |
--height 512
|
84 |
+
```
|