ai-dock / comfyui

ComfyUI docker images for use in GPU cloud and local environments. Includes AI-Dock base for authentication and improved user experience.
Other
645 stars 222 forks source link

How to Setup serverless with custom nodes and models #80

Closed NitinGCJ closed 3 months ago

NitinGCJ commented 4 months ago

Can anyone explain the detailed steps to build the docker image which includes custom ComfyUI nodes and models like IP-adpater/ controlnet?

twinnedAI commented 4 months ago

@NitinGCJ one way would be to customise the docker build in: build/COPY_ROOT_EXTRA/opt/ai-dock/bin/build/layer1/init.sh just uncomment this part (line 11) to:

NODES=(
    "https://github.com/ltdrdata/ComfyUI-Manager"
)
robballantyne commented 3 months ago

Above is correct. Future updates will not include cloud provider specific handlers for serverless but will include a built in API wrapper to use instead. Instructions will be updated accordingly and old builds will be unaffected