Uploaded sanitized BC250/ROCm Repository.

This commit is contained in:
Fabian
2026-08-20 00:45:43 +02:00
parent 7d2184f1e8
commit d7d22e93b3
678 changed files with 65963 additions and 1 deletions
@@ -0,0 +1,4 @@
#!/bin/bash
PID=$(pgrep -f main.py | head -n 1)
echo "PID=$PID"
timeout 10 sudo /home/fabian/ComfyUI/venv/bin/py-spy dump --pid $PID 2>&1 | head -n 80