mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
further fixes to documentation
This commit is contained in:
parent
2b8261c7ea
commit
09032fb79d
@ -66,8 +66,9 @@ model from huggingface.co. This obviously didn't work for me.
|
|||||||
|
|
||||||
Rather than set up a hugging face local hub, I found the most
|
Rather than set up a hugging face local hub, I found the most
|
||||||
expedient thing to do was to download the Bert tokenizer in advance,
|
expedient thing to do was to download the Bert tokenizer in advance,
|
||||||
and patch stable-diffusion to read it from the local disk. The steps
|
and patch stable-diffusion to read it from the local disk. After you
|
||||||
to do this are:
|
have completed the conda environment creation and activation steps,the
|
||||||
|
steps to preload the Bert model are:
|
||||||
|
|
||||||
~~~~
|
~~~~
|
||||||
(ldm) ~/stable-diffusion$ mkdir ./models/bert
|
(ldm) ~/stable-diffusion$ mkdir ./models/bert
|
||||||
|
Loading…
Reference in New Issue
Block a user