nod-ai / sdxl-scripts

Apache License 2.0
2 stars 5 forks source link

[tuner] Add keyboardInterrupt handler to enable safe exiting #66

Closed RattataKing closed 4 months ago

RattataKing commented 4 months ago

Solve issue where terminating autotune.py with ctrl + c will result script hang. This is caused by parent process died before multiprocessing child process exits.