Skip to content

Commit 93c076c

Browse files
committed
remove log
1 parent 9fefca9 commit 93c076c

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

nodes/image_utility.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -911,8 +911,6 @@ def INPUT_TYPES(cls):
911911

912912
def node_function(self, images):
913913
# [b,h,w,c]
914-
print("====================")
915-
print(f"images.shape: {images.shape}")
916914
batch, height, width, channel = (images.shape[0], images.shape[1], images.shape[2], images.shape[3])
917915
return (batch, width, height, channel)
918916

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Python Script
6363
6464
Load LoRA Dual
6565
"""
66-
version = "1.0.81"
66+
version = "1.0.82"
6767
license = { file = "LICENSE" }
6868
dependencies = [
6969
"googletrans",

0 commit comments

Comments
 (0)