4 lines
140 B
Bash
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
|