#!/bin/bash # Get the VAE.decode method body (around line 500-540 based on grep output) sed -n '930,1000p' /home/fabian/ComfyUI/comfy/sd.py