--- tags: - music - video --- All of the necessary models to run **[tarmomatic](https://codeberg.org/jaahas/tarmomatic)** local edition with ComfyUI. Place all of the models in their respective folders in the ComfyUI `models`-folder. You should also download `cloudflared` or a similar tool and start your ComfyUI with `--enable-cors-header "*"`. ## Installation 1. Go to your ComfyUI directory 2. Download with HF CLI (or git): ```bash curl -LsSf https://hf.co/cli/install.sh | bash hf download jaahas/tarmomatic --local-dir models ```