Smoe test examples:
SD Image Info is a simple and fast tool that can read prompt info from images generated by Stable Diffusion. It runs locally in your browser, no image is sent to the server. Best of all, there's no need to install anything - just open the site in your browser, drop the image, and you're ready to go! The tool supports Automatic1111 and ComfyUI prompt metadata formats.
You have the option to save the generation data as a TXT file for Automatic1111 prompts or as a workflow.json file for ComfyUI.
With SD Image Info, you can preview ComfyUI workflows using the same user interface nodes found in ComfyUI itself.
This custom node provides functionality for image detection with the Detector node, image enhancement of masks with the Detailer node, iterative upscaling support with the Iterative upscaler node, and various convenience nodes based on Clipspace.
Please refer to the GitHub page for more detailed information.
https://github.com/ltdrdata/ComfyUI-Impact-Pack
Install guide:
Method 1:
Download
Uncompress into ComfyUI/custom_nodes
Restart ComfyUI
Method 2:
goto ComfyUI/custom_nodes in cmd
Restart ComfyUI
Troubleshootings:
Occasionally, when a new parameter is created in an update, the values of nodes created in the previous version can be shifted to different fields. This can result in unintended results or errors if executed as is, so it is important to check the node values. In particular, when updating from version v1.4 or earlier to version v1.5, all parameter values under guide_size will be different, so be careful when using previously created workflows.
Updates:
v2.7.5
Bug fixes: EmptySEGS, device error on Mask operation nodes,
improve install script for better compatibility with portable version
v2.7.1
Bug fix in the 'MASK to SEGS' node where an erroneous SEGS was generated when the crop region extended beyond the image area.
v2.7
Whole new nodes and New install system
Interactive SAM Detector, PreviewBridge
Iterative Upscaler, PIPE, ...
FaceDetailer
v1.7
new features: mask-points, mask-area on SAMDetectorCombined
improve mask painting: wheel brush size, right button eraser
SAMDetectorCombined bbox range bug fix
v1.6.1
bug fix for DetailerForEachDebug
v1.6
MaskPainter, EmptySEGS node added
bug fix for MaskToSEGS
v1.5
guide_size_for parameter added
more predictable upscale size patch
crop_factor on ONNXDetectorForEach node
v1.4
guide_size bug fix
ONNXLoader, ONNXDetectorForEach nodes added
v1.3
MaskToSEGS node added.
v1.2
Support external_seed for Seed node of WAS node suite.
v1.1
Fixed a package dependency issue with pycocotools on Windows.
Resolved an issue where the software was unable to recognize the "ComfyUI" folder in certain cases.