Skip to content

Commit

Permalink
update name and description
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdjalili committed Dec 22, 2024
1 parent 18d4305 commit 414a5fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion SeamlessCloning.py → SeamlessClone.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import cv2
import numpy as np

class SeamlessCloning:
class SeamlessClone:

@classmethod
def INPUT_TYPES(cls):
Expand Down
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .SeamlessCloning import SeamlessCloning
from .SeamlessClone import SeamlessClone

NODE_CLASS_MAPPINGS = {
"Seamless Cloning": SeamlessCloning,
"Seamless Clone": SeamlessClone,
}

__all__ = ['NODE_CLASS_MAPPINGS']
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "comfyui-seamless-clone"
description = "Seamless Clone for ComfyUI"
version = "1.0.1"
description = "Seamless Clone Using OpenCV for ComfyUI"
version = "1.0.2"
license = {file = "LICENSE"}
dependencies = ["numpy==2.2.0", "opencv_python==4.10.0.84", "torch==2.5.1"]

Expand All @@ -11,5 +11,5 @@ Repository = "https://github.com/Aksaz/comfyui-seamless-clone"

[tool.comfy]
PublisherId = "mahdi"
DisplayName = "comfyui-seamless-clone"
DisplayName = "ComfyUI Seamless Clone"
Icon = ""

0 comments on commit 414a5fa

Please sign in to comment.