robertalanbevan

Results 7 comments of 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...

![image](https://github.com/user-attachments/assets/5d03aed2-4b1a-4987-a2ba-7ff054427593) 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...

![image](https://github.com/user-attachments/assets/61f01950-f9c4-4e1b-ab9f-906e7b60b5ca) 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,...

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...