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
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI Suno API
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
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 thesuno 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