Simplify your AI image generation workflows with Visionatrix—an intuitive interface built on top of ComfyUI
- 🔧 Easy Setup & Updates: Quick setup with simple installation and seamless version updates.
- 🖥️ Minimalistic UI: Clean, user-friendly interface designed for daily workflow usage.
- 🌐 Prompt Translation Support: Automatically translate prompts for media generation.
- 🛠️ Stable Workflows: Versioned and upgradable workflows.
- 📈 Scalability: Run multiple instances with simultaneous task workers for increased productivity.
- 👥 Multi-User Support: Configure for multiple users with ease and integrate different user backends.
- 🤖 LLM Integration: Effortlessly incorporate Ollama/Gemini as your LLM for ComfyUI workflows.
- 🔌 Seamless Integration: Run as a service with backend endpoints for smooth project integration.
Access the Visionatrix UI at http://localhost:8288 (default).
- Python
3.10(recommended) or higher - GPU with at least
10 GBof memory (12GB recommended)
Install prerequisites (Python, Git, etc.)
For Ubuntu 22.04:
sudo apt install wget curl python3-venv python3-pip build-essential gitDownload and run the easy_install.py script:
Note: This script will clone the Visionatrix repository into your current folder and perform the installation. After installation, you can always run
easy_installfrom the "scripts" folder.
Using wget:
wget -O easy_install.py https://raw.githubusercontent.com/Visionatrix/Visionatrix/main/scripts/easy_install.py && python3 easy_install.pyUsing curl:
curl -o easy_install.py https://raw.githubusercontent.com/Visionatrix/Visionatrix/main/scripts/easy_install.py && python3 easy_install.pyFollow the prompts during installation. In most cases, everything should work smoothly.
To launch Visionatrix from the activated virtual environment:
python -m visionatrix run --uiWe offer a portable version to simplify installation (no need for Git or Visual Studio compilers).
Currently, we provide versions for CUDA/CPU. If there's demand, we can add a DirectML version.
- Download: Visit our Releases page.
- Get the Portable Archive: Download
vix_portable_cuda.7z.001(andvix_portable_cuda.7z.002if present). - Unpack and Run: Extract the archive and run
run_nvidia_gpu.batorrun_cpu.bat.
For manual installation steps, please refer to our detailed documentation.
Run the easy_install script and select the "Update" option.
python3 easy_install.pyUpdating the portable version involves:
- Unpacking the new portable version.
- Moving
vix_models,vix_tasks_files, andtasks_history.dbfrom the old version to the new one. - In most cases, this should be sufficient unless there are breaking changes.
If you have any questions or need assistance, we're here to help! Feel free to start a discussion or explore our resources:
- Documentation
- Available Flows
- Admin Manual
- Flows Developing
- Common Information

