ComfyUI授权码管理系统

刷新 退出
{{ stats.total_auth_codes || 0 }}
总授权码数
{{ stats.active_auth_codes || 0 }}
已激活授权码
{{ stats.expired_auth_codes || 0 }}
已过期授权码
{{ stats.monthly_auth_codes || 0 }}
本月新增
{{ stats.total_models || 0 }}
模型库数量
API 认证凭证
用于 ComfyUI 加密节点的身份验证,获取后可在加密节点中填入以加密和同步模型
{{ currentUser }}
已生成凭证
未生成凭证
获取认证凭证 查看认证凭证 绑定历史

使用说明

授权码列表

生成授权码

我的模型库

从激活开始计算,0表示永不过期

IP限制设置

无限制模式 指定IP模式 限制数量模式
{{ getIpRestrictionHint(authCodeForm.ip_restriction_type) }}
例如: 192.168.1.100, 192.168.1.101, 192.168.1.102
{{ ip.trim() }}
限制该授权码单日最多可以在多少个不同的IP地址上使用

设备绑定设置

可换绑模式 不可换绑模式
{{ getBindRestrictionHint(authCodeForm.bind_restriction_type) }}
{{ authCodeForm.daily_rebind_limit === 0 ? '无限制:不限制单日换绑次数' : `限制:每日最多换绑 ${authCodeForm.daily_rebind_limit} 次` }}
授权码可绑定多台设备,但绑定后无法解绑换绑其他设备
取消 生成
从激活开始计算,0表示永不过期

IP限制设置

无限制模式 指定IP模式 限制数量模式
限制该授权码单日最多可以在多少个不同的IP地址上使用

设备绑定设置

可换绑模式 不可换绑模式
取消 保存
取消 确认生成
取消 确认查看
Auth_Key (认证密钥)
{{ currentCredentials.encrypt_key }}
复制 Auth_Key
Auth_Secret (认证密钥)
{{ currentCredentials.encrypt_secret }}
复制 Auth_Secret

使用方法:

  1. 在 ComfyUI 中添加加密节点
  2. 在节点的 Auth_Key 字段填入上面的 Auth_Key
  3. 在节点的 Auth_Secret 字段填入上面的 Auth_Secret
  4. 运行工作流进行模型加密
  5. 加密完成后,模型信息会自动同步到您的模型库

注意: 认证凭证每天最多允许在2台设备上使用,最多允许2个IP地址使用。

我已保存

{{ selectedAuthCode.auth_key }}

模型: {{ selectedAuthCode.model_name }}

当前绑定的设备 ({{ usageHistory.bindings?.length || 0 }})

暂无设备绑定记录

{{ binding.device_id }}
绑定时间: {{ formatDateTime(binding.bind_time) }} 最后心跳: {{ formatDateTime(binding.last_heartbeat) }}

换绑历史记录 ({{ usageHistory.rebind_history?.length || 0 }})

暂无换绑记录

换绑操作 {{ formatDateTime(record.rebind_time) }}
从设备: {{ record.old_device_id || '无' }} 到设备: {{ record.new_device_id }}
操作IP: {{ record.client_ip }}

IP使用记录 ({{ usageHistory.ip_history?.length || 0 }})

暂无IP使用记录

{{ record.ip_address }} {{ formatDateTime(record.usage_time) }}
关闭

今日使用统计

{{ credentialMachineCode.today_machine_codes }}/2
今日使用设备
{{ credentialMachineCode.today_ips }}/2
今日使用IP

今日使用的设备

{{ machine }}

今日暂无设备使用记录

今日使用的IP地址

{{ ip }}

今日暂无IP使用记录

换绑历史记录 ({{ credentialRebindHistory.length }})

暂无换绑历史记录

绑定操作 {{ formatDateTime(record.rebind_time) }}
从机器码: {{ record.old_machine_code || '无' }} 到机器码: {{ record.new_machine_code }}
操作IP: {{ record.client_ip }}
关闭