File size: 548 Bytes
26a5f31
 
 
 
 
 
c46e562
 
0775ed1
c46e562
4adef27
 
1bed80b
4adef27
 
 
e56ebe8
4adef27
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
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
  ```