更新 'StableDiffusion.ipynb'

This commit is contained in:
502647092 2023-03-21 14:38:59 +00:00
parent 3a39c42e63
commit e0ff9b2f70

View File

@ -44,7 +44,7 @@ async def main():
!rm *.deb
await async_command_group([
"apt -y install -qq aria2",
"pip install -q --pre xformers",
"pip install -q --pre xformers==0.0.17.dev476 -U",
"pip install -q --pre triton",
])
%cd /content