From 759f5e33eb3eb3fe1804a9d4413acb4a69a57464 Mon Sep 17 00:00:00 2001 From: Artiprocher <35051019+Artiprocher@users.noreply.github.com> Date: Sat, 30 Dec 2023 21:25:23 +0800 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 067d952..afd6a8a 100644 --- a/README.md +++ b/README.md @@ -56,4 +56,16 @@ Generate images with Stable Diffusion XL Turbo. You can see `examples/sdxl_turbo A very interesting example. Please see `examples/sd_toon_shading.py` for more details. -https://github.com/Artiprocher/DiffSynth-Studio/assets/35051019/53532f0e-39b1-4791-b920-c975d52ec24a +https://github.com/Artiprocher/DiffSynth-Studio/assets/35051019/607c199b-6140-410b-a111-3e4ffb01142c + +### Example 5: Text to Video + +Given a prompt, DiffSynth Studio can generate a video using a Stable Diffusion model and an AnimateDiff model. We can break the limitation of number of frames! See `examples/sd_text_to_video.py`. + +https://github.com/Artiprocher/DiffSynth-Studio/assets/35051019/8f556355-4079-4445-9b48-e9da77699437 + +### Example 6: Video Stylization + +We provide an example for video stylization. In this pipeline, the rendered video is completely different from the original video, thus we need a powerful deflickering algorithm. We use FastBlend to implement the deflickering module. Please see `examples/sd_video_rerender.py` for more details. + +https://github.com/Artiprocher/DiffSynth-Studio/assets/35051019/59fb2f7b-8de0-4481-b79f-0c3a7361a1ea