Skip to content

Commit 3bd7acd

Browse files
authored
fix
1 parent 8460e97 commit 3bd7acd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fast_stable_diffusion_AUTOMATIC1111.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
" else:\n",
142142
" %env LD_PRELOAD=/content/gdrive/$mainpth/sd/libtcmalloc/libtcmalloc_minimal.so.4\n",
143143
"\n",
144-
" !pip install controlnet_aux -qq\n",
144+
" !pip install controlnet_aux -qq --no-deps\n",
145145
" os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'\n",
146146
" os.environ['PYTHONWARNINGS'] = 'ignore'\n",
147147
" !sed -i 's@text = _formatwarnmsg(msg)@text =\\\"\\\"@g' /usr/lib/python3.10/warnings.py\n",

0 commit comments

Comments
 (0)