dchatel

Results 11 comments of dchatel

The issue seem pretty deep. On line 934 in controlnet.py we have: ``` units = external_code.get_all_units_in_processing(p) ``` which is the call to the method that gives you the controlnet units....

I just tried with all my extensions disabled (not the built-in ones), using vladmantic ui, and it still doesn't work. Try this. It should help you reproduce the problem. ```...

Multicontrolnet, you would do something like this : ``` "alwayson_scripts": { "controlnet": { "args": [ { "module": ..., "model": ..., }, { "module": ..., "model": ..., }, { "module": ...,...

Here is an example that works with img2img ``` "alwayson_scripts": { "controlnet": { "args": [ { 'enabled': True, 'module': "tile_resample", 'model': "control_v11f1e_sd15_tile [a371b31b]", 'weight': 1, 'resize_mode': 1, 'low_vram': False, 'processor_res':...

What's the output of a1111 or vlad in the terminal when you first launch the ui ?

Try installing insightface. You should get version 0.7.3. ``` pip install -U insightface ```

The culprit may be related to line 267 of file web/scripts/domWidgets.js: ```javascript zIndex: app.graph._nodes.indexOf(node), ``` when I commented this line, it kinda helped a little bit, but this is not...

Recently, this bug has gotten worse. https://github.com/comfyanonymous/ComfyUI/assets/1372055/0c9a2c2a-6f9e-412d-9b90-cfcb724e4222

Let's say, I want to use the settings node for only a part of the workflow. That wouldn't work, right? I mean, I would have to set a second settings...