更新 'StableDiffusion.ipynb'

This commit is contained in:
502647092 2023-03-22 01:07:11 +00:00
parent e0ff9b2f70
commit 9366c52229

View File

@ -42,6 +42,7 @@ async def main():
!dpkg -i *.deb !dpkg -i *.deb
%env LD_PRELOAD=libtcmalloc.so %env LD_PRELOAD=libtcmalloc.so
!rm *.deb !rm *.deb
!pip install torch==1.13.1+cu116 torchvision==0.14.1+cu116 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu116 -U
await async_command_group([ await async_command_group([
"apt -y install -qq aria2", "apt -y install -qq aria2",
"pip install -q --pre xformers==0.0.17.dev476 -U", "pip install -q --pre xformers==0.0.17.dev476 -U",