cfu commited on
Commit
0e69e24
1 Parent(s): 9b03357

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - Diffusion Models
4
+ license: "mit"
5
+ base_model: "stabilityai/sd-turbo"
6
+ ---
7
+
8
+ 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.
9
+
10
+ ```pipe, params = diffusers.pipelines.stable_diffusion.FlaxStableDiffusionPipeline.from_pretrained("sd-turbo",from_pt=True,use_safetensors=False)```