From 8108d615ec6ce1baff7b42cff07a7f83c4024cb7 Mon Sep 17 00:00:00 2001 From: Chris Allen <48918354+zippy731@users.noreply.github.com> Date: Thu, 7 Apr 2022 10:09:07 -0700 Subject: [PATCH] Update Tutorial Section add links to guide and discord --- Disco_Diffusion.ipynb | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Disco_Diffusion.ipynb b/Disco_Diffusion.ipynb index 275821d..483a783 100644 --- a/Disco_Diffusion.ipynb +++ b/Disco_Diffusion.ipynb @@ -286,8 +286,14 @@ "source": [ "**Diffusion settings (Defaults are heavily outdated)**\n", "---\n", + "\n", + "Disco Diffusion is complex, and continually evolving with new features. The most current documentation on on Disco Diffusion settings can be found in the unofficial guidebook:\n", + "\n", + "[Zippy's Disco Diffusion Cheatsheet](https://docs.google.com/document/d/1l8s7uS2dGqjztYSjPpzlmXLjl5PM3IGkRWI3IiCuK7g/edit)\n", "\n", - "This section is outdated as of v2\n", + "We also encourage users to join the [Disco Diffusion User Discord](https://discord.gg/XGZrFFCRfN) to learn from the active user community." + "\n", + "This section below is outdated as of v2\n", "\n", "Setting | Description | Default\n", "--- | --- | ---\n", @@ -2686,4 +2692,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +}