Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

KingYoSun/alternai

Repository files navigation

alternai

Alternative NovelAI image generator

Installation

requirement

name version
nodejs 20.5.1
pnpm 8.9.0

run locally

  git clone https://github.com/KingYoSun/alternai.git
  cd alternai
  mkdir output
  cp .env.default .env
  docker compose up --build -d

Migration

Generate Migration

pnpm backend run db:migrate

  • Migration is performed each time backend is executed

Features

  • Light/dark mode toggle
  • Responsive
  • Image generator by NovelAI API
    • Unimplemented features
      • img2img
      • Inpainting
      • ControlNet
      • Upscaling
      • Multiple generation
  • Save image to nextcloud

Roadmap

  • Prompt-based image management
    • auto classify and search
  • Support prompt engineering
    • categorized tags
    • tags relation
    • block editor
  • scheduled generating image
  • test

Acknowledgements

backend

frontend

License

MIT