Skip to content

Commit

Permalink
add dependency install script
Browse files Browse the repository at this point in the history
  • Loading branch information
ifsheldon committed Nov 23, 2023
1 parent 8689517 commit e58c6e9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/zsh
source /home/jenson/miniforge3/bin/activate

mamba install -y GitPython einops fastapi gradio inflection jsonmerge kornia lark numpy omegaconf open-clip-torch piexif psutil requests safetensors scikit-image timm torchdiffeq
python -m pip install -y accelerate basicsr blendmodes clean-fid gfpgan pytorch_lightning realesrgan resize-right tomesd torchsde
mamba install -y -c huggingface transformers

0 comments on commit e58c6e9

Please sign in to comment.