https://github.com/Stability-AI/stability-ComfyUI-nodes
https://github.com/Stability-AI/stability-ComfyUI-nodes
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/Stability-AI/stability-ComfyUI-nodes
- Owner: Stability-AI
- Created: 2023-08-18T16:14:54.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-22T15:30:47.000Z (11 months ago)
- Last Synced: 2024-12-18T09:08:40.709Z (4 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 200
- Watchers: 6
- Forks: 22
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **stability-ComfyUI-nodes** - LoRA recolor example uses these nodes. (All Workflows Sorted by GitHub Stars)
README
# Custom nodes for [ComfyUI](https://github.com/comfyanonymous/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.