ComfyUI Extension: Save Image To Webdav
A collection of custom nodes for ComfyUI
Custom Nodes (0)
README
Save Image and File to WebDAV
A collection of custom nodes for ComfyUI that allows saving images and files to a WebDAV server.
Security Notice
- Special Reminder: Do not share images or other types of output files generated by this project node on the public internet. These output files contain sensitive information such as your WEBDAV login credentials. Leaking such information could lead to security risks.
- 特别提醒:请不要将使用此项目节点生成的图片或其他类型的输出文件分享到公开互联网。这些输出文件会包含您的WEBDAV登录凭证等敏感信息,泄露可能导致安全风险。
- 特に注意! このプロジェクトノードによって生成された画像やその他の出力ファイルをインターネット上で公開してはいけません。これらの出力ファイルにはWEBDAVログイン資格情報などの機密情報が含まれている可能性があり、漏洩するとセキュリティリスクが生じます。
- 정신차려:이 노드에서 생성된 이미지나 기타 출력 파일을 인터넷에 공개적으로 공유하지 마십시오. 이러한 출력물에는 웹디스크(WEBDAV) 로그인 정보 등의 민감한 정보가 포함될 수 있으며, 유출 시 보안 위험이 발생할 수 있습니다.
Features
- Save images to a WebDAV server with optional local backup on failure.
- Save files to a WebDAV server with optional local deletion after successful upload.
- Support for asynchronous uploads.
- User-friendly configuration options in the ComfyUI interface.
Quickstart
- Look up this extension in ComfyUI-Manager. If you are installing manually, clone this repository under
ComfyUI/custom_nodes
. - Restart ComfyUI.
Configuration
Save Image to WebDAV Node
- image: Input image to be saved.
- webdav_url: URL of the WebDAV server.
- save_local_when_fail: Option to save the image locally if the upload fails.
- webdav_username: Username for WebDAV authentication.
- webdav_password: Password for WebDAV authentication.
- async_upload: Option to upload the image asynchronously.
Save File to WebDAV Node
- filepath: Path of the file to be uploaded.
- delAfterUpload: Option to delete the local file after successful upload.
- webdav_url: URL of the WebDAV server.
- webdav_username: Username for WebDAV authentication.
- webdav_password: Password for WebDAV authentication.
- async_upload: Option to upload the file asynchronously.