stable-diffusion-onnx / model_index.json
Hanbin42's picture
Upload Stable Diffusion ONNX components
d575972 verified
raw
history blame
295 Bytes
{
"model_type": "stable-diffusion-onnx",
"components": {
"text_encoder": {
"path": "text_encoder/text_encoder.onnx"
},
"unet": {
"path": "unet/unet.onnx"
},
"vae_decoder": {
"path": "vae_decoder/vae_decoder.onnx"
}
}
}