Skip to content

Commit 3185eb2

Browse files
committed
Fix install
1 parent 149f529 commit 3185eb2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ python install.py
2929

3030
## Usage
3131

32-
**If you installed from the ComfyUI-Manager, all the necessary models should be automatically downloaded into the `models/diffusers` folder.**
32+
**All the necessary models should be automatically downloaded when the LoadAniDoc node is used for the first time.**
3333

34-
**Otherwise they will be automatically downloaded when the LoadAniDoc node is used for the first time.**
34+
**Models can also be downloaded using the `install.py` script**
3535

3636
**Manual Download:**
3737
- Download Stable Diffusion Video Img2Vid from [here](https://huggingface.co/stabilityai/stable-video-diffusion-img2vid-xt-1-1/tree/main) and put everything in `models/diffusers/stable-video-diffusion-img2vid-xt-1-1`

install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
download_models = True
1414

1515
try:
16-
folder_paths_path = os.path.abspath(os.path.join(os.path.dirname(EXT_PATH), "..", "..", "folder_paths.py"))
16+
folder_paths_path = os.path.abspath(os.path.join(EXT_PATH, "..", "..", "folder_paths.py"))
1717

1818
sys.path.append(os.path.dirname(folder_paths_path))
1919

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui-anidoc"
33
description = "ComfyUI Custom Nodes for 'AniDoc: Animation Creation Made Easier'. This approach automates line art video colorization using a novel model that aligns color information from references, ensures temporal consistency, and reduces manual effort in animation production."
4-
version = "1.0.3"
4+
version = "1.0.4"
55
license = {file = "LICENSE"}
66
dependencies = ["diffusers", "huggingface_hub", "Pillow", "accelerate", "omegaconf", "opencv-python", "einops", "kornia", "git+https://github.com/XPixelGroup/BasicSR.git"]
77

0 commit comments

Comments
 (0)