You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PR enables my code in ADE and ACN to be a lot less hacky, so it will break far less often with further ComfyUI updates.
If using SparseCtrl, AnimateDiff-Evolved needs to be updated to the latest version as well, as I no longer duplicate code and instead let AnimateDiff-Evolved willingly share the AnimateDiffModel-related classes/functions.
If you have an outdated version of ACN, you will see the following error when sampling: AdvancedControlBase.get_control_inject() takes 5 positional arguments but 6 were given
The text was updated successfully, but these errors were encountered:
As the title says, you'll need newest ComfyUI (at least commit comfyanonymous/ComfyUI@0ee322e) for latest ACN to work.
The PR enables my code in ADE and ACN to be a lot less hacky, so it will break far less often with further ComfyUI updates.
If using SparseCtrl, AnimateDiff-Evolved needs to be updated to the latest version as well, as I no longer duplicate code and instead let AnimateDiff-Evolved willingly share the AnimateDiffModel-related classes/functions.
If you have an outdated version of ACN, you will see the following error when sampling:
AdvancedControlBase.get_control_inject() takes 5 positional arguments but 6 were given
The text was updated successfully, but these errors were encountered: