omnius 1.0.328 → 1.0.329
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +3726 -2783
- package/docs/reference/rest-api.md +2 -0
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
|
@@ -199,6 +199,8 @@ All generation is backed by the unified `~/.omnius` model store and shared venvs
|
|
|
199
199
|
| `GET` | `/v1/media/models` | List available image/video/audio/music models |
|
|
200
200
|
| `GET` | `/v1/media/store` | Unified store disk usage + reclaimable legacy caches |
|
|
201
201
|
| `POST` | `/v1/media/migrate` | Dedup + migrate legacy per-group caches into the unified store |
|
|
202
|
+
| `POST` | `/v1/media/relocate` | Relocate the whole media store (weights/venvs/gallery) to a chosen folder |
|
|
203
|
+
| `GET` | `/v1/media/relocate/status` | Status + progress of the media-store relocation job |
|
|
202
204
|
| `POST` | `/v1/media/image` | Generate an image |
|
|
203
205
|
| `POST` | `/v1/media/video` | Generate a video |
|
|
204
206
|
| `POST` | `/v1/media/audio` | Generate a sound effect |
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.329",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "omnius",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.329",
|
|
10
10
|
"bundleDependencies": [
|
|
11
11
|
"image-to-ascii"
|
|
12
12
|
],
|
package/package.json
CHANGED