Update README.md
Browse files
README.md
CHANGED
|
@@ -22,9 +22,9 @@ However, this version has the `text_encoder_2` and `tokenizer` models REMOVED.
|
|
| 22 |
On the one hand, this makes it smaller by a few gigs.
|
| 23 |
(Note that this model is currently fp32 precision)
|
| 24 |
|
| 25 |
-
On the other hand, it requires modified diffusers
|
| 26 |
until [my PR](https://github.com/huggingface/diffusers/pull/11610) is accepted to
|
| 27 |
-
the diffusers
|
| 28 |
|
| 29 |
|
| 30 |
## Why is this?
|
|
|
|
| 22 |
On the one hand, this makes it smaller by a few gigs.
|
| 23 |
(Note that this model is currently fp32 precision)
|
| 24 |
|
| 25 |
+
On the other hand, it requires a modified diffusers module to use,
|
| 26 |
until [my PR](https://github.com/huggingface/diffusers/pull/11610) is accepted to
|
| 27 |
+
the diffusers upstream code.
|
| 28 |
|
| 29 |
|
| 30 |
## Why is this?
|