mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 07:28:06 -05:00
binary installer fix
- bat file changes to directory it lives in rather than user's current directory - restore incorrect requirements and compiled Darwin requirements file
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
|
||||
@rem This enables a user to install this project without manually installing git or Python
|
||||
|
||||
PUSHD %~dp0
|
||||
|
||||
set "no_cache_dir=--no-cache-dir"
|
||||
if "%1" == "use-cache" (
|
||||
set "no_cache_dir="
|
||||
|
||||
Reference in New Issue
Block a user