Skip to content

Commit

Permalink
Merge pull request #56 from sipherxyz/develop
Browse files Browse the repository at this point in the history
Fix invalid path aux.py in windows
  • Loading branch information
tungnguyensipher authored Oct 31, 2024
2 parents 83c3732 + 8034af6 commit 8d538c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/controlnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import folder_paths
from nodes import ControlNetLoader, ControlNetApply, ControlNetApplyAdvanced

from .aux import preprocessors, apply_preprocessor
from .preprocessor import preprocessors, apply_preprocessor
from .advanced import comfy_load_controlnet


Expand Down
File renamed without changes.
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-art-venture"
description = "A comprehensive set of custom nodes for ComfyUI, focusing on utilities for image processing, JSON manipulation, model operations and working with object via URLs"
version = "1.0.4"
version = "1.0.5"
license = "LICENSE"
dependencies = ["timm==0.6.13", "transformers", "fairscale", "pycocoevalcap", "opencv-python", "qrcode[pil]", "pytorch_lightning", "kornia", "pydantic", "segment_anything", "boto3>=1.34.101"]

Expand Down

0 comments on commit 8d538c9

Please sign in to comment.