ComfyUI Preset Manager, supporting various preset templates and workflow management
1.The main loader sum_load integrates 4 loading modes: basic, clip, flux, and sd 3.5, all parameters can be loaded directly from the preset. 主加载器sum_load集成了4种加载模式:basic, clip, flux, and sd 3.5,所有参数可以从 preset 中直接加载.
| Basic | Load checkpoint + clip set last layer | | ---------- | ------------------------------------------ | | Clip | Load checkpoint + load clip | | Flux | Load diffusion model +DualCLIPLoader | | SD 3.5 | Load diffusion model +TripleCLIPLoader |
Examlpe: Flux Mode (Arbitrary Transfer)
Preset can save sum_load presets (requires restart to take effect),Save path: ComfyUI-Apt_Preset\presets
Preset可以保存sum_load预设(需要重启才能生效),保存路径:ComfyUI-Apt_Preset\presets
A very simple integrated control node. All controls can be derived from this node.
一个非常简单的控制节点,所有的控制方法,只需从该节点引出即可
Clone the repository to the custom_nodes directory and install dependencies
#1. git下载
git clone https://github.com/cardenluo/ComfyUI-Apt_Preset.git
#2. 安装依赖
双击install.bat安装依赖
The code of this open-source project has referred to the following code during the development process. We express our sincere gratitude for their contributions in the relevant fields.
| ComfyUI | ComfyUI_VisualStylePrompting | ComfyUI-Inspire-Pack | | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------ | | ComfyUI-EasyDeforum | ComfyUI-Advanced-ControlNet | ComfyUI-Impact-Pack | | rgthree-comfy | ComfyUI_mittimiLoadPreset2 | ComfyUI-Keyframed | | ComfyUI_IPAdapter_plus | ComfyUI-AnimateDiff-Evolved | ComfyUI-Easy-Use | | ComfyUI_essentials | Comfyui__Flux_Style_Adjust | | | | | |
This open-source project and its contents are provided "AS IS" without any express or implied warranties, including but not limited to warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the authors or copyright holders be liable for any claim, damages, or other liability, whether in an action of contract, tort, or otherwise, arising from, out of, or in connection with the software or the use or other dealings in the software.
Users are responsible for ensuring compliance with all applicable laws and regulations in their respective jurisdictions when using this software or publishing content generated by it. The authors and copyright holders are not responsible for any violations of laws or regulations by users in their respective locations.