ComfyUI Node
Mememage Find Record
Find a record on disk by identifier (matched against each record's `identifier` field, filename-independent) — the local twin of Fetch Record. Wire `record` into Verify; `found` reports whether it was there.
Mememage Find Record
- record
- identifier
- found
◄identifier►
◄folder►
◄subfolder►
CategoryMememage/Records
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| identifieropt | STRING | The record to find — its `identifier` field must match. Wire Decode's identifier here. | |
| folderopt | STRING | Folder to search (use the 📁 button). Blank = ComfyUI's output folder (+ subfolder). | |
| subfolderopt | STRING | Subfolder under the output folder, if Save Record used one. Ignored when `folder` is set. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| record | STRING | — |
| identifier | STRING | — |
| found | BOOLEAN | — |