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
+7
View File
@@ -0,0 +1,7 @@
#!/bin/bash
echo "=== VAE class and decode method ==="
awk '/^class VAE/,/^class [A-Z]/' /home/fabian/ComfyUI/comfy/sd.py | head -200
echo "=== load_models_gpu in decode? ==="
grep -n "load_models_gpu\|def decode\|def encode\|patcher\|first_stage" /home/fabian/ComfyUI/comfy/sd.py | tail -30
echo "=== VAEDecode node ==="
grep -n -A5 "class VAEDecode" /home/fabian/ComfyUI/nodes.py | head -20