File size: 4,587 Bytes
6cc1eeb f353d3d bf3e2b8 155168e bf3e2b8 155168e f353d3d bf3e2b8 f353d3d bf3e2b8 f353d3d bf3e2b8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 |
---
license: mit
language:
- en
---
# Perchance `ai-character-chat` Compatible Character JSON Import Files
These are importable `.json` files of character personalities + avatars for use with the [Perchance AI Character Chat](https://perchance.org/ai-character-chat) that are converted from the following datasets.
The Perchance AI Character Chat is an free online tool where users can create their own characters and have converstions/roleplay with them using an LLM.
> Click the "Files and versions" to see the Files
## Contents
```
main/
βββ savefiles_role_play_realm.zip // from IlyaGusev/gpt_roleplay_realm
βββ savefiles_character_codex.zip // from NousResearch/CharacterCodex
βββ savefiles_roleplay_characters.zip // from AlekseyKorshuk/roleplay-characters
βββ synthetic-fight-characters.zip // from AlekseyKorshuk/synthetic-fight-characters
βββ synthetic-friendly-characters.zip // from AlekseyKorshuk/synthetic-friendly-characters
βββ synthetic-romantic-characters.zip // from AlekseyKorshuk/synthetic-romantic-characters
βββ pippa-tavernformat.zip // from larryvrh/PIPPA-TavernFormat
βββ civitai-as-characters/ // from kubernetes-bad/CivitAI-As-Characters
βββ civitai-as-characters-<num>.zip
```
* `savefiles_role_play_realm.zip` - from [IlyaGusev/gpt_roleplay_realm](https://huggingface.co/datasets/IlyaGusev/gpt_roleplay_realm)
* `savefiles_character_codex.zip` - from [NousResearch/CharacterCodex](https://huggingface.co/datasets/NousResearch/CharacterCodex)
* `savefiles_roleplay_characters.zip` - from [AlekseyKorshuk/roleplay-characters](https://huggingface.co/datasets/AlekseyKorshuk/roleplay-characters)
* `synthetic-fight-characters.zip` - from [AlekseyKorshuk/synthetic-fight-characters](https://huggingface.co/datasets/AlekseyKorshuk/synthetic-fight-characters)
* `synthetic-friendly-characters.zip` - from [AlekseyKorshuk/synthetic-friendly-characters](https://huggingface.co/datasets/AlekseyKorshuk/synthetic-friendly-characters)
* `synthetic-romantic-characters.zip`- from [AlekseyKorshuk/synthetic-romantic-characters](https://huggingface.co/datasets/AlekseyKorshuk/synthetic-romantic-characters)
* `pippa-tavernformat.zip` - from [larryvrh/PIPPA-TavernFormat](https://huggingface.co/datasets/larryvrh/PIPPA-TavernFormat)
* `civitai-as-characters-<num>.zip`- from [kubernetes-bad/CivitAI-As-Characters](https://huggingface.co/datasets/kubernetes-bad/CivitAI-As-Characters)
## Importing
1. Download the Character Pack (`.zip` file) that you want (or the individual `.json` on the folders).
2. After downloading, extract (if downloaded zip file). Open the `.json` in a code editor/notepad to see the details of the character. I recommend using the Preview Pane (if on Windows) to see the details of the Character.
3. Click on the "Import" button on the bottom left then select the Character `.json` file you want to import.
4. Upon import, it would prompt "Keep Existing Data", select "Yes", then click import data.
- **Be Careful**: If you selected no, and still proceed and didn't export your current data, **it would delete all your current characters/threads/data entirely, this is unreversible**.
6. Change details from the character if needed, then save character.
7. You can now chat with the imported character.
## Notes
* `images.zip` are High Quality Avatars from the `role_play_realm` and `roleplay_characters`, `character_codex` and the `synthetic-x-characters` doesn't have any embedded avatars.
* You can view some of the `role_play_realm.zip` character avatars on the `/role_play_realm_en` folder.
* You can download individually some of the `role_play_realm.zip` characters on the `/savefiles_role_play_realm_en` folder.
* You can download individually some of the `roleplay_characters.zip` character on the `/savefiles_roleplay_characters` folder.
* Regarding the characters from `civitai-as-characters`
* Each `.zip` contains 1000 characters.
* To see the character avatars, go to [kubernetes-bad/CivitAI-As-Characters](https://huggingface.co/datasets/kubernetes-bad/CivitAI-As-Characters). Navigate to "Data Studio". On the right, set the query to `SELECT * FROM train LIMIT 1 OFFSET Id;` where `Id` is the id of the character from the `.zip` e.g. `0_Sofia.json` the Id is `0`.
* Some characters doesn't have avatars, indicated in the file name with `(No Avatar)`, but the image generation prompt is provided as a Greeting Message upon import.
* Multiple characters have same names, feel free to rename them appropriately. |