Skip to content

Commit

Permalink
Cleaned imports, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Kosinkadink committed Jul 11, 2024
1 parent 8ba2923 commit c8480f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions animatediff/context.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = []

Expand Down

0 comments on commit c8480f9

Please sign in to comment.