https://github.com/gremlation/ComfyUI-TrackAndWheel
A ComfyUI extension that improves panning and zooming on trackpads and with the mouse wheel
https://github.com/gremlation/ComfyUI-TrackAndWheel
comfyui
Last synced: 3 months ago
JSON representation
A ComfyUI extension that improves panning and zooming on trackpads and with the mouse wheel
- Host: GitHub
- URL: https://github.com/gremlation/ComfyUI-TrackAndWheel
- Owner: gremlation
- License: apache-2.0
- Created: 2025-01-08T10:37:15.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-01-08T10:48:07.000Z (3 months ago)
- Last Synced: 2025-01-08T11:35:47.389Z (3 months ago)
- Topics: comfyui
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **ComfyUI-TrackAndWheel**
README
# ComfyUI-TrackAndWheel
A ComfyUI extension that improves panning and zooming on trackpads and with the mouse wheel.
## Installation
### ComfyUI-Manager
- Open the Manager
- Pick "Custom Nodes Manager"
- Search for "ComfyUI-TrackAndWheel"
- Install the latest version
- Restart ComfyUI### Comfy-Cli
- Run `comfy node install comfyui-trackandwheel`
- Restart ComfyUI### Manual
Run the following commands in the terminal:
```shell
cd custom_nodes
git clone https://github.com/Gremlation/ComfyUI-TrackAndWheel
```Then restart ComfyUI.
## Options
You can adjust how quickly the zoom works by going to Settings > Track & Wheel ~🅖.