Skip to content

Commit 9232113

Browse files
authored
fix stuck dependencies cell
1 parent 722789a commit 9232113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fast-DreamBooth.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"print('\u001b[1;32mInstalling dependencies...')\n",
4141
"with capture.capture_output() as cap:\n",
4242
" os.chdir('/content')\n",
43-
" !pip uninstall diffusers -qq\n",
43+
" !pip uninstall diffusers -qq -y\n",
4444
" !pip install -qq --no-deps accelerate==0.12.0\n",
4545
" !wget -q -i https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Dependencies/dbdeps.txt\n",
4646
" !dpkg -i *.deb\n",

0 commit comments

Comments
 (0)