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
# Find VAE.decode method
grep -n "def decode\|def encode\|def decode_tiled\|disable_offload\|patcher\|load_model\|self.first_stage" /home/fabian/ComfyUI/comfy/sd.py | head -30
echo "=== decode method ==="
sed -n '/class VAE:/,/^class /p' /home/fabian/ComfyUI/comfy/sd.py | grep -n "def decode\|patcher\|load_model\|offload\|self.first_stage_model.to\|self.first_stage_model.eval" | head -20
echo "=== patcher setup ==="
sed -n '700,800p' /home/fabian/ComfyUI/comfy/sd.py