Image organizer for local generation
  • Go 67.1%
  • Vue 29%
  • TypeScript 3.6%
  • HTML 0.3%
Find a file
2025-09-07 09:07:48 -04:00
backend fix: allow NSFW updates from any host 2025-09-06 19:57:46 -04:00
frontend style: reposition NSFW toggle 2025-08-24 14:05:13 -04:00
.gitignore Also ignore database journals 2025-09-07 09:07:48 -04:00
LICENSE Initial commit 2025-08-10 12:00:35 -04:00
README.md Improve image paging 2025-08-23 01:55:14 -04:00

gen-library

Image organizer for local generation

Backend configuration

The backend logger can be configured with environment variables:

Variable Description
LOG_LEVEL Sets the log verbosity. Accepts debug, info (default), warn, or error.
LOG_FILE When set, writes logs to logs/$(LOG_FILE) in addition to stdout. The previous log file is rotated to $(LOG_FILE).1.

To enable file logging, set LOG_FILE to a file name. For example, LOG_FILE=backend.log will log to logs/backend.log as well as standard output.

Todo

Metadata

  • Link to Model Manager to show model names as links that open the model in MM

Image viewer

  • Allow for zoom (and pinch and zoom) in the image viewer
  • Nicer metadata display with buttons to copy prompts with one click

Settings

  • Change NSFW keyword list to setting
  • Change NSFW button to indicator that can toggle NSFW status on the fly

Misc

  • Add icon instead of app name
  • Add tests