Skip to content

Commit

Permalink
update files
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin committed Feb 21, 2024
1 parent 1dde2a6 commit f98fcca
Show file tree
Hide file tree
Showing 21 changed files with 60 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 6
---


# Character Studio Docs: Pages

[toc]
Expand Down Expand Up @@ -694,4 +699,4 @@ The component renders a chat interface with a title, a `Chat` component, and a `
export default View
```

The `View` component is exported for use in other parts of the application.
The `View` component is exported for use in other parts of the application.
8 changes: 8 additions & 0 deletions docs/General/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "General",
"position": 3,
"link": {
"type": "generated-index",
"description": "Overview of how to use Character Studio to make and optimize avatars"
}
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 8 additions & 0 deletions docs/Modders/manifest-files/_category_.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"label": "Manifest Files",
"position": 3,
"link": {
"type": "generated-index",
"description": "Overview of manifest files and how they work so you can modify them to customize your app."
}
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 5
---

# AI Personality

This is an experimental feature for prepopulating and customizing personalities for VRM avatars for AI chatbot application use cases.
Expand Down Expand Up @@ -234,4 +238,4 @@ There's also an ongoing effort to standardize this type of metadata as a gltf ex
"NEUROHACKER": "neurohacker"
}
}
```
```
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 2
---

# Character Select

There's a manifest.json file for the character select screen located in the public folder of the repo, for example `CharacterStudio/public/character-assets/manifest.json`. Think of each of these as a new character template, like picking a class in an MMO or choosing your fighter in a video game.
Expand Down Expand Up @@ -29,4 +33,4 @@ Characters can each have set of individual traits via their own manifest.json fi
]
```

The next section will have more information about each manifest.json file being referenced.
The next section will have more information about each manifest.json file being referenced.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 3
---


# Character Traits


Expand Down Expand Up @@ -458,4 +463,4 @@ Outer represents how far a raycast will go outside in normal direction before it

Innner represents how far a raycast will go inside in normal direction before it detects collision, if it collides, it means the vertex is not visible as it is blocked by another trait with higher culling layer.

This options only affects how the trait is affected by other traits.
This options only affects how the trait is affected by other traits.
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Generating Manifest Files
---
sidebar_position: 6
---

# Useful Scripts

Some useful scripts for generating manifest files for use in https://github.com/M3-org/characterstudio. YMMV.

Expand Down Expand Up @@ -298,4 +302,4 @@ if __name__ == '__main__':

Can run on a folder containing JSON files from the chain like this:

`for i in *.json; do python3 generate_manifest.py "$i" master_renamed_filenames.csv; done`
`for i in *.json; do python3 generate_manifest.py "$i" master_renamed_filenames.csv; done`
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Manifest files
---
sidebar_position: 1
---

# Overview

The manifest files are essential if you want to mod Character Studio with your own assets and selection screens. They are found in various parts of the project, and basically are the main file other than art assets that you would need to modify to make an avatar builder program.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 4
---

# VRM to LoRA data

This manifest is inspired by the [VRM to LoRA guide](https://hackmd.io/@reneil1337/avatar-lora) by [reneil1337](https://github.com/reneil1337) will generate training data that can be used for training LoRAs using tools such as [Kohya](https://github.com/bmaltais/kohya_ss).
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 1
---

# About Character Studio
# About


An evolving and truely open 3D studio for making and optimizing glTF / VRM avatars with. Make and manage your own avatar, avatar builder app, or to create an avatar collection.
Expand Down
5 changes: 5 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
sidebar_position: 2
---


# History of Character Studio


Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial-basics/_category_.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"label": "Tutorial - Basics",
"position": 2,
"position": 5,
"link": {
"type": "generated-index",
"description": "5 minutes to learn the most important Docusaurus concepts."
Expand Down
Binary file modified node_modules/.cache/webpack/client-development-en/0.pack
Binary file not shown.
Binary file modified node_modules/.cache/webpack/client-development-en/1.pack
Binary file not shown.
Binary file modified node_modules/.cache/webpack/client-development-en/2.pack
Binary file not shown.
Binary file modified node_modules/.cache/webpack/client-development-en/index.pack
Binary file not shown.
Binary file modified node_modules/.cache/webpack/client-development-en/index.pack.old
Binary file not shown.

0 comments on commit f98fcca

Please sign in to comment.