Update Disco_Diffusion.ipynb

pull/92/head
Adam Letts 2 years ago committed by GitHub
parent 36891c2331
commit 6f9a08b930
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      Disco_Diffusion.ipynb

@ -44,7 +44,7 @@
"\n", "\n",
"Modified by Daniel Russell (https://github.com/russelldc, https://twitter.com/danielrussruss) to include (hopefully) optimal params for quick generations in 15-100 timesteps rather than 1000, as well as more robust augmentations.\n", "Modified by Daniel Russell (https://github.com/russelldc, https://twitter.com/danielrussruss) to include (hopefully) optimal params for quick generations in 15-100 timesteps rather than 1000, as well as more robust augmentations.\n",
"\n", "\n",
"Further improvements from Dango233 and nsheppard helped improve the quality of diffusion in general, and especially so for shorter runs like this notebook aims to achieve.\n", "Further improvements from Dango233 and nshepperd helped improve the quality of diffusion in general, and especially so for shorter runs like this notebook aims to achieve.\n",
"\n", "\n",
"Vark added code to load in multiple Clip models at once, which all prompts are evaluated against, which may greatly improve accuracy.\n", "Vark added code to load in multiple Clip models at once, which all prompts are evaluated against, which may greatly improve accuracy.\n",
"\n", "\n",
@ -66,7 +66,7 @@
"\n", "\n",
"VR Mode by Tom Mason (https://twitter.com/nin_artificial)\n", "VR Mode by Tom Mason (https://twitter.com/nin_artificial)\n",
"\n", "\n",
"Horizontal and Vertical symmetry functionality by nsheppard. Symmetry transformation_steps by huemin (https://twitter.com/huemin_art). Symmetry integration into Disco Diffusion by Dmitrii Tochilkin (https://twitter.com/cut_pow)." "Horizontal and Vertical symmetry functionality by nshepperd. Symmetry transformation_steps by huemin (https://twitter.com/huemin_art). Symmetry integration into Disco Diffusion by Dmitrii Tochilkin (https://twitter.com/cut_pow)."
] ]
}, },
{ {
@ -273,7 +273,7 @@
"\n", "\n",
" VR Mode\n", " VR Mode\n",
"\n", "\n",
" v5.3 Update: Jun 10th 2022 - nsheppard, huemin, cut_pow\n", " v5.3 Update: Jun 10th 2022 - nshepperd, huemin, cut_pow\n",
"\n", "\n",
" Horizontal and Vertical symmetry\n", " Horizontal and Vertical symmetry\n",
"\n", "\n",
@ -2830,4 +2830,4 @@
}, },
"nbformat": 4, "nbformat": 4,
"nbformat_minor": 4 "nbformat_minor": 4
} }

Loading…
Cancel
Save