Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,14 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- Diffusion Models
|
| 4 |
-
license:
|
| 5 |
-
base_model:
|
|
|
|
|
|
|
| 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)```
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
- Diffusion Models
|
| 4 |
+
license: mit
|
| 5 |
+
base_model: stabilityai/sd-turbo
|
| 6 |
+
library_name: diffusers
|
| 7 |
+
pipeline_tag: text-to-image
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Stable Diffusion 2 Turbo `stabilityai/sd-turbo`, converted to .bin
|
| 11 |
+
|
| 12 |
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.
|
| 13 |
|
| 14 |
+
```pipe, params = diffusers.pipelines.stable_diffusion.FlaxStableDiffusionPipeline.from_pretrained("sd-turbo",from_pt=True,use_safetensors=False)```
|