diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2022-12-10 06:30:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-10 06:30:13 +0000 |
commit | 6edeabb700e6364ac22c5bb4c612f32c7c60f5a8 (patch) | |
tree | a48c055564bf754e5519c454ac2023c84e7a1d12 /requirements.txt | |
parent | 3896242e9ecfe46c99bacdd1d590220f2510ebca (diff) | |
parent | 8bc16b7582406c54fb2aff586ed1f8d28cb3b69d (diff) | |
download | stable-diffusion-webui-gfx803-6edeabb700e6364ac22c5bb4c612f32c7c60f5a8.tar.gz stable-diffusion-webui-gfx803-6edeabb700e6364ac22c5bb4c612f32c7c60f5a8.tar.bz2 stable-diffusion-webui-gfx803-6edeabb700e6364ac22c5bb4c612f32c7c60f5a8.zip |
Merge pull request #5489 from brkirch/set-python_cmd
macOS install improvements
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 5f3d9623..05818aa6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,3 +30,4 @@ inflection GitPython
torchsde
safetensors
+psutil; sys_platform == 'darwin'
|