-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
mzuelch edited this page Jan 25, 2026
·
3 revisions
PATCHBAY is primarily tested on Windows inside a conda environment.
- Windows 10/11
- Python (managed via conda)
- Optional: NVIDIA GPU (CUDA) for faster inference
From the repository root (where environment.yml lives):
conda env create -f environment.yml
conda activate patchbayGUI:
python patchbay_gui.pyCLI (anchors / automation tooling):
python patchbay_anchor.py --helpIf you change environment.yml or want a clean start:
conda env remove -n patchbay
conda env create -f environment.yml
conda activate patchbaySAM‑Audio models on the Hub are typically gated.
If you need to download weights for the first time, follow the token/access flow here:
PATCHBAY • MIT License • Wiki content is intended to match PATCHBAY 0.1.x.
- Home
- Installation
- Quickstart
- User Guide
- Input & Anchors
- Description & Run
- Output
- Export & Files
- Runtime Settings
- Settings & Persistence
- FAQ
- Troubleshooting
- Architecture
- Data Flow
- Backend Interface
- Anchor Algorithms
- Chunking & Reconstruction
- Logging & Debugging
- Parameter Persistence