mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
fix drop image to prompt in modernui
Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
@@ -15,7 +15,13 @@ import modules.errors as errors
|
||||
|
||||
|
||||
errors.install()
|
||||
ignore_endpoints = ['/sdapi/v1/log', '/sdapi/v1/browser', '/sdapi/v1/gpu', '/sdapi/v1/network/thumb']
|
||||
ignore_endpoints = [
|
||||
'/sdapi/v1/log',
|
||||
'/sdapi/v1/browser',
|
||||
'/sdapi/v1/gpu',
|
||||
'/sdapi/v1/network/thumb',
|
||||
'/sdapi/v1/progress',
|
||||
]
|
||||
|
||||
|
||||
def setup_middleware(app: FastAPI, cmd_opts):
|
||||
|
||||
Reference in New Issue
Block a user