Image build from github works fine but when i test with a request i get an error
ImportError: cannot import name 'TypeIs' from 'typing_extensions' (/usr/local/lib/python3.10/dist-packages/typing_extensions.py)
I attached the error logs
15 Replies
This is an error with your template, can you link it?
This is it -> https://github.com/A-BMT02/runpod-worker-comfy
GitHub
GitHub - A-BMT02/runpod-worker-comfy: ComfyUI as a serverless API o...
ComfyUI as a serverless API on RunPod. Contribute to A-BMT02/runpod-worker-comfy development by creating an account on GitHub.
You should be able to fork this and bump
typing_extensions
to the latest version safely @DEOGEEThanks im tryin that now
But in my snapshot.json file im already using typing_extensions==4.9.0
This should be ok no?
TypeIs
was added in 4.10.0
The latest version number is 4.12.2Thanks. That fixed that issue. Im running into another issue and its hard for me to access the logs. Sometimes there is no logs at all and sometimes the logs dissapear almost instantly
Whats your container ID? I can check if anythings wrong but I cant access logs for you.
This is the url https://www.runpod.io/console/serverless/user/endpoint/l0dd5iu8v8jn1l
so im guessing
l0dd5iu8v8jn1l
is the idThe build is succesfull but im getting an error when i send a request

Its hard to debug cause i can barely see the logs
Maybe try to set an active worker and keep it running. You can also connect to the worker. Just remember set active worker to 0 when you done debugging
Thanks im trying that now
Did you find if anything wrong with it?
By any chance can i build my github repo on a runpod pod and access the files? @yhlong00000 @Dj
You can use a pod to clone the repo and compile it but we can't pre pull and compile anything but a Dockerimage
I cloned the runpod worker comfy and install the requrirements but i couldnt find any instruction in the docs on how to run it https://github.com/blib-la/runpod-worker-comfy
GitHub
GitHub - blib-la/runpod-worker-comfy: ComfyUI as a serverless API o...
ComfyUI as a serverless API on RunPod. Contribute to blib-la/runpod-worker-comfy development by creating an account on GitHub.