Open
Description
Is there an existing issue for this?
- I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
It would be great to have contents of .description.txt files displayed in the preview cards for LoRAs, Textual Inversions, etc. - much like it is in the vanilla Automatic1111 UI. It's a handy place to record specific details like trigger words, preferred VAE settings, or any additional notes.
Proposed workflow
- Create a text file to accompany a specific checkpoint, LoRA or embedding model containing relevant information.
- Save file as .description.txt
- Place the file in the same directory as its corresponding checkpoint, LoRA or embedding model.
Example:
models/
├── lora/
│ ├── epiNoiseoffsetv2.safetensor
│ ├── epiNoiseoffsetv2.description.txt <--
│ ├── epiNoiseoffsetv2.preview.png
- Access the "Additional Networks" tab. See contents of epiNoiseoffsetv2.description.txt displayed in the awesomelora preview card overlay.
Additional information
Maybe there's a more elegant way of doing this (direct input/editing/display of PNG info for preview images through the WebUI), but this works for now.