Bowei Zeng

Results 2 comments of Bowei Zeng

use the updated provisioning_download() function ``` function provisioning_download() { local url="$1" local dir="$2" # For Civitai URLs, handle redirect and get filename from final URL if [[ "$url" == *"civitai.com"*...

try this ``` function provisioning_download() { local url="$1" local dir="$2" # For Civitai URLs, handle redirect and get filename from final URL if [[ "$url" == *"civitai.com"* ]]; then printf...