u/Asleep-Platypus-3319

Two simple nodes that load a public Google Sheet and let you pick text from any cell by row and column index.

https://registry.comfy.org/ru/publishers/xav/nodes/comfyui-xav-google-sheets

https://github.com/XAV-Games/ComfyUI-XAV-Google-Sheets

Features

  • XAV Google Sheets Loader – downloads a sheet from a public Google spreadsheet and outputs it as a matrix of text rows (list of lists).
  • XAV Google Sheets Cell Selector – retrieves the text value from that matrix at the given row and col (0‑based indices).

https://preview.redd.it/gsu96f3f7izg1.png?width=1861&format=png&auto=webp&s=2baec1a0d7418204a1e36ae330dfd222bdedcd5e

reddit.com
u/Asleep-Platypus-3319 — 9 days ago
▲ 3 r/u_Asleep-Platypus-3319+1 crossposts

ComfyUI-XAVJsonNodes

https://github.com/XAV-Games/ComfyUI-XAVJsonNodes

Convenient nodes for working with JSON directly inside ComfyUI. Load files, navigate nested structures, create empty containers, modify values, and save the result back — all within your workflow.

Features

  • XAV Load JSON File – load and cache JSON from a file.
  • XAV Navigate JSON – access array elements (by index) or object properties (by string key).
  • XAV JSON to Primitives – convert the current node to simple types (intfloatboolstring).
  • XAV Create Empty JSON Object – create an empty {} or [].
  • XAV Set JSON Value – set a string value by key in an existing object/array.
  • XAV Set JSON Value From Ref – insert another JSON node by key.
  • XAV Save JSON to File – save any node to a file.

All nodes are located in the XAV/json category.

⚡ Performance & Optimization

These nodes were designed with speed and efficiency in mind:

  • In‑memory caching – JSON files are loaded only once and stored globally. Subsequent runs reuse the parsed object instantly.
  • Reference‑based access – navigation and modification work directly on the original Python objects. No deep copies, no serialization/deserialization overhead during edits.
  • Minimal dependencies – the entire extension uses only Python's built‑in modules; there is zero external library overhead.
  • Fast path for primitives – conversion to intfloatbool, or string uses direct type casting with minimal branching.
  • Lazy evaluation – objects are not touched until a node actually reads or writes them.

In practice, operations like loading a 10 MB JSON, navigating deep paths, and modifying values happen in microseconds — ideal for high‑throughput ComfyUI workflows.

u/Asleep-Platypus-3319 — 15 days ago
▲ 2 r/u_Asleep-Platypus-3319+1 crossposts

ComfyUI nodes for quick and easy style selection for the Anima model

Choose from 20 000+ styles – instantly, without loading a single LoRA.
This custom node lets you visually browse, search, sort, and select a style from the massive Anima style database. It outputs the style name directly into your prompt, where the Anima model understands it perfectly.

https://github.com/XAV-Games/comfyui-xav-anima-style-selector

https://registry.comfy.org/ru/publishers/xav/nodes/comfyui-xav-anima-style-selector

🙏 Credits

https://preview.redd.it/m7l7xrp6kayg1.png?width=1917&format=png&auto=webp&s=2b5593662f12bf161a3aadc49d27741d064a7081

https://preview.redd.it/f5tdhsp6kayg1.png?width=847&format=png&auto=webp&s=82e09231df6640f624779c2aa5bbb4d4d0cf17e0

https://preview.redd.it/k0zyosp6kayg1.png?width=1747&format=png&auto=webp&s=fb94ea84c7bfb38ec8182f7b5ccd91e4b35e1300

https://preview.redd.it/ohtw4rp6kayg1.png?width=1741&format=png&auto=webp&s=155c3e1c6de830e333c2ae0e5dd0ab83d28e71ca

https://preview.redd.it/l47hbsp6kayg1.png?width=1782&format=png&auto=webp&s=3c808152a630edc14965dc413a558b394ba87bfa

https://preview.redd.it/ysy9qsp6kayg1.png?width=1768&format=png&auto=webp&s=34d1dbf39c7260966eb6c3e90d6dccd59a9175be

https://preview.redd.it/bvh8o8j7kayg1.png?width=1751&format=png&auto=webp&s=2dabdc2843539e5ca48ef963a740d8c8eb92baa2

reddit.com
u/Asleep-Platypus-3319 — 15 days ago