pharmapsychotic
commited on
Commit
•
64dedd7
1
Parent(s):
ee2441e
Start of model card
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
-
license:
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: openrail++
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
tags:
|
6 |
+
- stable-diffusion
|
7 |
+
- tensorrt
|
8 |
+
- text-to-image
|
9 |
---
|
10 |
+
|
11 |
+
# Stable Diffusion XL 1.0 TensorRT
|
12 |
+
|
13 |
+
This repository contains Stable Diffusion XL 1.0 ONNX models compatible with TensorRT.
|
14 |
+
|
15 |
+
Source models:
|
16 |
+
- [SDXL base 1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0)
|
17 |
+
- [SDXL refiner 1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0)
|
18 |
+
|
19 |
+
|
20 |
+
### Model Description
|
21 |
+
|
22 |
+
- **Developed by:** Stability AI
|
23 |
+
- **Model type:** Diffusion-based text-to-image generative model
|
24 |
+
- **License:** [CreativeML Open RAIL++-M License](https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0/blob/main/LICENSE.md)
|
25 |
+
- **Model Description:** This is a conversion of the [Stable Diffusion XL 1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0) model for [NVIDIA TensorRT](https://developer.nvidia.com/tensorrt) optimized inference
|