ComfyUI Extension: ComfyUI-RetroDiffusion-API-Node
A ComfyUI custom node for the a/Retro Diffusion API
Custom Nodes (0)
README
ComfyUI-RetroDiffusion-API-Node
A ComfyUI custom node for the Retro Diffusion API
<img width="795" height="541" alt="comfyui_retrodiffusion_api_node showcase" src="https://github.com/user-attachments/assets/9f2c9634-74e6-4b61-a8f2-6e08132f2f4c" />How to Install
- Go to Retro Diffusion and sign up for an account if you don't have one.
- Create an API key from the developer tools.
- In the root folder of your ComfyUI installation, create a
.env
file if it doesn't exist already. - Add the following to your
.env
:
RD_API_KEY=your-key
- Clone this repository into your
ComfyUI/custom_nodes
folder. - Start ComfyUI.
Now you can create a Retro Diffusion API Node
in your workflows.
Features
- Text-to-image and image-to-image
- Outputs credit cost of the image and your remaining credits too
- Supports
RD_Fast
,RD_PLUS
, andAnimation
styles as of the latest commit
More info on the Retro Diffusion API itself can be found here - https://github.com/Retro-Diffusion/api-examples
Notes
RD_PLUS
andAnimation
styles are more expensive to generate thanRD_Fast
.- Check the console if you get any errors, and feel free to create an issue.
- There is an upload size limit for image-to-image, so keep that in mind (don't send large images as input).