⚡ AI-Directed Video Generation for Emotional Reality
Custom nodes for ComfyUI that create "Presence" videos - emotional tributes where deceased loved ones appear at family weddings.
The main AI node powered by Gemini 3 Flash. Analyzes client images, creates scene plans, and orchestrates the entire workflow.
Encodes reference images into latent space and injects them into Flux conditioning for identity-consistent generation.
Saves generated images to the active project folder with proper naming.
Utility node for adding noise padding to images, useful for outpainting preparation.
- Clone this repository into your ComfyUI
custom_nodesfolder:
cd ComfyUI/custom_nodes
git clone https://github.com/leacvikas0/ComfyUI-Presence.git- Install requirements:
pip install -r requirements.txt- Restart ComfyUI
- ComfyUI
- Google GenAI SDK (
google-genai>=1.51.0) - Gemini API key
- Add the ⚡ Presence Director node to your workflow
- Set your
active_folderpath where client images are located - Add your Gemini API key
- Paste the appropriate system prompt (Director or Prep Agent)
- Connect to Flux nodes for image generation
Two pre-built system prompts are included:
DIRECTOR_PROMPT.txt- For scene planning and creative directionPREP_AGENT_PROMPT.txt- For asset preparation (normalization, extension)
MIT