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
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
echo "=== GGMLTensor class ==="
sed -n '1,85p' /home/fabian/ComfyUI/custom_nodes/ComfyUI-GGUF/ops.py
echo ""
echo "=== load sig ==="
grep -n "def load_models_gpu" /home/fabian/ComfyUI/comfy/model_management.py
echo ""
echo "=== what is m.model ==="
grep -n "class Loaded" /home/fabian/ComfyUI/comfy/model_management.py | head -n 5