From 6f9a08b930bd92bf774f703318ce2b2ef6543531 Mon Sep 17 00:00:00 2001 From: Adam Letts Date: Fri, 10 Jun 2022 23:37:38 -0700 Subject: [PATCH] Update Disco_Diffusion.ipynb --- Disco_Diffusion.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Disco_Diffusion.ipynb b/Disco_Diffusion.ipynb index 12fe016..52d9923 100644 --- a/Disco_Diffusion.ipynb +++ b/Disco_Diffusion.ipynb @@ -44,7 +44,7 @@ "\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", - "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", "Vark added code to load in multiple Clip models at once, which all prompts are evaluated against, which may greatly improve accuracy.\n", "\n", @@ -66,7 +66,7 @@ "\n", "VR Mode by Tom Mason (https://twitter.com/nin_artificial)\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", " VR Mode\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", " Horizontal and Vertical symmetry\n", "\n", @@ -2830,4 +2830,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +}