Skip to content

Commit d44e31a

Browse files
authored
Add FreeInit Outputs to Docs Page (huggingface#7384)
* update * fix
1 parent ce9825b commit d44e31a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/source/en/api/pipelines/animatediff.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,29 @@ Make sure to check out the Schedulers [guide](../../using-diffusers/schedulers)
408408

409409
</Tip>
410410

411+
<table>
412+
<tr>
413+
<th align=center>Without FreeInit enabled</th>
414+
<th align=center>With FreeInit enabled</th>
415+
</tr>
416+
<tr>
417+
<td align=center>
418+
panda playing a guitar
419+
<br />
420+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/animatediff-no-freeinit.gif"
421+
alt="panda playing a guitar"
422+
style="width: 300px;" />
423+
</td>
424+
<td align=center>
425+
panda playing a guitar
426+
<br/>
427+
<img src="https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/animatediff-freeinit.gif"
428+
alt="panda playing a guitar"
429+
style="width: 300px;" />
430+
</td>
431+
</tr>
432+
</table>
433+
411434
## Using AnimateLCM
412435

413436
[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.

0 commit comments

Comments
 (0)