This node pack allows loading of SD checkpoints that uses diffusers format in comfyUI.
This project aims to create loaders for diffusers format checkpoint models, making it easier for ComfyUI users to use diffusers format checkpoints instead of the standard checkpoint formats.
This project was created to understand how the DiffusersLoader available in comfyUI works and enhance the functionality by making usable loaders.
This project provides tools and loaders for integrating diffusers format checkpoint models with ComfyUI. It helps users who already have diffusers format checkpoints to seamlessly use them without needing to convert them to the standard checkpoint format.
Follow these steps to install and set up the project:
Download the node via ComfyUI-Manager by searching: DiffusersLoader:
Add nodes to your workflow by:
The CombinedDiffusersLoader supports loading of diffusers checkpoints for:
Supports loading via extra_model_paths.yaml - Using ComfyUI
The combined loader work in the same manner as existing checkpoints loader as seen in this workflow:
Select the name of the diffusers checkpoint folder from the dropdown list and connect the nodes.
Contributions are always welcome! Please follow the contributing guidelines to submit issues or pull requests.
This project is licensed under the MIT License.
Hafiz Saffie - [email protected]
Project Link: https://github.com/Scorpinaus/ComfyUI-DiffusersLoader
26/8 - Improved on model detection to include extra_model_paths.yaml. 25/8 - Implemented multi-file loading support where the combined_safetensor.safetensor file method is used as a back-up 21/8 - Compatibility Update With ComfyUI, Addition of Flux Support 30/7 - Added repo to comfyUI registry 28/7 - Added AuraFlow support 20/6 - Added SD3 support 2/6 - Initial commit