Skip to content

Commit

Permalink
Remove unused variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
comfyanonymous committed Mar 5, 2025
1 parent 30e6cfb commit 77633ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion comfy_extras/nodes_lt.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ def INPUT_TYPES(s):
CATEGORY = "image"

def preprocess(self, image, img_compression):
output_image = image
if img_compression > 0:
output_images = []
for i in range(image.shape[0]):
Expand Down

0 comments on commit 77633ba

Please sign in to comment.