Nodes Browser
ComfyDeploy: How ComfyUI-DiffusersLoader works in ComfyUI?
What is ComfyUI-DiffusersLoader?
This node pack allows loading of SD checkpoints that uses diffusers format in comfyUI.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI-DiffusersLoader
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Diffusers Format Checkpoint Loaders for 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.
Table of Contents
Introduction
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.
Installation
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:
- Add Nodes -> DiffusersLoader -> Combined -> CombinedDiffusersLoader
- Connect the DiffusersLoader to your workflow
Features
The CombinedDiffusersLoader supports loading of diffusers checkpoints for:
- SD 1.5
- SD 2.1
- SDXL
- SD3
- AuraFlow
- Flux
Supports loading via extra_model_paths.yaml - Using ComfyUI
- If there are 2 model directories of the same name in different places, the model_name(1) refers to the directory in your 1st base path while model_name(2) refers to the directory in your 2nd base path.
Workflow Example
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.
Limitations & Future Improvements
- Add support for other compatible diffusers format checkpoints
- Future model_types:
- HunyuanDiT
- PixArt
- Kolors Note: This will need to raise a PR on main comfyUI repo
- Future model_types:
- For Flux, use of default weight_dtype would OOM (Use fp8-based d-types)
Contributing
Contributions are always welcome! Please follow the contributing guidelines to submit issues or pull requests.
License
This project is licensed under the MIT License.
Contact the Author
Hafiz Saffie - hafiz.safs@gmail.com
Project Link: https://github.com/Scorpinaus/ComfyUI-DiffusersLoader
Update History
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