7.2 KiB
7.2 KiB
This ducoment backs up all previous 1.0 updates.
2023/07/20v1.1.0: Fix gif duration, add loop number, remove auto-download, remove xformers, remove instructions on gradio UI, refactor README, add sponsor QR code.2023/07/24v1.2.0: Fix incorrect insertion of motion modules, add option to change path to motion modules inSettings/AnimateDiff, fix loading different motion modules.2023/09/04v1.3.0: Support any community models with the same architecture; fix grey problem via #632023/09/11v1.4.0: Support official v2 motion module (different architecture: GroupNorm not hacked, UNet middle layer has motion module).2023/09/14: v1.4.1: Always changebeta,alpha_comprodandalpha_comprod_prevto resolve grey problem in other samplers.2023/09/16: v1.5.0: Randomize init latent to support better img2gif; add other output formats and infotext output; add appending reversed frames; refactor code to ease maintaining.2023/09/19: v1.5.1: Support xformers, sdp, sub-quadratic attention optimization - VRAM usage decrease to 5.60GB with default setting.2023/09/22: v1.5.2: Option to disable xformers atSettings/AnimateDiffdue to a bug in xformers, API support, option to enable GIF paletter optimization atSettings/AnimateDiff, gifsicle optimization move toSettings/AnimateDiff.2023/09/25: v1.6.0: Motion LoRA supported. See Motion Lora for more information.2023/09/27: v1.7.0: ControlNet supported. See ControlNet V2V for more information. Safetensors for some motion modules are also available now.2023/09/29: v1.8.0: Infinite generation supported. See WebUI Parameters for more information.2023/10/01: v1.8.1: Now you can uncheckBatch cond/uncondinSettings/Optimizationif you want. This will reduce your VRAM (5.31GB -> 4.21GB for SDP) but take longer time.2023/10/08: v1.9.0: Prompt travel supported. You must have ControlNet installed (you do not need to enable ControlNet) to try it. See Prompt Travel for how to trigger this feature.2023/10/11: v1.9.1: Use state_dict key to guess mm version, replace match case with if else to support python<3.10, option to save PNG to custom dir (seeSettings/AnimateDifffor detail), move hints to js, install imageio[ffmpeg] automatically when MP4 save fails.2023/10/16: v1.9.2: Add context generator to completely remove any closed loop, prompt travel support closed loop, infotext fully supported including prompt travel, README refactor2023/10/19: v1.9.3: Support webp output format. See #233 for more information.2023/10/21: v1.9.4: Save prompt travel to output images,Reversemerged toClosed loop(See WebUI Parameters), removeTimestepEmbedSequentialhijack, removehints.js, better explanation of several context-related parameters.2023/10/25: v1.10.0: Support img2img batch. You need ControlNet installed to make it work properly (you do not need to enable ControlNet). See ControlNet V2V for more information.2023/10/29: v1.11.0: HotShot-XL supported. See SDXL for more information.2023/11/06: v1.11.1: Optimize VRAM for ControlNet V2V, patch encode_pil_to_base64 for api return a video, save frames toAnimateDiff/yy-mm-dd/, recover from assertion error, optional request id for API.2023/11/10: v1.12.0: AnimateDiff for SDXL supported. See SDXL for more information.2023/11/16: v1.12.1: FP8 precision and LCM sampler supported. See Optimizations for more information. You can also optionally upload videos to AWS S3 storage by configuring appropriately viaSettings/AnimateDiff AWS.2023/12/19: v1.13.0: AnimateDiff V3 supported. See V3 for more information. Also: release all official models in fp16 & safetensors format here, add option to disable LCM sampler inSettings/AnimateDiff, remove patch encode_pil_to_base64 because A1111 v1.7.0 now supports video return for API.2024/01/12: v1.13.1: This small version update completely comes from the community. We fix mp4 encode error #402, support infotext copy-paste #400, validate prompt travel frame numbers #401.