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

Ensures node requirements are installed independently of AUTO_UPDATE #73

Open dougbtv opened 6 months ago

dougbtv commented 6 months ago

Only runs git pull when AUTO_UPDATE is set, otherwise, installs all requirements.

(Still WIP, working on testing the fix)

Fixes #68

dougbtv commented 6 months ago

Figured out I can test by setting PROVISIONING_SCRIPT to https://raw.githubusercontent.com/dougbtv/comfyui/provisioning-node-requirements/config/provisioning/default.sh

(and by editing the NODES array at the top of the file with the custom nodes in question in my situation...)

dougbtv commented 6 months ago

"works on my (cloudified) machine" with PROVSIONING_SCRIPT set to:

https://raw.githubusercontent.com/dougbtv/comfyui/provisioning-node-requirements-tester/config/provisioning/default.sh

Which includes this diff plus a couple items in the NODES array that I had installed with manager.

...It's got me thinking if it needs changes to scan for the installed nodes? unsure.