Kosinkadink / ComfyUI-Advanced-ControlNet

ControlNet scheduling and masking nodes with sliding context support
GNU General Public License v3.0
619 stars 61 forks source link

ControlLora support broken after last PR #6

Closed Kosinkadink closed 1 year ago

Kosinkadink commented 1 year ago

Working on it now

Kosinkadink commented 1 year ago

Should be fixed now with latest commit.

suede299 commented 1 year ago

image image This commit doesn't seem to have solved the problem of loading the controllora

Kosinkadink commented 1 year ago

Ah, I see, ControlLora inherits from ControlNet, so isinstance thinks they're the same - will push out fix in a few minutes

Kosinkadink commented 1 year ago

Ok, should be fixed now - it should leave ControlLora completely alone now and not accidentally confuse it for ControlNet class.

image