add load local model
This commit is contained in:
@@ -6,9 +6,11 @@ set PATH=C:\Windows\System32;%PATH%
|
||||
|
||||
@call conda-unpack
|
||||
|
||||
@call conda install -y cudatoolkit=11.3
|
||||
@call pip install torch==1.12.1+cu113 --extra-index-url https://download.pytorch.org/whl/cu113
|
||||
@call conda install -y -c conda-forge cudatoolkit=11.7
|
||||
@call pip install torch==1.13.1+cu117 --extra-index-url https://download.pytorch.org/whl/cu117
|
||||
@call pip install xformers
|
||||
@call pip3 install -U lama-cleaner
|
||||
@call lama-cleaner --install-plugins-package
|
||||
|
||||
|
||||
@call lama-cleaner --config-installer --installer-config %0\..\installer_config.json
|
||||
|
||||
Reference in New Issue
Block a user