Commit Graph

7 Commits

Author SHA1 Message Date
clsferguson
db506ae51c
fix: upgrade custom-node deps each start and shallow-update ComfyUI-Manager
This updates ComfyUI-Manager on container launch using a shallow fetch/reset pattern and cleans untracked files to ensure a fresh working tree, which is the recommended way to refresh depth‑1 clones without full history. It also installs all detected requirements.txt files with pip --upgrade and only-if-needed strategy so direct requirements are upgraded within constraints on each run, while still excluding Manager from wheel-builds to avoid setuptools flat‑layout errors.
2025-09-17 12:30:08 -06:00
clsferguson
327d7ea37f
Fix case pattern for directory ownership and permissions 2025-09-11 13:21:13 -06:00
clsferguson
18bca70c8f
Improve logging and ownership management in entrypoint.sh 2025-09-11 10:13:25 -06:00
clsferguson
d303280af5
Refactor entrypoint.sh for improved logging and ownership 2025-09-11 09:57:29 -06:00
clsferguson
c77021a965
Refactor entrypoint.sh for clarity and functionality
Updated comments for clarity and improved Python path handling.
2025-09-09 22:34:11 -06:00
clsferguson
832d31b987
Improve user mapping and permissions in entrypoint.sh
Updated entrypoint.sh to enhance user mapping and directory permissions for runtime user.
2025-09-09 21:10:20 -06:00
clsferguson
917d40a425
Add entrypoint script for ComfyUI setup 2025-09-06 21:41:32 -06:00