Changelog and credits updates

pull/45/head
Adam Letts 3 years ago
parent db0962e386
commit 00bb170aae
  1. 12
      Disco_Diffusion.ipynb
  2. 11
      disco.py

@ -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",
" )"
],

@ -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
'''
)

Loading…
Cancel
Save