diff --git a/README.md b/README.md index 3a1795e..4f337c1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# K.G.One Studio +
+
| [**K.G.Studio**](https://github.com/KGAudioLab/K.G.Studio) | Browser-based DAW — compose, edit, and produce in any modern browser |
+|
| [**ACE-Step 1.5**](https://github.com/ace-step/ACE-Step-1.5) | Generate full-length songs from text prompts |
+|
| [**Foundation-1**](https://huggingface.co/RoyalCities/Foundation-1) | Generate instrument clips and MIDI loops from text |
+|
| [**python-audio-separator**](https://github.com/nomadkaraoke/python-audio-separator) | Separate any audio into vocals, instrumental, and more |
> **Note:** All AI models require a GPU. Only one model can be active at a time — you switch explicitly via `POST /v1/models/load`.
@@ -107,7 +110,7 @@ export FOUNDATION1_CKPT_PATH=/path/to/foundation1.safetensors
export FOUNDATION1_CONFIG_PATH=/path/to/model_config.json
```
-### 2. Start K.G.One Studio
+### 2. Start K.G.One Music Studio
**Windows:**
```bat
@@ -134,11 +137,11 @@ Edit the `commit` field in `submodules.json`, delete the corresponding subfolder
---
-## Using K.G.One Studio
+## Using K.G.One Music Studio
-**K.G.Studio is the recommended way to use K.G.One Studio.** It opens automatically in your browser when the server starts and covers every capability through a visual interface.
+**K.G.Studio is the recommended way to use K.G.One Music Studio.** It opens automatically in your browser when the server starts and covers every capability through a visual interface.
**K.G.One Music Generator panel** (requires K.G.One server):
- **Generate a full song** — describe the mood, genre, and style; get back a full-length audio track
@@ -198,7 +201,7 @@ K.G.One/
## Contributing
-K.G.One Studio is an experimental, actively evolving project — contributions are very welcome! Whether you're a developer, musician, or designer, your expertise can make a real difference.
+K.G.One Music Studio is an experimental, actively evolving project — contributions are very welcome! Whether you're a developer, musician, or designer, your expertise can make a real difference.
### How You Can Help
@@ -232,14 +235,14 @@ No contribution is too small — from reporting bugs to suggesting new features,
## License
-K.G.One Studio is licensed under the [Apache License 2.0](./LICENSE) with two supplemental conditions:
+K.G.One Music Studio is licensed under the [Apache License 2.0](./LICENSE) with two supplemental conditions:
- **No patents** — this software may not be used to file or support any patent application in any jurisdiction.
- **Attribution** — public or commercial deployments must display `Powered by K.G.One © 2026 Xiaohan Tian` in a prominent location visible to end users.
### Third-party component licenses
-K.G.One Studio integrates or proxies the following projects. If you use the corresponding features, you are responsible for complying with their licenses.
+K.G.One Music Studio integrates or proxies the following projects. If you use the corresponding features, you are responsible for complying with their licenses.
| Component | Used for | License | Notes |
|-----------|----------|---------|-------|
@@ -248,6 +251,6 @@ K.G.One Studio integrates or proxies the following projects. If you use the corr
| [stable-audio-open-1.0](https://huggingface.co/stabilityai/stable-audio-open-1.0) | Clip generation (`/v1/clip/*`) via Foundation-1 | Stability AI Community License | **Non-commercial only.** Commercial use requires a separate license from Stability AI — see [stability.ai/license](https://stability.ai/license) |
| [python-audio-separator / UVR5](https://github.com/nomadkaraoke/python-audio-separator) | Stem separation (`/v1/separator/*`) | MIT | Permissive — attribution required |
-> **Note:** The `clip` generation feature is powered by a model released under the Stability AI Community License, which **does not permit commercial use**. If you intend to use K.G.One Studio in a commercial product, you must obtain a commercial license from Stability AI before enabling or exposing the `/v1/clip/*` endpoints.
+> **Note:** The `clip` generation feature is powered by a model released under the Stability AI Community License, which **does not permit commercial use**. If you intend to use K.G.One Music Studio in a commercial product, you must obtain a commercial license from Stability AI before enabling or exposing the `/v1/clip/*` endpoints.
See [LICENSE](./LICENSE) for the full terms including third-party notices.
diff --git a/res/KGOne-Demo-GIF.gif b/res/KGOne-Demo-GIF.gif
new file mode 100644
index 0000000..6730348
Binary files /dev/null and b/res/KGOne-Demo-GIF.gif differ
diff --git a/res/KGOne-logo-3.svg b/res/KGOne-logo-3.svg
new file mode 100644
index 0000000..1f6b2ea
--- /dev/null
+++ b/res/KGOne-logo-3.svg
@@ -0,0 +1,131 @@
+
+
\ No newline at end of file
diff --git a/res/KGOne-logo.png b/res/KGOne-logo.png
new file mode 100644
index 0000000..f66e166
Binary files /dev/null and b/res/KGOne-logo.png differ
diff --git a/res/KGOne-logo.svg b/res/KGOne-logo.svg
new file mode 100644
index 0000000..d99803b
--- /dev/null
+++ b/res/KGOne-logo.svg
@@ -0,0 +1,1711 @@
+
\ No newline at end of file
diff --git a/res/banners/acestep.png b/res/banners/acestep.png
new file mode 100644
index 0000000..3c977a9
Binary files /dev/null and b/res/banners/acestep.png differ
diff --git a/res/banners/foundation1.png b/res/banners/foundation1.png
new file mode 100644
index 0000000..21da567
Binary files /dev/null and b/res/banners/foundation1.png differ
diff --git a/res/banners/kgstudio.png b/res/banners/kgstudio.png
new file mode 100644
index 0000000..558fb08
Binary files /dev/null and b/res/banners/kgstudio.png differ
diff --git a/res/banners/uvr5.png b/res/banners/uvr5.png
new file mode 100644
index 0000000..005e593
Binary files /dev/null and b/res/banners/uvr5.png differ