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)