File size: 511 Bytes
0e69e24
 
 
5509316
 
 
 
0e69e24
 
5509316
 
0e69e24
 
5509316
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
tags:
- Diffusion Models
license: mit
base_model: stabilityai/sd-turbo
library_name: diffusers
pipeline_tag: text-to-image
---

# Stable Diffusion 2 Turbo `stabilityai/sd-turbo`, converted to .bin

There is a bug in my version of diffusers when converting from safetensors. So I convert the model into `.bin` and upload it here for the sake of convenience.

```pipe, params =  diffusers.pipelines.stable_diffusion.FlaxStableDiffusionPipeline.from_pretrained("sd-turbo",from_pt=True,use_safetensors=False)```