mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-01 13:22:04 -08:00
adding pip install in the script
This commit is contained in:
parent
ebc5fcb58c
commit
2a425669fa
1 changed files with 5 additions and 0 deletions
5
.github/workflows/on_merge_to_master.yaml
vendored
5
.github/workflows/on_merge_to_master.yaml
vendored
|
|
@ -23,9 +23,14 @@ jobs:
|
|||
run: |
|
||||
ssh -o StrictHostKeyChecking=no ${{ secrets.MOONLITE_AWS_EC2_SSH_USER }}@${{ secrets.MOONLITE_AWS_EC2_SSH_HOST }} << 'EOF'
|
||||
cd /home/ec2-user/apps/stable-diffusion-webui
|
||||
|
||||
git pull origin master
|
||||
|
||||
conda activate myenv
|
||||
|
||||
# Install missing Python packages
|
||||
pip install insightface
|
||||
|
||||
# Navigate to the models folder and download required files
|
||||
cd models
|
||||
# Example: Downloading a model file (adjust the URL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue