Custom ComfyUI nodes for JSON processing and transcription workflows.
- Category: utils/text
- Function: Converts plain text into structured JSON format
- Input: Text (from other nodes)
- Output: JSON string
- Formats: simple, lines_array, key_value, structured
- Category: utils/text
- Function: Converts SRT subtitle format to structured JSON
- Input: SRT text (from WhisperSRT or other nodes)
- Output: JSON string with timestamps and text separated
- Formats: array, object_by_index, flat_list
- Category: utils/text
- Function: Saves JSON data to output/transcriptions folder
- Input: JSON string (from converter nodes)
- Output: File saved to ComfyUI/output/transcriptions/
- Features: Timestamped filenames, JSON validation
- Use WhisperSRT to transcribe audio
- Connect SRT output to "SRT to JSON Converter"
- Connect JSON output to "Save JSON File"
- Run workflow to save structured JSON transcriptions
- Open ComfyUI Manager
- Search for "Atlantis JSON Nodes"
- Click Install
- Navigate to your ComfyUI custom_nodes directory
- Clone this repository:
git clone https://github.com/ProjectAtlantis-dev/comfyui-atlantis-json.git- Restart ComfyUI
- ComfyUI
- Python 3.8+
MIT License