diff --git a/docs/installation/010_INSTALL_AUTOMATED.md b/docs/installation/010_INSTALL_AUTOMATED.md index 79203f066c..9b66fcbd83 100644 --- a/docs/installation/010_INSTALL_AUTOMATED.md +++ b/docs/installation/010_INSTALL_AUTOMATED.md @@ -394,7 +394,7 @@ rm .\.venv -r -force python -mvenv .venv .\.venv\Scripts\activate pip install invokeai -invokeai-configure --root . +invokeai-configure --yes --root . ``` If you see anything marked as an error during this process please stop diff --git a/pyproject.toml b/pyproject.toml index a97830c670..9cad874ccf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,14 +58,14 @@ dependencies = [ "invisible-watermark~=0.2.0", # needed to install SDXL base and refiner using their repo_ids "matplotlib", # needed for plotting of Penner easing functions "mediapipe", # needed for "mediapipeface" controlnet model + "numpy", "npyscreen", - "numpy==1.24.4", "omegaconf", "opencv-python", + "pydantic==1.*", "picklescan", "pillow", "prompt-toolkit", - "pydantic==1.10.10", "pympler~=1.0.1", "pypatchmatch", 'pyperclip', @@ -81,7 +81,7 @@ dependencies = [ "test-tube~=0.7.5", "torch~=2.0.1", "torchvision~=0.15.2", - "torchmetrics~=1.0.1", + "torchmetrics~=0.11.0", "torchsde~=0.2.5", "transformers~=4.31.0", "uvicorn[standard]~=0.21.1",