3 lines
159 B
Bash
3 lines
159 B
Bash
#!/bin/bash
|
|
grep -n -i -E "vae|unload|offload|cleanup|load_model|lowvram|FREE|Requested to load|loaded completely|memory" /home/fabian/comfyui8.log | tail -60
|