ComfyUI Photographer Alpha7 Nodes is a group of nodes for ComfyUI that provides some really useful tools to users, including:
- PA7_ComfyViewer, which gives users a very handy second preview window for those with multiple monitors or a large screen.
- PA7_Negative_Prompt that includes negative prompts ready to be connected to the Clip text encoder (negative).
- PA7_PromptGenerator coming soon.
Placez le dossier ComfyUI-Photographer-Alpha7-Nodes
dans le dossier custom_nodes
de ComfyUI.
- Add the
PA7_Comfy_Viewer
node to your ComfyUI pipeline. - Connect a generated image as input to this node.
- When the node is executed, an HTML visualization window will automatically open to display the image and associated metadata. If a
ComfyViewer
window is already open, it will be reused. - The visualization window automatically refreshes every second to display the latest image.
- The node creates a temporary folder
temp
in the same directory asPA7_Comfy_Viewer.py
to store the image and metadata. - Make sure that the file permissions allow for creating and writing in this folder.
- Image batch is not yet supported.