Nodes Browser
ComfyDeploy: How TZOOTZ VHS Effect Node works in ComfyUI?
What is TZOOTZ VHS Effect Node?
The TZOOTZ VHS Effect Node is designed for multimedia creators who want to blend digital precision with analog imperfection ↔️. Inspired by retro VHS aesthetics, this node lets you apply grain, color bleeding, saturation adjustments, and more, giving any image a touch of analog warmth and noise.
How to install it in ComfyDeploy?
Head over to the machine page
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
TZOOTZ VHS Effect Node
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
TZOOTZ VHS Effect Node 🎥
Welcome to the TZOOTZ VHS Effect Node, a unique and experimental node for creating vintage, VHS-style animations and visuals in ComfyUI! Whether you're looking to add a nostalgic flair to images or generate quirky animated effects ✨, this node gives you complete control to recreate that iconic analog VHS look.
Overview
The TZOOTZ VHS Effect Node is designed for multimedia creators who want to blend digital precision with analog imperfection ↔️. Inspired by retro VHS aesthetics, this node lets you apply grain, color bleeding, saturation adjustments, and more, giving any image a touch of analog warmth and noise.
Features
- Easy Integration: Plug-and-play with ComfyUI
- Customizable Effect Strength: Choose the intensity to match your desired aesthetic
- Color Manipulation: Tint, saturate, and enhance images with vivid retro colors
- Brightness Control: Mimic that classic worn-out VHS brightness
Quick Installation
- Clone the Repository: Clone the repository from GitHub. ➡️
- Navigate to ComfyUI's Custom Nodes Folder: Navigate to the
custom_nodes
folder within your ComfyUI installation directory. ➡️ - Install Requirements: Ensure you have the following libraries installed:
- numpy
- torch
- Pillow
Usage
After installation, the TZOOTZ VHS Node will appear in your ComfyUI workspace. To get started:
- Add the Node: Search for "TZOOTZ VHS Effect Node" in ComfyUI.
- Connect an Image: Link an image to the node input.
- Adjust Strength: Use the slider to control the effect intensity.
- Render: Run the node to view your VHS-styled image!
Development and Contribution
This node is a project by TZOOTZ Research, dedicated to enhancing creativity through multimedia exploration and technology. Contributions, suggestions, and pull requests are welcomed!
Feel free to experiment, suggest new features, or improve the existing code to keep this VHS aesthetic alive in the digital world.
More from TZOOTZ
Visit www.tzootz.com to explore our latest research, experimental nodes, and media projects.
Troubleshooting
Error Loading Node:
- Ensure the
__init__.py
andtzoootz_vhs_node.py
files are in the correct folder (ComfyUI/custom_nodes/ComfyUI_TZOOTZ_VHS/). ❌➡️✅ - Double-check that the libraries listed in the
requirements.txt
file are installed in your environment.