Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
---
|
2 |
library_name: diffusers
|
|
|
3 |
---
|
4 |
|
5 |
int8-wo version of [Flux.1-Schnell](https://huggingface.co/black-forest-labs/FLUX.1-schnell).
|
@@ -22,4 +23,4 @@ save_to = "sayakpaul/flux.1-schell-int8wo-improved"
|
|
22 |
transformer.push_to_hub(save_to, safe_serialization=False)
|
23 |
```
|
24 |
|
25 |
-
Install `diffusers`, `huggingface_hub`, `ao` from the source.
|
|
|
1 |
---
|
2 |
library_name: diffusers
|
3 |
+
license: apache-2.0
|
4 |
---
|
5 |
|
6 |
int8-wo version of [Flux.1-Schnell](https://huggingface.co/black-forest-labs/FLUX.1-schnell).
|
|
|
23 |
transformer.push_to_hub(save_to, safe_serialization=False)
|
24 |
```
|
25 |
|
26 |
+
Install `diffusers`, `huggingface_hub`, `ao` from the source.
|