sd2-turbo-bin / README.md
cfu's picture
Update README.md
5509316 verified
metadata
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)