mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
more README.md tuning
This commit is contained in:
parent
3f5d39a597
commit
2dc0475d83
@ -73,7 +73,7 @@ activation steps,the steps to preload the Bert model are:
|
||||
|
||||
~~~~
|
||||
(ldm) ~/stable-diffusion$ mkdir ./models/bert
|
||||
> python3
|
||||
(ldm) ~/stable-diffusion$ python3
|
||||
>>> from transformers import BertTokenizerFast
|
||||
>>> model = BertTokenizerFast.from_pretrained("bert-base-uncased")
|
||||
>>> model.save_pretrained("./models/bert")
|
||||
|
Loading…
Reference in New Issue
Block a user