Open dougbtv opened 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...)
"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.
Only runs git pull when AUTO_UPDATE is set, otherwise, installs all requirements.
(Still WIP, working on testing the fix)
Fixes #68