From 05e265ff3f08cd07582fb0915f2fd4a9accb3be0 Mon Sep 17 00:00:00 2001 From: Alexey Borsky Date: Thu, 2 Apr 2026 01:00:50 +0300 Subject: [PATCH] Fix typo in maintenance warning message --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 29ba933..0487c48 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # SD-CN-Animation > [!Warning] -> This repository is no longer maintained. If you are looking for more modern ComfyUI version of this tool please check out this repository, this might be what you are actually loocking for: https://github.com/pxl-pshr/ComfyUI-SD-CN-Animation +> This repository is no longer maintained. If you are looking for more modern ComfyUI version of this tool please check out this repository, this might be what you are actually looking for: https://github.com/pxl-pshr/ComfyUI-SD-CN-Animation This project allows you to automate video stylization task using StableDiffusion and ControlNet. It also allows you to generate completely new videos from text at any resolution and length in contrast to other current text2video methods using any Stable Diffusion model as a backbone, including custom ones. It uses '[RAFT](https://github.com/princeton-vl/RAFT)' optical flow estimation algorithm to keep the animation stable and create an occlusion mask that is used to generate the next frame. In text to video mode it relies on 'FloweR' method (work in progress) that predicts optical flow from the previous frames.