continue-revolution / sd-webui-animatediff

AnimateDiff for AUTOMATIC1111 Stable Diffusion WebUI
Other
3.11k stars 258 forks source link

Fix broken API #530

Closed Raziel619 closed 5 months ago

Raziel619 commented 5 months ago

The more recent versions of A1111 produce the 'is_i2i_batch' parameter in API calls. As this parameter is not included in the AnimateDiffProcess constructors, all API calls to animatediff fail. This PR resolves that breakage while also being backward compatible to previous versions of A1111.

zappityzap commented 5 months ago

API calls have been working for me. This change looks correct, and tested OK.