Skip to content

Commit 6414c85

Browse files
committed
fix EVF-SAMUltra model name
1 parent 347cfbe commit 6414c85

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

py/evf_sam_ultra.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from .imagefunc import *
77
sys.path.append(os.path.join(os.path.dirname(__file__), 'evf_sam'))
8-
from inference import evf_sam_main
8+
from evf_sam.evf_sam_inference import evf_sam_main
99
class EVF_SAM_Ultra:
1010

1111
def __init__(self):

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui_layerstyle"
33
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."
4-
version = "1.0.34"
4+
version = "1.0.35"
55
license = "MIT"
66
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"]
77

0 commit comments

Comments
 (0)