mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update references to lstein/stable-diffusion
to invoke-ai/InvokeAI
This commit is contained in:
@ -74,12 +74,8 @@ curl https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -o M
|
|||||||
# Clone the Invoke AI repo
|
# Clone the Invoke AI repo
|
||||||
git clone https://github.com/invoke-ai/InvokeAI.git
|
git clone https://github.com/invoke-ai/InvokeAI.git
|
||||||
cd InvokeAI
|
cd InvokeAI
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
### WAIT FOR THE CHECKPOINT FILE TO DOWNLOAD, THEN PROCEED ###
|
# Download the checkpoint file, and then proceed
|
||||||
# We will leave the big checkpoint wherever you stashed it for long-term storage,
|
|
||||||
# and make a link to it from the repo's folder. This allows you to use it for
|
|
||||||
# other repos, and if you need to delete Invoke AI, you won't have to download it again.
|
|
||||||
|
|
||||||
# Make the directory in the repo for the symlink
|
# Make the directory in the repo for the symlink
|
||||||
mkdir -p models/ldm/stable-diffusion-v1/
|
mkdir -p models/ldm/stable-diffusion-v1/
|
||||||
@ -347,6 +343,7 @@ python scripts/preload_models.py
|
|||||||
```
|
```
|
||||||
|
|
||||||
The InvokeAI version includes this fix in
|
The InvokeAI version includes this fix in
|
||||||
|
|
||||||
[environment-mac.yml](https://github.com/invoke-ai/InvokeAI/blob/main/environment-mac.yml).
|
[environment-mac.yml](https://github.com/invoke-ai/InvokeAI/blob/main/environment-mac.yml).
|
||||||
|
|
||||||
### "Could not build wheels for tokenizers"
|
### "Could not build wheels for tokenizers"
|
||||||
|
Reference in New Issue
Block a user