Nodes Browser
ComfyDeploy: How Comfyui SDAPI Request / NovelAI works in ComfyUI?
What is Comfyui SDAPI Request / NovelAI?
A Novel AI / SD-WebUI request node, support nai3/nai4, use NovelAI model in Your Comfyui.
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 SDAPI Request / NovelAI
and select it - Close the build step dialig and then click on the "Save" button to rebuild the machine
Comfyui SD-API/NOVELAI API请求节点/request node
support SD-WEBUI API and NOVELAI (support nai-diffusion-3 and nai-diffusion-4)/支持请求SD-WEBUI API以及 NOVELAI(支持nai-diffusion-3和nai-diffusion-4)
SETUP
- 在comfyui根目录下创建.env文件, 编写 NOVELAI_TOKEN 以调用NOVELAI
- create .env file in the root directory of comfyui, write NOVELAI_TOKEN to call NOVELAI
NOVELAI_TOKEN=ey....
Get Token
- 打开控制台, 输入以下命令
- Open console, type
console.log(JSON.parse(localStorage.session).auth_token);