From c8480f9b5715ac867d8003ead83d3f7ffda266d4 Mon Sep 17 00:00:00 2001 From: Jedrzej Kosinski Date: Wed, 10 Jul 2024 23:03:57 -0500 Subject: [PATCH] Cleaned imports, version bump --- animatediff/context.py | 3 +-- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 = []