continue-revolution / sd-webui-animatediff

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

Support infotext paste #400

Closed zappityzap closed 10 months ago

zappityzap commented 10 months ago

Enable loading AnimateDiff settings from infotext paste and Send to txt2img/img2img

Fully working with PNG and WEBP. GIF sends all settings, but the escaped newlines in the prompt prevent sending the prompt itself.

PNG Info doesn't support MP4 and WEBM yet so the infotext must be pasted into the positive prompt box, followed by pressing the paste button (blue square with white arrow). Most video players should be able to show the infotext. In VLC, use Tools > Media Info. Exiftool can also display the infotext.

Closes #384

zappityzap commented 10 months ago

I think this ready to merge, unless you have any feedback. Thanks.