We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 722789a commit 9232113Copy full SHA for 9232113
fast-DreamBooth.ipynb
@@ -40,7 +40,7 @@
40
"print('\u001b[1;32mInstalling dependencies...')\n",
41
"with capture.capture_output() as cap:\n",
42
" os.chdir('/content')\n",
43
- " !pip uninstall diffusers -qq\n",
+ " !pip uninstall diffusers -qq -y\n",
44
" !pip install -qq --no-deps accelerate==0.12.0\n",
45
" !wget -q -i https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Dependencies/dbdeps.txt\n",
46
" !dpkg -i *.deb\n",
0 commit comments