-
-
Notifications
You must be signed in to change notification settings - Fork 371
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix authentication for ComfyUI-Login
Fixes #1284 Add bearer token support for ComfyUI-Login compatibility. * Add `bearer` parameter to `ComfyClient.connect` method to accept the token. * Modify WebSocket connection URL in `ComfyClient.connect` to include bearer token in the `extra_headers`. * Update `_get` and `_post` methods in `ComfyClient` to pass the bearer token correctly. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Acly/krita-ai-diffusion/issues/1284?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information
Showing
1 changed file
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters