File size: 820 Bytes
3880d0d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44

---
tags:
- TensorRT
- Text2Image
- Stable Diffusion
- Image2Image
- SDA
---

# burnerbaby/sds converted into TensorRT

<img src="https://i.imgur.com/fQS926g.png"></a>

Model converted from diffusers into TensorRT for accelerated inference up to 4x faster.

originally from: https://github.com/chavinlo/sda-node

This model was automatically converted by SDA-node

Compilation configuration:

    

```json
{
    "_class_name": "StableDiffusionAccelerated_Base",
    "_sda_version": "0.1.2",
    "_trt_version": "8.5.3",
    "_cuda_version": "none",
    "_cudnn_version": "none",
    "_onnx2trt_version": "8.5.3",
    "unet": {
        "precision": "fp16",
        "path": "engine/unet.plan"
    },
    "clip": {
        "path": "engine/clip.plan"
    },
    "de_vae": {
        "path": "engine/de_vae.plan"
    }
}
```