sd2-turbo-bin / README.md
cfu's picture
Create README.md
0e69e24 verified
|
raw
history blame
394 Bytes
metadata
tags:
  - Diffusion Models
license: mit
base_model: stabilityai/sd-turbo

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)