Kosinkadink / ComfyUI-Advanced-ControlNet

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

Make attn RefCN compatible with recent ComfyUI (backwards compatible) #114

Closed Kosinkadink closed 1 month ago

Kosinkadink commented 1 month ago

As of commit https://github.com/comfyanonymous/ComfyUI/commit/0bdc2b15c75426af75a326d5966ad47aab5b76d3 , BasicTransformerBlock no longer has a _forward function, only forward. This causes attn RefCN to break.

This PR make it work while maintaining backwards compatibility.