Advertisement
ArgieAnon

"Changelog" of the GitHub forks made by Anons

Dec 13th, 2019
486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.26 KB | None | 0 0
  1. "Changelog" (evolution) of the GitHub repos that have been used by Anons in the threads so far:
  2.  
  3. >nickwalton/AIDungeon (original/vanilla, changed to AIDungeon/AIDungeon around 9/12/19 and added a censor toggle around 11/12/19)
  4. >PolarManne/AIDungeon (uncensored, Tarumath was the same repo but a different collab) [7/12/19]
  5. >WAUthethird/AIDungeon-Uncensored (second uncensored version) [10/12/19]
  6. >original Drive method stops working
  7. >Akababa/AIDungeon (censored) [10/12/19]
  8. >Telain/AIDungeon and asazary/AIDungeon (uncensored) [10/12/19]
  9. >aidungeon99999/AIDungeon-Uncensored (fork of WAUthethird, created because people were wary of the previous forks, then received temperature tweaks and eventually let you pick temp and top_k before starting) [11/12/19]
  10. >Sojournophile/AIDungeon-Uncensored (fork of aidungeon99999, to circumvent anon99999's drama whoring) [11/12/19]
  11. >Tarumath/Thadunge2-Fork-Working-Colab (repo with Colab that let you play directly with thadunge2 fork) [12/12/19]
  12.  
  13. Current most used forks (both are being updated and are similar in some aspects):
  14.  
  15. >Kornilov1/Open CYOAI Project (Colab frontend that lets you use the different modded versions of the game, added a bunch of cells, guides and functionalities that makes the installing and playing experiences smother and easier) [13/12/19]
  16.  
  17. >thadunge2/AIDungeon (not a proper fork of vanilla, merged a bunch of mods and added new functions, see bellow and https://pastebin.com/Z8zbkb1z for changes): https://github.com/thadunge2/AIDungeon [12/12/19]
  18. Changelog (as of writing this) of thadunge2 version:
  19. - Commented out cloud saving phone-home shit, only saves locally
  20. - Moved saves to a dedicated save folder
  21. - Censor off by default
  22. - Added "retry" command that reverts and resubmits the last command.
  23. - You can objectively influence the story by prefacing your command with "!" (e.g. "!A dragon swoops in and eats Sir Theo.")
  24. - Made the game parse your commands into second person a little better
  25. - Eliminated index crash when the story goes on for too long
  26. - Added timeout to return control to you when the AI gets stuck generating a response
  27. - You can now adjust AI temperature on the fly
  28. - Added a command to permanently add things to the AI's memory for that story
  29. - Tried to make the AI a little more descriptive and less likely to just repeat your prompt back to you
  30. - Tried to make conversations a little more fleshed out
  31. - Fixed a bug that made the AI suggest actions for you.
  32. - Improved the editing on the action and response text so you should get fewer incomplete sentences and stuff.
  33. - Improved the part of the code that prefixes sentences with "You"
  34. - AI should be way more coherent now and no longer suggest (as many) actions for you
  35. - The game will no longer strip the final period off what the AI returns, which will confuse it less over long periods and give better results
  36. - Your own submitted action is now removed from the result if it shows up there so it doesn't just parrot you.
  37. - Prompt inputs sanitized now to confuse the AI less
  38. - Made a change to how blank inputs are handled to make them less confusing to the AI
  39. - ! inputs also properly sent to the AI
  40. - Bad and naughty AIs get sent back to generate another response
  41. There might be an increase in hang timeouts as the AI's response gets rejected and it has to regenerate more.
  42.  
  43. >CloverAnon/Clover-Edition: (not a proper fork of vanilla, more of a re-write of the game than a mod): https://github.com/cloveranon/Clover-Edition [16/12/19]
  44. Changelog (as of writing this) of CloverAnon version:
  45. - Complete rewrite of the user interface
  46. - Color text output
  47. - Console Bell when AI finishes
  48. - Much improved prompt selection
  49. - A much larger library of fan made starting prompts
  50. - Better config file
  51. - Eventually hope to improve the AI itself, but this will take some time
  52.  
  53. =======================================================================================================================================
  54.  
  55. To access any of this GitHubs, you just have to add https://github.com/ before any of those to get the link.
  56. Remember that you can use them, both for the Colab (online) and the Local (offline) versions, for instructions on how to do that: it's already included in the Colab version and for the Local one just go here and read: >https://pastebin.com/KH12Yq81
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement