This repository has been archived on 2026-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
2026-08-20 00:45:43 +02:00

4 lines
140 B
Bash

#!/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