File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -63,9 +63,9 @@ if [ "${optupdate}" == "true" ]; then
63
63
git checkout " ${tag} " ;
64
64
fi
65
65
66
- python3.10 -m pip install --upgrade pip;
67
- # python3.10 -m pip install --upgrade httpcore;
68
- python3.10 -m pip install httpx==0.24.1;
66
+ python -m pip install --upgrade pip;
67
+ # python -m pip install --upgrade httpcore;
68
+ python -m pip install httpx==0.24.1;
69
69
70
70
linkcentraldir " textual_inversion_templates" textual_inversion_templates/;
71
71
@@ -107,7 +107,7 @@ mvlinkfile ui-config.json config/;
107
107
108
108
git restore webui-user.sh;
109
109
sed \
110
- --expression=' s/#python_cmd="python3"/python_cmd="python3.10 "/' \
110
+ --expression=' s/#python_cmd="python3"/python_cmd="python "/' \
111
111
--expression=' s/#export COMMANDLINE_ARGS=""/#export COMMANDLINE_ARGS="--api --xformers"/' \
112
112
webui-user.sh \
113
113
--in-place;
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ if [ "${optupdate}" == "true" ]; then
69
69
git checkout " ${tag} " ;
70
70
fi
71
71
72
- python3.10 -m pip install --upgrade pip;
72
+ python -m pip install --upgrade pip;
73
73
74
74
linkcentraldir " training-data" training-data/;
75
75
Original file line number Diff line number Diff line change 52
52
53
53
source venv/bin/activate;
54
54
55
- python3.10 -m pip install --upgrade pip;
56
- # python3.10 -m pip install --upgrade httpcore;
57
- # python3.10 -m pip install httpx==0.24.1;
55
+ python -m pip install --upgrade pip;
56
+ # python -m pip install --upgrade httpcore;
57
+ # python -m pip install httpx==0.24.1;
58
58
59
59
linkmodelsdir " chainner" models/chaiNNer/;
60
60
linkmodelsdir " codeformer" models/Codeformer/;
You can’t perform that action at this time.
0 commit comments