# Isis ComfyUI Nodes

Custom ComfyUI nodes for the Isis generative factory.

This package groups the node sets that back Oshun's spiritual and sacred-art
workflows:

- `consciousness`: visualization and state-mapping nodes
- `sacred_geometry`: mandala and geometry generators
- `lilith`: asset loading, saving, and metadata helpers
- `spiritual_styles`: style-transfer and palette nodes

## Development

Use Python 3.11 or newer.

Run the local validation suite from this directory:

```bash
python3.11 -m ruff check .
python3.11 -m pytest
python3.11 -m build
```

Pytest is configured to load the `src/` layout directly so the tests exercise
the in-repo package without requiring an editable install.
