ComfyUI Extension: Comfyui SDAPI Request / NovelAI

Authored by DiaoDaiaChan

Created

Updated

1 stars

A Novel AI / SD-WebUI request node, support nai3/nai4, use NovelAI model in Your Comfyui.

Custom Nodes (0)

    README

    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)

    • https://github.com/AUTOMATIC1111/stable-diffusion-webui/wiki/API
    • https://novelai.net/image

    emb

    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);