ComfyUI Extension: StudioDeep
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.
Custom Nodes for Creative Engineering in ComfyUI at Studio Deep (Freelance Generative AI Engineer)
Looking for a different extension?
Custom Nodes (15)
README
StudioDeep — ComfyUI Nodes
Custom ComfyUI nodes for StudioDeep — AI-assisted text-to-video prompt building with LLM and N8N backend integrations.
Nodes
LLM Backend
Send prompts to a language model (Anthropic/OpenAI) and receive text responses directly in your ComfyUI workflow.
N8N Backend
Trigger N8N webhooks from within ComfyUI and pass data between your automation workflows and image/video pipelines.
T2V Prompt Builder
Structured prompt assembly for text-to-video models. Combines scene, style, motion, and camera direction fields into a single optimised prompt string.
Installation
Via ComfyUI Manager (recommended) Search for "StudioDeep" in the Custom Node Manager and install.
Manual
cd ComfyUI/custom_nodes
git clone https://github.com/studiodeep-ai/comfyui-studiodeep StudioDeep
pip install -r StudioDeep/requirements.txt
Setup
Copy .env.example to .env and fill in your API keys:
cp .env.example .env
Then edit .env with your credentials. ComfyUI must be restarted after changes to .env.
Adding New Nodes
Each node lives in its own file under nodes/. To add a new one:
- Create
nodes/<node_name>.pywith the class and its ownNODE_CLASS_MAPPINGS/NODE_DISPLAY_NAME_MAPPINGS - Add one import line and spread it into both dicts in
nodes/__init__.py - Bump
versioninpyproject.toml(PATCH for small additions, MINOR for new categories) - Push to
main— the GitHub Action publishes to the Registry automatically
License
MIT — see LICENSE
Run ComfyUI workflows without the setup
No installs, no CUDA version roulette, no GPU sitting idle on your bill. Bring a workflow and run it in the browser.