Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 826 Bytes

File metadata and controls

40 lines (27 loc) · 826 Bytes

About

Standalone util to caption images for lora or stable-diffusion training. No server required - fully local, modifiable, minimalistic.

Flow:

  • Select images
  • Modify existing embedded prompt (only for png with tEXt Textual embedding - e.g. Automatic1111 generated images)
  • Iterate over all images
  • Export the captions (naming of .txt always respective to img file)
  • Use captions and images with kohya or any other training framework


demo.gif

Demo


exported.JPG

Exported captions

Run

$ npm install
$ npm run dev

open localhost:3000

Images used for demo