We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b54573 commit 43614e4Copy full SHA for 43614e4
fast_stable_diffusion_AUTOMATIC1111.ipynb
@@ -84,6 +84,7 @@
84
"with capture.capture_output() as cap:\n",
85
" def inf(msg, style, wdth): inf = widgets.Button(description=msg, disabled=True, button_style=style, layout=widgets.Layout(min_width=wdth));display(inf)\n",
86
" fgitclone = \"git clone --depth 1\"\n",
87
+ " !git clone -q --depth 1 --branch main https://github.com/TheLastBen/diffusers\n",
88
" %mkdir -p /content/gdrive/$mainpth/sd\n",
89
" %cd /content/gdrive/$mainpth/sd\n",
90
" !git clone -q --branch master https://github.com/AUTOMATIC1111/stable-diffusion-w$blsaphemy\n",
0 commit comments