https://github.com/n0neye/A3D-comfyui-integration
https://github.com/n0neye/A3D-comfyui-integration
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/n0neye/A3D-comfyui-integration
- Owner: n0neye
- Created: 2025-04-15T04:24:39.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-04-25T10:43:35.000Z (about 2 months ago)
- Last Synced: 2025-04-25T11:35:22.115Z (about 2 months ago)
- Language: JavaScript
- Size: 688 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-comfyui - **A3D ComfyUI Integration**
README
# A3D ComfyUI Integration

## About
[A3D](https://github.com/n0neye/A3D) is an AI x 3D hybrid tool that allows you to compose 3D scenes and render them with AI. This integration allows you to send the color & depth images to ComfyUI. You can use it as a pose controller, or scene composer for your ComfyUI workflows.## Installation
1. Install via Custom Node Manager: Search for `A3D ComfyUI Integration` and install it
1. Restart ComfyUI## Usage
1. Add `A3D Listener` to your existing workflow, or open the [example workflow](https://github.com/n0neye/A3D-comfyui-integration/blob/main/example_workflows/A3D_flux_depth_lora_example.json)
1. In the Render section of A3D, click `Send to ComfyUI`, this will send the color & depth images to ComfyUI
*Note: Currently, your comfyUI needs to be running on the default port (8188) for this to work.## TODO
- [ ] Add OpenPose support
- [ ] Add animation and video support## Licensing Clarification
You can freely use the A3D-ComfyUI-Integration (MIT license) in your ComfyUI workflows, including for paid/commercial work.
Using the node does not require you to open-source your workflow or project, as long as you do not modify the main A3D project (AGPL-3.0).