LU v2.6.1
This is an old release. Get the current version from the latest release, or download the Windows installer straight from lu-labs.ai. Older builds miss fixes and features, and some of them predate the Cloud.
🔧 lu 2.6.1
one bug, reported the night 2.6.0 went out. if create worked for you on 2.6.0, nothing here changes.
create could not submit anything on some setups. 2.6.0 started passing your own headers through to a local backend, which is what stopped keyed backends from answering 401. the same request also carried our content type, and the http client adds headers instead of replacing them, so every create submit went out with that header twice. comfyui refuses that outright when its aiohttp runs the plain python parser, and accepts it when it runs the c parser. that is why it passed every run here and killed create for the people it hit.
what you send wins now, and our own default is only filled in when nothing is set. the same trap is closed for content-length, host, transfer-encoding and connection, while the authorization header still rides along.
auto update picks this up on your next launch. hopefully create just works again, and if not, we are here.