Closed Kosinkadink closed 6 months 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.
_forward
forward
This PR make it work while maintaining backwards compatibility.
As of commit https://github.com/comfyanonymous/ComfyUI/commit/0bdc2b15c75426af75a326d5966ad47aab5b76d3 , BasicTransformerBlock no longer has a
_forward
function, onlyforward
. This causes attn RefCN to break.This PR make it work while maintaining backwards compatibility.