Naifu修改版,增加生成进度和队列支持
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Go to file
落雨楓 ab52deffb4 获取task信息失败时不中断请求 2 years ago
.github/workflows init project 2 years ago
config/jest init project 2 years ago
public init project 2 years ago
src 获取task信息失败时不中断请求 2 years ago
.browserslistrc init project 2 years ago
.clearglobs init project 2 years ago
.editorconfig init project 2 years ago
.env.development init project 2 years ago
.eslintignore init project 2 years ago
.eslintrc.json init project 2 years ago
.gitattributes init project 2 years ago
.gitignore init project 2 years ago
.lintstagedrc.json init project 2 years ago
.npmrc init project 2 years ago
.prettierrc.json init project 2 years ago
.simple-git-hooks.json init project 2 years ago
README.md init project 2 years ago
jest.config.mjs init project 2 years ago
netlify.toml init project 2 years ago
next-env.d.ts init project 2 years ago
next.config.js init project 2 years ago
package.json 优化提示 2 years ago
pnpm-lock.yaml 优化提示 2 years ago
sentry.client.config.ts init project 2 years ago
sentry.properties 增加生成进度功能 2 years ago
sentry.server.config.ts init project 2 years ago
tsconfig.json 优化提示 2 years ago

README.md

NovelAI Web

Setup

Requires Node 16.9.0 or later.

Installing dependencies

corepack pnpm install

Development

Running a local development instance

corepack pnpm start

The app will run on http://localhost:3000 by default.

Running a local production instance

corepack pnpm run build
corepack pnpm run build:start

The app will run on http://localhost:3000 by default.

Running tests and checks

corepack pnpm run check

Deployment

corepack pnpm run build

A static production build will be exported to build.