aksay_23298
aksay_23298
RRunPod
Created by aksay_23298 on 11/5/2024 in #⚡|serverless
serverless workers idle but multiple requests still in the queue
I have set scaling for spinning a new worker when a request is in queue for 30 secs, but no new idle worker is running except for active workers despite having multiple requests in the queue for more than 90 secs
4 replies
RRunPod
Created by aksay_23298 on 8/11/2024 in #⚡|serverless
Getting an error with workers on serverless
Running a docker image for comfyui and using face reactor : 2024-08-11T20:59:36.013496862Z File "/comfyui/custom_nodes/comfyui-reactor-node/scripts/reactor_faceswap.py", line 91, in process 2024-08-11T20:59:36.013503712Z result = swap_face( 2024-08-11T20:59:36.013518132Z File "/comfyui/custom_nodes/comfyui-reactor-node/scripts/reactor_swapper.py", line 230, in swap_face 2024-08-11T20:59:36.013529842Z source_faces = analyze_faces(source_img) 2024-08-11T20:59:36.013534952Z File "/comfyui/custom_nodes/comfyui-reactor-node/scripts/reactor_swapper.py", line 147, in analyze_faces 2024-08-11T20:59:36.013541262Z face_analyser = getAnalysisModel(det_size) 2024-08-11T20:59:36.013552282Z File "/comfyui/custom_nodes/comfyui-reactor-node/scripts/reactor_swapper.py", line 77, in getAnalysisModel 2024-08-11T20:59:36.013561642Z ANALYSIS_MODEL = insightface.app.FaceAnalysis( 2024-08-11T20:59:36.013571222Z File "/comfyui/custom_nodes/comfyui-reactor-node/reactor_patcher.py", line 59, in patched_faceanalysis_init 2024-08-11T20:59:36.013584022Z assert 'detection' in self.models this error occurs randomly and not sure where it is coming from
27 replies