From 9366c52229ff0af45912b203cb4a1d5850e2d3e9 Mon Sep 17 00:00:00 2001 From: 502647092 Date: Wed, 22 Mar 2023 01:07:11 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'StableDiffusion.ipynb'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- StableDiffusion.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/StableDiffusion.ipynb b/StableDiffusion.ipynb index 8ae2dcb..20d6b59 100644 --- a/StableDiffusion.ipynb +++ b/StableDiffusion.ipynb @@ -42,6 +42,7 @@ async def main(): !dpkg -i *.deb %env LD_PRELOAD=libtcmalloc.so !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([ "apt -y install -qq aria2", "pip install -q --pre xformers==0.0.17.dev476 -U",