This package provides workflow templates and associated assets specifically designed for image processing and generation tasks within ComfyUI. It is part of the broader `comfyui-workflow-templates` ecosystem, delivering pre-configured JSON workflow files and their corresponding preview assets for easy integration and use directly within the ComfyUI graphical interface. The project maintains an active development cycle, frequently updating its collection of templates and underlying infrastructure to support new ComfyUI features and models.
pip install comfyui-workflow-templates-media-imageNo compatibility data collected yet for this library.
This library provides workflow templates for ComfyUI, which are loaded and utilized directly within the ComfyUI web interface, not via Python code imports. The quickstart outlines the steps to access and run these templates within the ComfyUI application.
Always back up critical workflows. When encountering issues, try updating ComfyUI and custom nodes. If problems persist, manually recreate or adapt the workflow to current node versions. Consider documenting the specific ComfyUI and custom node versions used for complex workflows to aid future reproduction.
Carefully follow ComfyUI's prompts for model downloads and ensure correct file placement. Consult ComfyUI documentation for the expected model directory structure.
Do not attempt to use this package as a traditional Python library for code execution. Its purpose is to augment the ComfyUI application with pre-built workflows.
For critical workflows, consider explicitly saving the `.json` workflow file and making notes of the ComfyUI version and any custom node versions used at the time of creation. Regularly test and update workflows for compatibility.
Install ComfyUI Manager if you haven't already. Then, within the ComfyUI interface, open the Manager and click 'Install Missing Custom Nodes'. After installation, restart ComfyUI. If a node is still missing, you may need to manually install it by cloning its GitHub repository into your `ComfyUI/custom_nodes` directory.
Download the required model file and place it in the appropriate subdirectory within `ComfyUI/models/` (e.g., `models/checkpoints/` for checkpoints, `models/vae/` for VAEs). Ensure the filename in the workflow matches the downloaded file exactly, or select an available model from the node's dropdown list.
Update your ComfyUI installation to the latest version. If the problem persists, check your internet connection and ensure there are no firewall or proxy settings blocking access to the template server. For locally hosted setups, verify that the template files (like `index.json`) are present in the expected `ComfyUI/web/templates/` or relevant custom node template folders.
Try saving workflows directly from ComfyUI using the 'Save' button instead of relying solely on PNG metadata. Ensure all custom nodes used in the workflow are updated, as older versions might produce invalid JSON. If the issue is with a shared image, the original creator might need to resave the workflow with a corrected or updated ComfyUI/custom node setup.