ltdrdata / ComfyUI-Impact-Pack

Custom nodes pack for ComfyUI This custom node helps to conveniently enhance images through Detector, Detailer, Upscaler, Pipe, and more.
GNU General Public License v3.0
1.78k stars 165 forks source link

DetailerDebug (SEGS) Error #670

Closed ckao10301 closed 2 months ago

ckao10301 commented 2 months ago

After updating comfy and nodes, my workflow now longer works. test workflow.json

Image

daniela-beleva-s9JtJMkrd3Y-unsplash

Mask

mask_daniela

obj.FUNCTION, allow_interrupt=True) File "/home/ckao1030/Desktop/ComfyUI/execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "/home/ckao1030/Desktop/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/modules/impact/impact_pack.py", line 1323, in doit DetailerForEach.do_detail(image, segs, model, clip, vae, guide_size, guide_size_for, max_size, seed, steps, cfg, File "/home/ckao1030/Desktop/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/modules/impact/impact_pack.py", line 227, in do_detail enhanced_image, cnet_pil = core.enhance_detail(cropped_image, model, clip, vae, guide_size, guide_size_for_bbox, max_size, File "/home/ckao1030/Desktop/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/modules/impact/core.py", line 246, in enhance_detail latent_image = to_latent_image(upscaled_image, vae) File "/home/ckao1030/Desktop/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/modules/impact/utils.py", line 427, in to_latent_image pixels = nodes.VAEEncode.vae_encode_crop_pixels(pixels)

obj.FUNCTION, allow_interrupt=True) File "/home/ckao1030/Desktop/ComfyUI/execution.py", line 74, in map_node_over_list results.append(getattr(obj, func)(**slice_dict(input_data_all, i))) File "/home/ckao1030/Desktop/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/modules/impact/impact_pack.py", line 1323, in doit DetailerForEach.do_detail(image, segs, model, clip, vae, guide_size, guide_size_for, max_size, seed, steps, cfg, File "/home/ckao1030/Desktop/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/modules/impact/impact_pack.py", line 227, in do_detail enhanced_image, cnet_pil = core.enhance_detail(cropped_image, model, clip, vae, guide_size, guide_size_for_bbox, max_size, File "/home/ckao1030/Desktop/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/modules/impact/core.py", line 246, in enhance_detail latent_image = to_latent_image(upscaled_image, vae) File "/home/ckao1030/Desktop/ComfyUI/custom_nodes/ComfyUI-Impact-Pack/modules/impact/utils.py", line 427, in to_latent_image pixels = nodes.VAEEncode.vae_encode_crop_pixels(pixels)

ckao10301 commented 2 months ago

image

ltdrdata commented 2 months ago

Your Impact Pack is outdated version.