comfy-ui-on-complete-email-me

comfy-ui-on-complete-email-me
★ 5

Gmail邮件通知生成完成触发自动化提醒ComfyUI扩展
在Comfy-UI图像生成完成后通过Gmail自动发送邮件通知,支持多收件人和自定义消息,便于远程监控与结果提醒。
💡 图像生成结束后自动用Gmail通知团队或自己查看结果。
🍴 3 Forks💻 Python🔄 2025-04-10
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/f414772aa5c3
📦 requirements.txt
pygame>=2.0.0
requests
numpy
pillow
smtplib
comfy-utils
image
Image 1
Image 2
Image 3
Image 4
📄 README

Comfy-UI on-complete-email-me

한국어 | English


FAQ

Q. Even after entering the app password, emails are not being sent.

A. ASCII characters may be included in the app password. Please try reapplying the app password after correcting any spaces.

(Failed to send email: ‘ascii’ codec can’t encode character ‘\xa0’ in position 25: ordinal not in range) <- ASCII problem

Update (2025.01.15)

  • A new feature has been added to attach the last generated image to the email.
  • OnCompletePlaySound node has been added. You can now receive sound notifications upon completion.
  • A feature that sends an email via Gmail once image generation is completed in Comfy-ui.

    ComfyUI Notifications

  • On Complete play sound node
  • On Complete Email me node
  • On Complete webhook node
  • Table of Contents

  • Installation
  • Usage
  • License
  • Installation

  • Copy the Git URL
  • Click on Comfy-UI-Manager
  • Click Install via GIT URL
  • Paste the Git URL
  • Restart Comfy-UI
  • Usage

  • Enter your Gmail email address in sender_email.
  • Generate and enter your Gmail app password in sender_password (do not enter your Gmail account password).
  • Link for creating app password: Google App Passwords
  • Enter the list of recipient email addresses (separated by Enter key).
  • Enter the message to be sent.
  • OnCompleteWebhook Node

    We have added a new node called OnCompleteWebhook. This node allows you to send a webhook notification upon the completion of a certain task or event.

    Usage

  • Create the OnCompleteWebhook Node:
  • Follow the instructions to create the OnCompleteWebhook node in your workflow.

  • Configure the Webhook URL:
  • Set the webhook URL to the endpoint where you want to receive the notification.

  • Trigger the Node:
  • Ensure the node is triggered upon the completion of the desired task or event.

    By using the OnCompleteWebhook node, you can integrate with external services and get notified about the completion of various processes.

    Please update your workflows and check out the new functionality.

    License

    This project is licensed under the GPL-3.0 License. See the LICENSE file for details.