From d44e31aec2a450a31bc80662942094d617a585c2 Mon Sep 17 00:00:00 2001 From: Dhruv Nair Date: Tue, 19 Mar 2024 14:13:41 +0530 Subject: [PATCH] Add FreeInit Outputs to Docs Page (#7384) * update * fix --- docs/source/en/api/pipelines/animatediff.md | 23 +++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/source/en/api/pipelines/animatediff.md b/docs/source/en/api/pipelines/animatediff.md index e3a82377eb32..913529e6ebdc 100644 --- a/docs/source/en/api/pipelines/animatediff.md +++ b/docs/source/en/api/pipelines/animatediff.md @@ -408,6 +408,29 @@ Make sure to check out the Schedulers [guide](../../using-diffusers/schedulers) + + + + + + + + + +
Without FreeInit enabledWith FreeInit enabled
+ panda playing a guitar +
+ panda playing a guitar +
+ panda playing a guitar +
+ panda playing a guitar +
+ ## Using AnimateLCM [AnimateLCM](https://animatelcm.github.io/) is a motion module checkpoint and an [LCM LoRA](https://huggingface.co/docs/diffusers/using-diffusers/inference_with_lcm_lora) that have been created using a consistency learning strategy that decouples the distillation of the image generation priors and the motion generation priors.