I'm able to load up the Metal Diffusion UI and start generating, however just before the image is generated I get this error and then cannot generate again.
currentInputFrame.save(f"debug/frameAfterWarpBeforeInference_{frameNumber:05}.png", format = "png")
^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'save'
I'm able to load up the Metal Diffusion UI and start generating, however just before the image is generated I get this error and then cannot generate again.