Skip to content

Commit 17fcbc2

Browse files
cleaned comments and push
1 parent 22a4392 commit 17fcbc2

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

__init__.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,16 @@
11
# __init__.py (repo root)
22
from .suitetea.save_and_reload_image import Tea_SaveAndReloadImage
33
from .suitetea.image_checkpoint_from_path import Tea_ImageCheckpointFromPath
4-
#from .suitetea.save_and_reload_imageV2 import Tea_SaveAndReloadImageV2
54
from .suitetea.load_frame_from_vid_as_img import Tea_LoadFrameFromVidAsImg
65

76
NODE_CLASS_MAPPINGS = {
87
"Tea_SaveAndReloadImage": Tea_SaveAndReloadImage,
98
"Tea_ImageCheckpointFromPath": Tea_ImageCheckpointFromPath,
10-
#"Tea_SaveAndReloadImageV2": Tea_SaveAndReloadImageV2,
119
"Tea_LoadFrameFromVidAsImg": Tea_LoadFrameFromVidAsImg,
1210
}
1311

1412
NODE_DISPLAY_NAME_MAPPINGS = {
1513
"Tea_SaveAndReloadImage": "Tea: Save & Reload Image",
1614
"Tea_ImageCheckpointFromPath": "Tea: Load Image Checkpoints from path",
17-
#"Tea_SaveAndReloadImageV2": "Tea: Save & Reload Image V2 (with picker)",
1815
"Tea_LoadFrameFromVidAsImg": "Tea: Load Frame from Video as Image",
1916
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "ComfyUI-SuiteTea"
33
description = "some good nodes for bad reasons"
4-
version = "1.1.2"
4+
version = "1.2.3"
55
license = {file = "LICENSE"}
66
# classifiers = [
77
# # For OS-independent nodes (works on all operating systems)

0 commit comments

Comments
 (0)