https://github.com/shinich39/comfyui-put-image
Load image from directory
https://github.com/shinich39/comfyui-put-image
comfy comfyui comfyui-nodes
Last synced: 7 days ago
JSON representation
Load image from directory
- Host: GitHub
- URL: https://github.com/shinich39/comfyui-put-image
- Owner: shinich39
- License: mit
- Created: 2024-08-21T03:11:28.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-22T13:27:23.000Z (25 days ago)
- Last Synced: 2025-03-22T14:27:57.655Z (25 days ago)
- Topics: comfy, comfyui, comfyui-nodes
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **comfyui-put-image**
README
# comfyui-put-image
Load image from directory.
## Features
- Load image by index.
- Quick inpainting.
- Quick drawing.## Nodes
Add node > image > Put Image## Usage
### Controls \(while focus on the node\)
Arrow left, right: Change index.
F5 or Ctrl + r: Reload images.
-, =: Change canvas zoom.
Mouse wheel scroll: Change brush size.
Mouse move while wheel click or press space bar: Move canvas.### Masking
Mouse left click: Add mask.
Mouse right click: Remove mask.### Painting
Ctrl or Alt + Mouse L/R click: Change brush color to selected pixel.
Mouse left click: Drawing.
Mouse right click: Remove drawing.### Add menu items to Save Image and Preview Image
- Send to inputCopy selected image to "/ComfyUI/input" directory.
- Send to output
Copy selected image to "/ComfyUI/output" directory.
- Send to Put Image
Load selected image at the sepecific "Put Image" node.
## Acknowledgements
Thanks for ComfyUI core nodes!