Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

msak preview :No preview properties are displayed #35

Closed
mikko66 opened this issue May 15, 2024 · 2 comments
Closed

msak preview :No preview properties are displayed #35

mikko66 opened this issue May 15, 2024 · 2 comments

Comments

@mikko66
Copy link

mikko66 commented May 15, 2024

Hello blogger, as shown in the picture, I used the MASK preview node and the prompt was no preview property. I updated comfyui and the system, but couldn't fix the problem. I downloaded a new node (ComfyUI_essentials) to upload the same error. Can you help me see what went wrong? Thank you very much. Puzzled me for a long time.
下载

@mikko66
Copy link
Author

mikko66 commented May 15, 2024

Error occurred when executing MaskPreview+:

'MaskPreview' object has no attribute 'preview'

File "/code/ComfyUI/execution.py", line 155, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/code/ComfyUI/execution.py", line 82, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/code/ComfyUI/execution.py", line 75, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/code/ComfyUI/custom_nodes/ComfyUI_essentials/essentials.py", line 447, in execute
return self.save_images(preview, filename_prefix, prompt, extra_pnginfo)
File "/code/ComfyUI/nodes.py", line 1478, in save_images
if not self.preview:

@cubiq
Copy link
Owner

cubiq commented May 15, 2024

try to upgrade comfy

@cubiq cubiq closed this as completed May 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants