But _check function has its own list with no "TXT" element
def _check(self):
assert (
self.video_length >= 0 and self.fps > 0
), "Video length and FPS should be positive."
assert not set(["GIF", "MP4", "PNG", "WEBP", "WEBM"]).isdisjoint(
self.format
), "At least one saving format should be selected."
In futher updates of supported formats if should be fixed. E.g
Expected behavior
animatediff_ui contains variable:
But
_check
function has its own list with no "TXT" elementIn futher updates of supported formats if should be fixed. E.g