ppbrown commited on
Commit
37dbd8e
·
verified ·
1 Parent(s): c6102d3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 code to use,
26
  until [my PR](https://github.com/huggingface/diffusers/pull/11610) is accepted to
27
- the diffusers module.
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?