This repository has been archived on 2026-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-08-20 00:45:43 +02:00

8 lines
188 B
Bash

#!/bin/bash
sleep 90
echo "=== LOG TAIL ==="
tail -5 /home/fabian/comfyui8.log
echo "=== MANUAL SOFTMAX DEBUG ==="
grep -E "Manual|triggered" /home/fabian/comfyui8.log
echo "=== DONE ==="