Merge pull request #32 from MSFTserver/main

fix titles in ipynb
pull/33/head
Adam Letts 3 years ago committed by GitHub
commit 0bfbd5c530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Disco_Diffusion.ipynb

@ -241,7 +241,7 @@
"\n",
" IPython magic commands replaced by Python code\n",
"\n",
" v5.1 Update: Mar 30th 2022 - zippy / Chris Allen and gandamu / Adam Letts / MSFTserver aka HostsServer\n",
" v5.1 Update: Mar 30th 2022 - zippy / Chris Allen and gandamu / Adam Letts\n",
"\n",
" Integrated Turbo+Smooth features from Disco Diffusion Turbo -- just the implementation, without its defaults.\n",
"\n",
@ -253,6 +253,8 @@
"\n",
" Added video_init_seed_continuity option to make init video animations more continuous\n",
"\n",
" v5.1 Update: Apr 4th 2022 - MSFTserver aka HostsServer\n",
"\n",
" Removed pytorch3d from needing to be compiled with a lite version specifically made for Disco Diffusion\n",
"\n",
" Remove Super Resolution\n",
@ -444,6 +446,8 @@
"id": "InstallDeps"
},
"source": [
"#@title ### 1.3 Install and import dependencies\n",
"\n",
"import pathlib, shutil, os, sys\n",
"\n",
"if not is_colab:\n",
@ -2683,4 +2687,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}
Loading…
Cancel
Save