From 00bb170aae738087eb99122f163a94691df7c3f7 Mon Sep 17 00:00:00 2001 From: Adam Letts Date: Sun, 10 Apr 2022 12:28:14 -0400 Subject: [PATCH] Changelog and credits updates --- Disco_Diffusion.ipynb | 12 ++++++++++-- disco.py | 11 ++++++++++- 2 files changed, 20 insertions(+), 3 deletions(-) diff --git a/Disco_Diffusion.ipynb b/Disco_Diffusion.ipynb index 69b29e8..9be3527 100644 --- a/Disco_Diffusion.ipynb +++ b/Disco_Diffusion.ipynb @@ -58,9 +58,13 @@ "\n", "Somnai (https://twitter.com/Somnai_dreams) added Diffusion Animation techniques, QoL improvements and various implementations of tech and techniques, mostly listed in the changelog below.\n", "\n", - "3D animation implementation added by Adam Letts (https://twitter.com/gandamu_ml) in collaboration with Somnai.\n", + "3D animation implementation added by Adam Letts (https://twitter.com/gandamu_ml) in collaboration with Somnai. Creation of disco.py and ongoing maintenance.\n", "\n", - "Turbo feature by Chris Allen (https://twitter.com/zippy731)" + "Turbo feature by Chris Allen (https://twitter.com/zippy731)\n", + "\n", + "Improvements to ability to run on local systems, Windows support, and dependency installation by HostsServer (https://twitter.com/HostsServer)\n", + "\n", + "VR Mode by Tom Mason (https://twitter.com/nin_artificial)" ] }, { @@ -263,6 +267,10 @@ "\n", " Update for crossplatform support\n", "\n", + " v5.2 Update: Apr 10th 2022 - nin_artificial / Tom Mason\n", + "\n", + " VR Mode\n", + "\n", " '''\n", " )" ], diff --git a/disco.py b/disco.py index 2029b1a..5823494 100644 --- a/disco.py +++ b/disco.py @@ -52,9 +52,14 @@ Disco: Somnai (https://twitter.com/Somnai_dreams) added Diffusion Animation techniques, QoL improvements and various implementations of tech and techniques, mostly listed in the changelog below. -3D animation implementation added by Adam Letts (https://twitter.com/gandamu_ml) in collaboration with Somnai. +3D animation implementation added by Adam Letts (https://twitter.com/gandamu_ml) in collaboration with Somnai. Creation of disco.py and ongoing maintenance. Turbo feature by Chris Allen (https://twitter.com/zippy731) + +Improvements to ability to run on local systems, Windows support, and dependency installation by HostsServer (https://twitter.com/HostsServer) + +VR Mode by Tom Mason (https://twitter.com/nin_artificial) + """ # %% @@ -252,6 +257,10 @@ if skip_for_run_all == False: Update for crossplatform support + v5.2 Update: Apr 10th 2022 - nin_artificial / Tom Mason + + VR Mode + ''' )