add /sdapi/v1/modules endpoint

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2025-08-12 11:39:41 -04:00
parent 362ec0d412
commit 2aa917b58e
5 changed files with 28 additions and 207 deletions
+2
View File
@@ -35,3 +35,5 @@ def get(endpoint: str, dct: dict = None):
if __name__ == "__main__":
model = get('/sdapi/v1/checkpoint')
log.info(f'api-checkpoint: {model}')
model = get('/sdapi/v1/modules')
log.info(f'api-modules: {model}')