File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 124
124
" !wget -q -i https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Dependencies/A1111.txt\n " ,
125
125
" !dpkg -i *.deb\n " ,
126
126
" !pip uninstall wandb -y\n " ,
127
- " !rm -r /usr/local/lib/python3.11/dist-packages/transformers*\n " ,
128
127
" if not os.path.exists('/content/gdrive/'+mainpth+'/sd/stablediffusion'):\n " ,
129
128
" !tar -C /content/gdrive/$mainpth --zstd -xf sd_mrep.tar.zst\n " ,
130
129
" !tar -C / --zstd -xf gcolabdeps.tar.zst\n " ,
143
142
" else:\n " ,
144
143
" %env LD_PRELOAD=/content/gdrive/$mainpth/sd/libtcmalloc/libtcmalloc_minimal.so.4\n " ,
145
144
" \n " ,
146
- " !pip install wandb==0.15.12 pydantic==1.10.2 transformers controlnet_aux -qq --no-deps \n " ,
145
+ " !pip install wandb==0.15.12 pydantic==1.10.2 controlnet_aux -qq\n " ,
147
146
" os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'\n " ,
148
147
" os.environ['PYTHONWARNINGS'] = 'ignore'\n " ,
149
148
" !sed -i 's@text = _formatwarnmsg(msg)@text =\\\"\\\" @g' /usr/lib/python3.11/warnings.py\n " ,
You can’t perform that action at this time.
0 commit comments