Nodes Browser

ComfyDeploy: How ComfyUI Suno API works in ComfyUI?

What is ComfyUI Suno API?

An unofficial Python library for [a/Suno AI](https://www.suno.ai/) API

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI Suno API and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

[[API NOT WORKING ANYMORE, DON'T USE]]

ComfyUI Suno API

包装Suno API的ComfyUI节点

<img width="680" alt="image" src="https://github.com/GentlemanHu/ComfyUI-SunoAI/assets/34559079/b7d022b0-44a1-4ded-9f44-70ef0f1f07a6">

两个节点:

  • SunoAIGenerator 读取本地 .env 设置suno cookie
  • SunoAIGeneratorNotSafe suno cookie实时放入节点读取,不安全


ComfyUI Suno API

A ComfyUI Node that wraps the Suno API

<img width="680" alt="image" src="https://github.com/GentlemanHu/ComfyUI-SunoAI/assets/34559079/b7d022b0-44a1-4ded-9f44-70ef0f1f07a6">

Two Nodes:

  • SunoAIGenerator Reads the local .env file to set the suno cookie
  • SunoAIGeneratorNotSafe The suno cookie is read into the node in real time, which is not safe

TODO:

  • ⬜ 包装udio的ComfyUI节点(WIP)
  • ✅ 修正Suno ai的请求地址,改造部分方法



以下是原仓库README

Suno AI API is

  • An unofficial Python library for Suno AI API