Updated readme with import instructions for AID

This commit is contained in:
KoboldAI Dev 2021-05-11 01:06:16 -04:00
parent 1cc069a779
commit 81c79131a4
1 changed files with 14 additions and 1 deletions

View File

@ -57,4 +57,17 @@ and your version of CUDA under "Compute Platform" (I linked 10.2) to get the pip
3. Copy and paste pip3 command into command prompt to install torch with GPU support
Be aware that when using GPU mode, inference will be MUCH faster but if your GPU doesn't have enough
VRAM to load the model it will crash the application.
VRAM to load the model it will crash the application.
[IMPORT AI DUNGEON GAMES]
To import your games from AI Dungeon, first grab CuriousNekomimi's AI Dungeon Content Archive Toolkit:
https://github.com/CuriousNekomimi/AIDCAT
Follow the video instructions for getting your access_token, and run aidcat.py in command prompt.
Choose option [1] Download your saved content.
Choose option [2] Download your adventures.
Save the JSON file to your computer using the prompt.
Run KoboldAI, and after connecting to the web GUI, press the Import button at the top.
Navigate to the JSON file exported from AIDCAT and select it. A prompt will appear in the GUI
presenting you with all Adventures scraped from your AI Dungeon account.
Select an Adventure and click the Accept button.