Text-to-Image
TensorRT
ONNX
English
stable-diffusion
stable-diffusion-xl
stable-diffusion-xl-lcm
stable-diffusion-xl-lcmlora
Instructions to use stabilityai/stable-diffusion-xl-1.0-tensorrt with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TensorRT
How to use stabilityai/stable-diffusion-xl-1.0-tensorrt with TensorRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
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
|