Add file placeholders for characters and chats
This commit is contained in:
parent
6bc136d535
commit
6ccd64c603
|
@ -0,0 +1,8 @@
|
||||||
|
# Put PNG character cards here.
|
||||||
|
|
||||||
|
To create a sprites folder, name it the same as your character (NOT the PNG file).
|
||||||
|
|
||||||
|
For example:
|
||||||
|
|
||||||
|
- Character: /characters/Asuka Langley.png
|
||||||
|
- Sprite: /characters/Asuka Langley/joy.png
|
|
@ -0,0 +1,5 @@
|
||||||
|
# Put Chat JSONL files here in subfolders corresponding to character names
|
||||||
|
|
||||||
|
For example:
|
||||||
|
|
||||||
|
- /chats/Robot/chat.jsonl
|
Loading…
Reference in New Issue