Skip to content

Commit 56f81d0

Browse files
authored
fix
1 parent 4ca9b02 commit 56f81d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fast-DreamBooth.ipynb

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
" os.chdir('/content')\n",
4343
" !pip uninstall diffusers -qq -y\n",
4444
" !pip install -qq --no-deps accelerate==0.12.0\n",
45+
" !rm -r /usr/local/lib/python3.10/dist-packages/wandb*\n",
4546
" !wget -q -i https://raw.githubusercontent.com/TheLastBen/fast-stable-diffusion/main/Dependencies/dbdeps.txt\n",
4647
" !dpkg -i *.deb\n",
4748
" !tar -C / --zstd -xf gcolabdeps.tar.zst\n",

0 commit comments

Comments
 (0)