Supported Import Formats
CharaStudio supports importing the following TavernAI-compatible formats:
- PNG files (embedded JSON metadata): Character cards exported from TavernAI
- JSON files: Directly exported character data
- TXT files: Plain text format containing only the description
- YAML files: YAML format used by some tools
Import Steps
Method 1: Drag and Drop
- Open CharaStudio and go to the "Characters" workspace
- Drag a PNG/JSON file into the blank area
- CharaStudio will automatically parse the file contents
- After confirming the preview, click "Import"
Method 2: File Picker
- Click the "Import" button in the top-right corner
- In the file picker dialog, select the files to import
- Multi-select is supported for importing multiple characters at once
Method 3: Import from URL
- From the "Import" menu, select "Import from URL"
- Paste the TavernAI community character card URL
- CharaStudio will automatically download and parse
Post-Import Checks
After importing, please verify the following:
- Avatar Image: Confirm the character image displays correctly
- Description Text: Check if the description has any garbled or truncated text
- Personality Tags: Confirm the personality field was parsed correctly
- Opening Line: Check if the first_mes matches expectations
Exporting to TavernAI
CharaStudio supports exporting characters in TavernAI-compatible format:
- Open the character you want to export
- Click "Export" > "TavernAI Format"
- Choose export options:
- PNG (TXT): Write metadata to the image's text layer
- JSON: Standard JSON format
- Download the file and copy it to TavernAI's
charactersfolder
FAQ
Image Display Issues After Import
Some TavernAI character cards use external CDN-hosted images. After importing, CharaStudio will automatically download and cache images locally. If the network is slow, images may take a few minutes to display.
Garbled Description Text
This is usually because the original character card uses non-UTF-8 encoding. CharaStudio attempts to auto-detect encoding. If text is still garbled, manually copy the description to an external editor, convert the encoding, and re-import.