A ComfyUI custom node for the Retro Diffusion API
- 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.
- 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
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).