We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca9b02 commit 56f81d0Copy full SHA for 56f81d0
fast-DreamBooth.ipynb
@@ -42,6 +42,7 @@
42
" os.chdir('/content')\n",
43
" !pip uninstall diffusers -qq -y\n",
44
" !pip install -qq --no-deps accelerate==0.12.0\n",
45
+ " !rm -r /usr/local/lib/python3.10/dist-packages/wandb*\n",
46
" !wget -q -i https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Dependencies/dbdeps.txt\n",
47
" !dpkg -i *.deb\n",
48
" !tar -C / --zstd -xf gcolabdeps.tar.zst\n",
0 commit comments