init: image-generator with MiniMax image-01 support

This commit is contained in:
zwbcc
2026-03-25 23:49:47 +08:00
commit 2837bc1a85
5 changed files with 1020 additions and 0 deletions

4
start.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
export NODE_PATH=$(npm root -g)
cd "$(dirname "$0")"
exec node app.js "$@"