mirror of
https://git.datalinker.icu/kijai/ComfyUI-KJNodes.git
synced 2025-12-14 07:14:29 +08:00
Update image_nodes.py
This commit is contained in:
parent
2f843db54e
commit
d8cf496704
@ -16,7 +16,6 @@ from comfy.cli_args import args
|
|||||||
from comfy.utils import ProgressBar, common_upscale
|
from comfy.utils import ProgressBar, common_upscale
|
||||||
import folder_paths
|
import folder_paths
|
||||||
import model_management
|
import model_management
|
||||||
import node_helpers
|
|
||||||
|
|
||||||
script_directory = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
script_directory = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
|
||||||
|
|
||||||
@ -1357,7 +1356,8 @@ class LoadAndResizeImage:
|
|||||||
|
|
||||||
def load_image(self, image, resize, width, height, repeat, keep_proportion, divisible_by, mask_channel):
|
def load_image(self, image, resize, width, height, repeat, keep_proportion, divisible_by, mask_channel):
|
||||||
image_path = folder_paths.get_annotated_filepath(image)
|
image_path = folder_paths.get_annotated_filepath(image)
|
||||||
|
|
||||||
|
import node_helpers
|
||||||
img = node_helpers.pillow(Image.open, image_path)
|
img = node_helpers.pillow(Image.open, image_path)
|
||||||
|
|
||||||
output_images = []
|
output_images = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user