diff --git a/animatediff/context.py b/animatediff/context.py index b3a61fd..b44fa42 100644 --- a/animatediff/context.py +++ b/animatediff/context.py @@ -1,8 +1,7 @@ -from typing import Callable, Optional, Union +from typing import Union import torch import torchvision -import PIL from PIL import Image, ImageFont, ImageDraw import numpy as np diff --git a/pyproject.toml b/pyproject.toml index 5bd4395..30a7309 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "comfyui-animatediff-evolved" description = "Improved AnimateDiff integration for ComfyUI." -version = "1.0.9" +version = "1.0.10" license = "LICENSE" dependencies = []