mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-22 19:24:30 +08:00
category fix
This commit is contained in:
parent
9bb1e47ba7
commit
20aab31d83
@ -1276,7 +1276,7 @@ class PointsEditor:
|
|||||||
RETURN_TYPES = ("STRING", "STRING", "BBOX", "MASK", "IMAGE")
|
RETURN_TYPES = ("STRING", "STRING", "BBOX", "MASK", "IMAGE")
|
||||||
RETURN_NAMES = ("positive_coords", "negative_coords", "bbox", "bbox_mask", "cropped_image")
|
RETURN_NAMES = ("positive_coords", "negative_coords", "bbox", "bbox_mask", "cropped_image")
|
||||||
FUNCTION = "pointdata"
|
FUNCTION = "pointdata"
|
||||||
CATEGORY = "KJNodes/weights"
|
CATEGORY = "KJNodes/experimental"
|
||||||
DESCRIPTION = """
|
DESCRIPTION = """
|
||||||
# WORK IN PROGRESS
|
# WORK IN PROGRESS
|
||||||
Do not count on this as part of your workflow yet,
|
Do not count on this as part of your workflow yet,
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "comfyui-kjnodes"
|
name = "comfyui-kjnodes"
|
||||||
description = "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability."
|
description = "Various quality of life -nodes for ComfyUI, mostly just visual stuff to improve usability."
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
license = {file = "LICENSE"}
|
license = {file = "LICENSE"}
|
||||||
dependencies = ["librosa", "numpy", "pillow>=10.3.0", "scipy", "color-matcher", "matplotlib", "huggingface_hub"]
|
dependencies = ["librosa", "numpy", "pillow>=10.3.0", "scipy", "color-matcher", "matplotlib", "huggingface_hub"]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user