ComfyUI Extension
Comfy-Firefly
Custom ComfyUI node for generating images using Adobe Firefly Services API v3 with automatic authentication and standard tensor output.
pantaleone-ai/Comfy-Firefly
Nodes1
On cloudLocal install
CategoryAdobe Firefly
Stars1
Updated8 months ago
Readme
ComfyUI Adobe Firefly Node (Beta)
This is a custom node for ComfyUI that allows you to generate images using Adobe Firefly Services API (v3) directly within your workflows.
✨ Features
- Text to Image Generation: seamless connection to Adobe Firefly v3.
- Auto-Authentication: Automatically handles token exchange and caching using your Client ID and Secret.
- Native ComfyUI Format: Outputs standard
IMAGEtensors.
🛠️ Installation
- Navigate to your ComfyUI
custom_nodesdirectory. - Clone this repository or place the
ComfyUI-Adobe-Fireflyfolder there. - Install requirements:
pip install -r requirements.txt - Restart ComfyUI.
🔑 Getting Adobe Credentials
- Go to the Adobe Developer Console.
- Create a Project > Add API > "Firefly Services".
- Choose "OAuth Server-to-Server".
- Copy your Client ID and Client Secret into the node inputs.
📄 License
MIT License.