8000 Populate AUTH_TOKEN_COMFY_ORG hidden input by huchenlei · Pull Request #7709 · comfyanonymous/ComfyUI · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Populate AUTH_TOKEN 8000 _COMFY_ORG hidden input #7709

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2025
Merged

Populate AUTH_TOKEN_COMFY_ORG hidden input #7709

merged 1 commit into from
Apr 21, 2025

Conversation

huchenlei
Copy link
Collaborator

Ref: Comfy-Org/ComfyUI_frontend#3477

Node can access this token by specifying following input:

      @classmethod
      def INPUT_TYPES(s):
        return {
          "hidden": { "auth_token": "AUTH_TOKEN_COMFY_ORG"}
        }
      def execute(self, auth_token: str):
        print(f"Auth token: {auth_token}")

@comfyanonymous comfyanonymous merged commit b6fd3ff into master Apr 21, 2025
8 checks passed
@comfyanonymous comfyanonymous deleted the auth branch April 21, 2025 18:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0