diff --git a/docker/basic/start.sh b/docker/basic/start.sh index 436849f..23c3175 100755 --- a/docker/basic/start.sh +++ b/docker/basic/start.sh @@ -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 diff --git a/docker/video/start.sh b/docker/video/start.sh index b2332f1..23c3175 100755 --- a/docker/video/start.sh +++ b/docker/video/start.sh @@ -6,13 +6,15 @@ rm -rf /etc/nginx && git clone git@github.com: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