GithubHelp home page GithubHelp logo

downloadtest's Introduction

Kamiya Product UI

简介

本Repo储存了Kamiya现阶段部署的UI的全部源代码,本项目基于NodeJS与Express实现。本仓库的代码处于快速迭代阶段,如果希望使用我们维护的稳定版本,可以查看Kamiya Open UI,该仓库将发布面向用户的稳定分支。

Usage

data.exam.env.exam 去掉后缀,按格式配置 其中后端示例如下

{
    "novelai":[
        {
            "name":"NovelAI Provider",
            "token":"<your novelai token>"
        }
    ],
    "webui": [
        {
            "id": "tcloud-1",
            "name":"Tencent Cloud Guangzhou Node",
            "url":"http://<ip>:<port>"
        }
    ],
    "enable":{
        "novelai": true,
        "webui": true,
        "novelai_img2img": true
    }
}

其中,webui指开启了API模式的WebUI项目.

Run

npm install
npm install pm2 -g
pm2 start pm2.json

node app.js && node telegram.js

npm install forever -g
forever start app.js
forever start telegram.js

有关代码

由于本人只是业余全栈开发者,能力与精力有限,所以在某些方面可能有严重瑕疵,比如后端使用了低效率的数据库解决方案而前端也同样用了比较低端的解决方案;请路过大佬在轻喷的同时考虑帮帮孩子。

downloadtest's People

Contributors

lynn-becky avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.