robertalanbevan
robertalanbevan
I resolved this by "simply" cutting out these lines from webui.py: ``` app.user_middleware = [x for x in app.user_middleware if x.cls.__name__ != 'CORSMiddleware'] setup_cors(app) app.add_middleware(GZipMiddleware, minimum_size=1000) ``` Not that I...
In my case, final outputs still eventually get produced with or without ControlNet, but now my ControlNet nodes always reload and reprocess their controlling image every time I queue a...
> Can you post the actual workflow? [testing-node-cache-workflow.json](https://github.com/user-attachments/files/16766556/testing-node-cache-workflow.json) It doesn't seem to be the result of anything I manually changed in my workflow - I noticed it immediately after updating...
 No change when I switched to the Canny image processor node. I tried it with both the Canny ControlNet model as well as the Depth model. I'll make a...
 I removed the obvious non-core nodes and went through and made sure the rest were all core nodes - no change. This is still on my main ComfyUI install,...
The fresh install seems to have fixed the problem. Still not sure what caused it.
Sorry to slightly hijack but I'm looking for a way to queue even just once at startup (although auto queue would be better). I generate images all throughout the day...