mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-03-15 14:09:36 +00:00
Remove unused variable.
This commit is contained in:
parent
30e6cfb1a0
commit
77633ba77d
@ -447,7 +447,6 @@ class LTXVPreprocess:
|
|||||||
CATEGORY = "image"
|
CATEGORY = "image"
|
||||||
|
|
||||||
def preprocess(self, image, img_compression):
|
def preprocess(self, image, img_compression):
|
||||||
output_image = image
|
|
||||||
if img_compression > 0:
|
if img_compression > 0:
|
||||||
output_images = []
|
output_images = []
|
||||||
for i in range(image.shape[0]):
|
for i in range(image.shape[0]):
|
||||||
|
Loading…
Reference in New Issue
Block a user