stability-ComfyUI-nodes

stability-ComfyUI-nodes
★ 240

ComfyUI扩展图像处理ControlLoraControlNet工具
包含 ColorBlend、ControlLoraSave、GetImageSize 节点,便于在 ComfyUI 中处理图像并从模型与 controlnet 生成并保存 Control Lora 差值权重。
💡 在 ComfyUI 中用 ControlLoraSave 从模型与 controlnet 生成并保存 Lora。
🍴 24 Forks💻 Python🔄 2024-05-22
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/86a6deb1b5f6
📦 requirements.txt
opencv-python
📄 README

Custom nodes for ComfyUI

git clone this repo to your ComfyUI/custom_nodes folder, it should look like: ComfyUI/custom_nodes/stability-ComfyUI-nodes

On the standalone you can run: standalone_install_requirements.bat to install the dependencies. On a manual install you should: “pip install -r requirements.txt

These nodes will appear in the stability section.

ControlLoraSave

This node can be used to create a Control Lora from a model and a controlnet. It will take the difference between the model weights and the controlnet weights and store that difference in Lora format.