Create README.md
Browse files
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)```
|