Update README.md
This commit is contained in:
10
README.md
10
README.md
@@ -6,7 +6,7 @@ A pair of ComfyUI custom nodes for loading and saving images using a structured
|
||||
|
||||
```
|
||||
input/ or output/
|
||||
<base_path>/ e.g., "rosella/walk"
|
||||
<base_path>/ e.g., "timmy/walk"
|
||||
[direction]/ optional: n, ne, e, se, s, sw, w, nw
|
||||
<modality>/ image, depth, or openpose
|
||||
frame_0001.png
|
||||
@@ -14,8 +14,8 @@ input/ or output/
|
||||
...
|
||||
```
|
||||
|
||||
With direction: `output/rosella/walk/s/depth/frame_0001.png`
|
||||
Without direction: `input/rosella/walk/image/frame_0001.png`
|
||||
With direction: `output/character/walk/s/depth/frame_0001.png`
|
||||
Without direction: `input/character/walk/image/frame_0001.png`
|
||||
|
||||
## Nodes
|
||||
|
||||
@@ -24,7 +24,7 @@ Loads images from a compass-path directory tree under ComfyUI's `input/` or `out
|
||||
|
||||
**Inputs**
|
||||
- **src_base** — Choose `input` or `output` as the root directory
|
||||
- **directory** — Auto-populated path picker that drills into your project structure (e.g., `rosella/walk`). Hierarchical autocomplete lets you navigate deep folder trees segment by segment
|
||||
- **directory** — Auto-populated path picker that drills into your project structure (e.g., `character/walk`). Hierarchical autocomplete lets you navigate deep folder trees segment by segment
|
||||
- **direction** — One of 8 compass directions or blank. Determines whether a direction subfolder is included in the resolved path
|
||||
- **modality** — `image`, `depth`, or `openpose`. The final subfolder beneath the base (and optional direction)
|
||||
- **frame** — 0-based frame index, or leave blank to load all images as a batch
|
||||
@@ -42,7 +42,7 @@ Saves incoming ComfyUI images to the compass-path directory structure under Comf
|
||||
|
||||
**Inputs**
|
||||
- **images** — Standard ComfyUI image tensor batch
|
||||
- **base_path** — Subdirectory under `output/` (e.g., `rosella/walk`)
|
||||
- **base_path** — Subdirectory under `output/` (e.g., `character/walk`)
|
||||
- **direction** — Compass direction or blank
|
||||
- **modality** — `image`, `depth`, or `openpose`
|
||||
- **direction_override** — Optional string input that overrides the direction widget. Connect a loader's `direction` output here to chain both nodes on the same direction
|
||||
|
||||
Reference in New Issue
Block a user