mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-15 00:30:55 +08:00
Inform user that installation might take a while
This commit is contained in:
parent
f2ea706b34
commit
80519fd53b
@ -63,7 +63,7 @@ current_hash=$(
|
||||
)
|
||||
|
||||
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"
|
||||
for req in custom_nodes/*/requirements.txt; do
|
||||
[ -f "$req" ] && reqs="$reqs -r $req"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user