xsjiang
RRunPod
•Created by xsjiang on 4/23/2024 in #⚡|serverless
serveless webhook sometimes does not receive requests
2 replies
RRunPod
•Created by xsjiang on 3/13/2024 in #⚡|serverless
Inconsistent performance of local runpods and production runpods
I tested my docker image locally using runpod and it worked fine, but after I uploaded the image to runpod's serveless, it didn't work properly.
5 replies
RRunPod
•Created by xsjiang on 1/19/2024 in #⚡|serverless
Why is the GPU not full?
I made 4 requests, but only 3 workers are running and 1 is waiting, but my worker limit is 5!
7 replies
RRunPod
•Created by xsjiang on 1/16/2024 in #⚡|serverless
ComfyUI ValueError: not allowed to raise maximum limit
I deployed a comfyui with the comfyui_controlnet_aux plugin included, and when I run the test runpod locally it works fine, but after deploying to serveless I get the following error.
5 replies
RRunPod
•Created by xsjiang on 1/12/2024 in #⚡|serverless
Serverless doesn't work properly when docker image is committed
I built the image locally using the following command and it works fine after submitting it to serverless.
sudo docker build -t xsjiang/rp-comfyui:t1 --platform linux/amd64 .
I then ran this image locally and built a second image using the following command.
sudo docker run --runtime=nvidia -it -v runpod-model:/runpod-volume -p 8188:8188 -p 8000:8000 --network host --name comfyui xsjiang/rp-comfyui:t1 /bin/bash
sudo docker commit comfyui xsjiang/rp-comfyui:t2
After I submit the image xsjiang/rp-comfyui:t2 to serverless, it doesn't work, it always keeps repeating start container.
2024-01-12T06:10:22Z Status: Downloaded newer image for xsjiang/rp-comfyui:1.4-1
2024-01-12T06:10:22Z worker is ready
2024-01-12T06:19:37Z create pod network
2024-01-12T06:19:37Z create container xsjiang/rp-comfyui:t2
2024-01-12T06:19:38Z 1.4-1 Pulling from xsjiang/rp-comfyui
2024-01-12T06:19:38Z Digest: sha256:a89561bc7e6f5fd89cbffc3a8e8b444135e129a245027f24049690a62804b12a
2024-01-12T06:19:38Z Status: Image is up to date for xsjiang/rp-comfyui:t2
2024-01-12T06:19:38Z worker is ready
2024-01-12T06:19:38Z start container
2024-01-12T06:19:54Z start container
2024-01-12T06:20:10Z start container22 replies