Download AnyLORA
This commit is contained in:
parent
e4a7b08f8d
commit
c9d3caf251
1 changed files with 5 additions and 0 deletions
|
@ -40,5 +40,10 @@ cp "${DIR}/config_files/accelerate/default_config.yaml"\
|
|||
VENV_DIR=$(python -c "import site; print(site.getsitepackages()[0])")
|
||||
VENV_DIR="${VENV_DIR%/lib/python3.10/site-packages}"
|
||||
|
||||
echo "Downloading base model"
|
||||
pushd /workspace
|
||||
curl -L -O -J https://civitai.com/api/download/models/29792
|
||||
popd
|
||||
|
||||
print "Setup complete."
|
||||
exit 0
|
||||
|
|
Loading…
Add table
Reference in a new issue