Skip to content

Commit 3b54573

Browse files
authored
fix
1 parent 8444b1e commit 3b54573

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
@@ -144,7 +144,7 @@
144144
"\n",
145145
" !pip install wandb==0.15.12 pydantic==1.10.2 controlnet_aux -qq\n",
146146
" !pip install diffusers accelerate -U -qq\n",
147-
" os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'\n",
147+
" !rm -r /usr/local/lib/python3.11/dist-packages/tensorflow*\n",
148148
" os.environ['PYTHONWARNINGS'] = 'ignore'\n",
149149
" !sed -i 's@text = _formatwarnmsg(msg)@text =\\\"\\\"@g' /usr/lib/python3.11/warnings.py\n",
150150
" !sed -i 's@raise AttributeError(f\"module {module!r} has no attribute {name!r}\")@@g' /usr/local/lib/python3.11/dist-packages/jax/_src/deprecations.py\n",

0 commit comments

Comments
 (0)