aa
This commit is contained in:
@@ -59,7 +59,16 @@ Compute-bound — the 20.8GB unet stays resident; only the text encoder swaps.
|
||||
- The audio custom-node import errors in the ComfyUI log (`libcudart.so.13`) are
|
||||
harmless — a CUDA `torchaudio` got pulled in; image editing doesn't use it.
|
||||
|
||||
## Manage (systemd)
|
||||
## Manage (local machine)
|
||||
From this machine, use the `deploy_api.sh` script:
|
||||
```bash
|
||||
cd tour-comfy
|
||||
./deploy_api.sh deploy tour # sync files and (re)start services
|
||||
./deploy_api.sh stop tour # stop and disable services
|
||||
./deploy_api.sh status tour # check service status and logs
|
||||
```
|
||||
|
||||
## Manage (on `tour`)
|
||||
```bash
|
||||
sudo bash /media/tour/APPS/comfyui/api/deploy.sh # (re)install and start services
|
||||
sudo bash /media/tour/APPS/comfyui/api/stop.sh # stop and disable services
|
||||
|
||||
Reference in New Issue
Block a user