perchance-ai-chat / README.md
VioneT20's picture
Update README.md
bf3e2b8 verified
|
raw
history blame
4.59 kB
---
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.