Meng
Meng
RRunPod
Created by Meng on 9/4/2024 in #⚡|serverless
Get Comfyui progress with runpod-worker-comfyui?
hmm I'm a bit ignorant about the workers / serverless stuff. I just followed the quickstart guide here https://github.com/blib-la/runpod-worker-comfy/ As I understand, I'll have to modify the rp_handler.py here. but how do I update that handler in my serverless endpoint instance? do I need to create a custom docker model and use that?
4 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
turns out the login node supports api calls with token too, adding the token solved the issue
42 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
thanks a lot! I'll see what I can do 🙂
42 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
ohhhh yes there really is a login custom node. disabling it worked 🙂 thanks! another quick question then: is there a way to have an ACL kind of thing on my pod? like accept only requests from this ip? or would I have to implement it myself in comfy's code etc?=
42 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
hmm not that I know of but let me check the extensions
42 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
strange thing is, when I access the same url from the browser on my computer, it works. not with axios, which is kinda strangfe
42 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
says cloudflare in there somewhere, that's why I thought so
42 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
let me see about that
42 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
this is the full response:
42 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
I don't think so, btw the 401 comes from cloudflare I think
42 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
yes
42 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
(post, /prompt, etc. all same)
42 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
but axios returns 401 unauthorized
42 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
and opens in the browser
42 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
the url is correct
42 replies
RRunPod
Created by Meng on 8/30/2024 in #⛅|pods
comfyui api 401 unauthorized
simply: const res = await axios.get(${COMFY_SERVER}/);
42 replies