Skip to content

Commit

Permalink
added video_new
Browse files Browse the repository at this point in the history
  • Loading branch information
the-dusky committed Nov 12, 2024
1 parent 1cc10c6 commit 33633b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/basic/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes

pip install "numpy < 2"

cd ${ROOT}/ComfyUI && pm2 start --name comfy "python main.py --port 3002"
cd ${ROOT}/ComfyUI && pm2 start --name comfy "python main.py --highvram"


git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware
Expand Down
6 changes: 4 additions & 2 deletions docker/video/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ rm -rf /etc/nginx && git clone [email protected]:stakeordie/emprops-nginx-conf.git
ln -s /etc/nginx-repo/node /etc/nginx

git clone https://github.com/comfyanonymous/ComfyUI.git ${ROOT}/ComfyUI
cd ${ROOT}/ComfyUI && pip install -r requirements.txt
cd ${ROOT}/ComfyUI && git reset --hard "915fdb57454c094391d830cefb4ffdd24ed8088c" && pip install -r requirements.txt
rm -rf custom_nodes
mv ${ROOT}/nodes ${ROOT}/ComfyUI/custom_nodes

/scripts/models.sh

cd ${ROOT}/ComfyUI && pm2 start --name comfy "python main.py --port 3002"
pip install "numpy < 2"

cd ${ROOT}/ComfyUI && pm2 start --name comfy "python main.py --highvram"


git clone https://github.com/stakeordie/comfy-middleware.git ${ROOT}/comfy-middleware
Expand Down

0 comments on commit 33633b1

Please sign in to comment.