|
|
|
@ -160,7 +160,7 @@ modules.sd_hijack.model_hijack.hijack(shared.sd_model)
|
|
|
|
|
|
|
|
|
|
|
|
modules.scripts.load_scripts(os.path.join(script_path, "scripts"))
|
|
|
|
modules.scripts.load_scripts(os.path.join(script_path, "scripts"))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
|
|
# make the program just exit at ctrl+c without waiting for anything
|
|
|
|
# make the program just exit at ctrl+c without waiting for anything
|
|
|
|
def sigint_handler(sig, frame):
|
|
|
|
def sigint_handler(sig, frame):
|
|
|
|
print(f'Interrupted with singal {sig} in {frame}')
|
|
|
|
print(f'Interrupted with singal {sig} in {frame}')
|
|
|
|
|