Comfy-Org / Comfy-Org/ComfyUI-Manager
Request to add New Node: "Layer Composer for ComfyUI"
- Dominant language
- Python
- Stars
- 16.1k
- Forks
- 2.5k
- Avg merge
- 5d 4h
- Merged PRs (30d)
- 13
Description
### New Custom Node Request
I've developed a new node called **Layer Composer for ComfyUI**. It utilizes spatial composition capabilities of Flux Klein 9b or any other edit model. With layered visual composition users can have better command over composition and don't solely have to rely on prompt.
I'd love to have it added to the custom node list. Here is the JSON entry:
```json
{
"author": "sidresearcher-design",
"title": "Layer Composer for ComfyUI",
"id": "compose-plugin-comfyui",
"reference": "https://github.com/sidresearcher-design/Compose-Plugin-Comfyui",
"files": [
"https://github.com/sidresearcher-design/Compose-Plugin-Comfyui"
],
"install_type": "git-clone",
"description": "Nodes: LayerComposerNode. A Photoshop-style layer editor for ComfyUI. Double-click the node to open a full-screen layer editor — images from connected Load Image nodes load automatically as layers. Features: move, resize (aspect-ratio locked), rotate, paint, and erase layers to build a spatial composition. Supports up to 8 image inputs, predefined canvas aspect ratio presets (1:1, 16:9, 9:16, 4:3, 3:2, 2:3, 21:9, Custom), undo/redo (5 states), and live image change detection when source images are swapped. The flattened composite is output as an IMAGE for use with VAE Encode and KSampler."
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.