anapnoe / stable-diffusion-webui-ux

Stable Diffusion web UI UX
GNU Affero General Public License v3.0
970 stars 58 forks source link

[Feature Request]: #114

Open LoveNug opened 1 year ago

LoveNug commented 1 year ago

Is there an existing issue for this?

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

  1. Create a text file to accompany a specific checkpoint, LoRA or embedding model containing relevant information.
  2. Save file as .description.txt
  3. 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

  1. Access the "Additional Networks" tab. See contents of epiNoiseoffsetv2.description.txt displayed in the awesomelora preview card overlay.

example

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.

anapnoe commented 1 year ago

we will do something more elegant thanks for your suggestion