mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-01-11 02:15:17 +00:00
Update README.md (#5707)
This commit is contained in:
parent
7126ecffde
commit
3d802710e7
58
README.md
58
README.md
@ -75,37 +75,37 @@ Workflow examples can be found on the [Examples page](https://comfyanonymous.git
|
|||||||
|
|
||||||
| Keybind | Explanation |
|
| Keybind | Explanation |
|
||||||
|------------------------------------|--------------------------------------------------------------------------------------------------------------------|
|
|------------------------------------|--------------------------------------------------------------------------------------------------------------------|
|
||||||
| Ctrl + Enter | Queue up current graph for generation |
|
| `Ctrl` + `Enter` | Queue up current graph for generation |
|
||||||
| Ctrl + Shift + Enter | Queue up current graph as first for generation |
|
| `Ctrl` + `Shift` + `Enter` | Queue up current graph as first for generation |
|
||||||
| Ctrl + Alt + Enter | Cancel current generation |
|
| `Ctrl` + `Alt` + `Enter` | Cancel current generation |
|
||||||
| Ctrl + Z/Ctrl + Y | Undo/Redo |
|
| `Ctrl` + `Z`/`Ctrl` + `Y` | Undo/Redo |
|
||||||
| Ctrl + S | Save workflow |
|
| `Ctrl` + `S` | Save workflow |
|
||||||
| Ctrl + O | Load workflow |
|
| `Ctrl` + `O` | Load workflow |
|
||||||
| Ctrl + A | Select all nodes |
|
| `Ctrl` + `A` | Select all nodes |
|
||||||
| Alt + C | Collapse/uncollapse selected nodes |
|
| `Alt `+ `C` | Collapse/uncollapse selected nodes |
|
||||||
| Ctrl + M | Mute/unmute selected nodes |
|
| `Ctrl` + `M` | Mute/unmute selected nodes |
|
||||||
| Ctrl + B | Bypass selected nodes (acts like the node was removed from the graph and the wires reconnected through) |
|
| `Ctrl` + `B` | Bypass selected nodes (acts like the node was removed from the graph and the wires reconnected through) |
|
||||||
| Delete/Backspace | Delete selected nodes |
|
| `Delete`/`Backspace` | Delete selected nodes |
|
||||||
| Ctrl + Backspace | Delete the current graph |
|
| `Ctrl` + `Backspace` | Delete the current graph |
|
||||||
| Space | Move the canvas around when held and moving the cursor |
|
| `Space` | Move the canvas around when held and moving the cursor |
|
||||||
| Ctrl/Shift + Click | Add clicked node to selection |
|
| `Ctrl`/`Shift` + `Click` | Add clicked node to selection |
|
||||||
| Ctrl + C/Ctrl + V | Copy and paste selected nodes (without maintaining connections to outputs of unselected nodes) |
|
| `Ctrl` + `C`/`Ctrl` + `V` | Copy and paste selected nodes (without maintaining connections to outputs of unselected nodes) |
|
||||||
| Ctrl + C/Ctrl + Shift + V | Copy and paste selected nodes (maintaining connections from outputs of unselected nodes to inputs of pasted nodes) |
|
| `Ctrl` + `C`/`Ctrl` + `Shift` + `V` | Copy and paste selected nodes (maintaining connections from outputs of unselected nodes to inputs of pasted nodes) |
|
||||||
| Shift + Drag | Move multiple selected nodes at the same time |
|
| `Shift` + `Drag` | Move multiple selected nodes at the same time |
|
||||||
| Ctrl + D | Load default graph |
|
| `Ctrl` + `D` | Load default graph |
|
||||||
| Alt + `+` | Canvas Zoom in |
|
| `Alt` + `+` | Canvas Zoom in |
|
||||||
| Alt + `-` | Canvas Zoom out |
|
| `Alt` + `-` | Canvas Zoom out |
|
||||||
| Ctrl + Shift + LMB + Vertical drag | Canvas Zoom in/out |
|
| `Ctrl` + `Shift` + LMB + Vertical drag | Canvas Zoom in/out |
|
||||||
| P | Pin/Unpin selected nodes |
|
| `P` | Pin/Unpin selected nodes |
|
||||||
| Ctrl + G | Group selected nodes |
|
| `Ctrl` + `G` | Group selected nodes |
|
||||||
| Q | Toggle visibility of the queue |
|
| `Q` | Toggle visibility of the queue |
|
||||||
| H | Toggle visibility of history |
|
| `H` | Toggle visibility of history |
|
||||||
| R | Refresh graph |
|
| `R` | Refresh graph |
|
||||||
| Double-Click LMB | Open node quick search palette |
|
| Double-Click LMB | Open node quick search palette |
|
||||||
| Shift + Drag | Move multiple wires at once |
|
| `Shift` + Drag | Move multiple wires at once |
|
||||||
| Ctrl + Alt + LMB | Disconnect all wires from clicked slot |
|
| `Ctrl` + `Alt` + LMB | Disconnect all wires from clicked slot |
|
||||||
|
|
||||||
Ctrl can also be replaced with Cmd instead for macOS users
|
`Ctrl` can also be replaced with `Cmd` instead for macOS users
|
||||||
|
|
||||||
# Installing
|
# Installing
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user