InvokeAI/invokeai/app/services/thread.py
2023-10-13 21:49:55 +11:00

4 lines
42 B
Python

import threading
lock = threading.Lock()