mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-02-09 13:02:31 +08:00
Inform user that installation might take a while
This commit is contained in:
parent
4f12985e45
commit
6572cbb61d
@ -63,7 +63,7 @@ current_hash=$(
|
|||||||
)
|
)
|
||||||
|
|
||||||
if [ ! -f "$packages_hash_file" ] || [ "$current_hash" != "$(cat $packages_hash_file)" ]; then
|
if [ ! -f "$packages_hash_file" ] || [ "$current_hash" != "$(cat $packages_hash_file)" ]; then
|
||||||
echo "[entrypoint] Installing new python dependencies..."
|
echo "[entrypoint] Installing new python dependencies, this might take a while..."
|
||||||
reqs="-r requirements.txt"
|
reqs="-r requirements.txt"
|
||||||
for req in custom_nodes/*/requirements.txt; do
|
for req in custom_nodes/*/requirements.txt; do
|
||||||
[ -f "$req" ] && reqs="$reqs -r $req"
|
[ -f "$req" ] && reqs="$reqs -r $req"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user