Skip to content

Commit 7b48cd3

Browse files
authored
Update README.md
1 parent f737c7b commit 7b48cd3

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ python install.py
2323

2424
****Custom nodes from [ComfyUI-VideoHelperSuite](https://github.com/Kosinkadink/ComfyUI-VideoHelperSuite) are required for these nodes to function properly.***
2525

26+
## Example Workflow
27+
28+
![example_workflow](https://github.com/user-attachments/assets/f979b4bb-ff81-4d73-86f2-bd75475bd5d7)
29+
2630
## Usage
2731

2832
**If you installed from the ComfyUI-Manager, all the necessary models should be automatically downloaded into the `models/diffusers` folder.**
@@ -31,14 +35,28 @@ python install.py
3135

3236
Manually Download the [CoTracker Checkpoint](https://huggingface.co/facebook/cotracker/blob/main/cotracker2.pth) and place it in `models/cotracker` folder to use AniDoc with tracking enabled.
3337

34-
The nodes can be found in "AniDoc" category as "AniDocLoader", "LoadCoTracker", "GetAniDocControlnetImages", "AniDocSampler".
38+
The nodes can be found in "AniDoc" category as `AniDocLoader`, `LoadCoTracker`, `GetAniDocControlnetImages`, `AniDocSampler`.
3539

3640
Take a look at the example workflow for more info.
3741

3842
> Currently our model expects `14 frames` video as input, so if you want to colorize your own lineart sequence, you should preprocess it into 14 frames
3943
4044
> However, in our test, we found that in most cases our model works well for more than 14 frames (`72 frames`)
4145
46+
## Showcases
47+
48+
*Some demos from **[the official demo page](https://yihao-meng.github.io/AniDoc_demo)**
49+
50+
![Demo_1](https://yihao-meng.github.io/AniDoc_demo/gallery/image6.gif)
51+
![Demo_2](https://yihao-meng.github.io/AniDoc_demo/gallery/image92.gif)
52+
![Demo_3](https://yihao-meng.github.io/AniDoc_demo/gallery/image15.gif)
53+
54+
*Multiple Characters
55+
![Demo_4](https://yihao-meng.github.io/AniDoc_demo/gallery/image95.gif)
56+
57+
*Reference Background
58+
![Demo_4](https://yihao-meng.github.io/AniDoc_demo/gallery/image43.gif)
59+
4260
## Citation
4361

4462
```bibtex

0 commit comments

Comments
 (0)