From 42158610300b49d0d084287e920715819a6959a5 Mon Sep 17 00:00:00 2001 From: wyrde Date: Fri, 7 Apr 2023 13:08:15 -0400 Subject: [PATCH] Update README.md some helpful shortcuts/links --- basics/README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/basics/README.md b/basics/README.md index 4de69ae..faeefe8 100644 --- a/basics/README.md +++ b/basics/README.md @@ -1,9 +1,33 @@ -# wyrde's basic workflows -Some basic workflows showing beginning principles. +# wyrde's basic basics of comfy workflows + +## Keyboard shortcuts + +``` + Ctrl + A = select all nodes + Ctrl + M = mute/unmute selected nodes + Ctrl + C = copy selected nodes + Ctrl + V = paste node buffer + Delete = delete selected nodes + Backspace = delete selected nodes + Space Bar = drag viewing area (hold space bar and move mouse pointer) + +``` +Notes: +* Ctrl + X does nothing. +* muted nodes don't process and block everythintg behind them + +## Organization +* [Templates can be added from this repo](https://github.com/pythongosssss/ComfyUI-Custom-Scripts). Download (don't copy paste the editor display, save the raw file) the node-templates file and put it in ComfyUI/web/extensions/. +* noodles (the wires) can be organized with _reroute_ nodes. It takes extra time, but it makes figuring out a workflow a few days later much easier. Much less someone else. + +## +This directory conatains some basic workflows showing beginning principles. Think of them as badly organized tutorials. Be sure to check out the [comfy examples](https://comfyanonymous.github.io/ComfyUI_examples/) as well! * [WAS Starting Workflow](./was-nodes-start/) + +

[home]