Skip to content

Commit

Permalink
fix EVF-SAMUltra model name
Browse files Browse the repository at this point in the history
  • Loading branch information
chflame163 committed Aug 29, 2024
1 parent 347cfbe commit 6414c85
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion py/evf_sam_ultra.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

from .imagefunc import *
sys.path.append(os.path.join(os.path.dirname(__file__), 'evf_sam'))
from inference import evf_sam_main
from evf_sam.evf_sam_inference import evf_sam_main
class EVF_SAM_Ultra:

def __init__(self):
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_layerstyle"
description = "A set of nodes for ComfyUI it generate image like Adobe Photoshop's Layer Style. the Drop Shadow is first completed node, and follow-up work is in progress."
version = "1.0.34"
version = "1.0.35"
license = "MIT"
dependencies = ["numpy", "pillow", "torch", "matplotlib", "Scipy", "scikit_image", "opencv-contrib-python", "pymatting", "segment_anything", "timm", "addict", "yapf", "colour-science", "wget", "mediapipe", "loguru", "typer_config", "fastapi", "rich", "google-generativeai", "diffusers", "omegaconf", "tqdm", "transformers", "kornia", "image-reward", "ultralytics", "blend_modes", "blind-watermark", "qrcode", "pyzbar", "transparent-background", "huggingface_hub", "accelerate", "bitsandbytes", "torchscale", "wandb", "hydra-core", "psd-tools"]

Expand Down

0 comments on commit 6414c85

Please sign in to comment.