Models can be loaded and unloaded via the API. Also add authentication to use the API and for administrator tasks. Both types of authorization use different keys. Also fix the unload function to properly free all used vram. Signed-off-by: kingbri <bdashore3@proton.me>
3 lines
No EOL
98 B
Python
3 lines
No EOL
98 B
Python
# Wrapper callback for load progress
|
|
def load_progress(module, modules):
|
|
yield module, modules |