Thanks for the detailed feedback! <3
I just updated the version, so now...
- Steps tooltip: Updated the description, but it's most likely still a bit unclear. :X I hope I can release a quick tutorial video tomorrow.
- Accuracy tooltip: Also reworked, but might also need the tutorial.
- Width/height: I wanted to save space. :D But it's really not very beautiful. I'll try to find a nice solution till next version.
- Giant popup image preview: Fixed. The default preview is now smaller and at a fixed position. If you click the middle of an image, you can toggle to the big preview.
- Render order: It's top->bottom to work a bit like blogs. :3 If it wasn't left->right it might have been buggy (which wouldn't surprise me, but should be fixed now). Maybe I'll add an option to make it bottom->top.
- Palette misses tooltip: Fixed.
- Deletion: Is a lot easier now. It still only puts them in a trash folder instead of deleting them right away (until I can be sure that nobody deletes something accidentally), but you can just delete this folder from time to time then. Prompts are saved in the image's meta info atm, but you'd have to read those via an online tool... so not very handy. I'll think about a solution until next version. :)
- Tooltip boxes text bad aligned: Fixed.
- Rendered images don't show up until dragging: Fixed.
- UI dies when resizing: Fixed.
- Unclear UI: Semi-fixed. You can disable the background texture in the settings. I'll work on the rest for the next version.
Again: Thank you a lot for the feedback! <3 Helped a lot for the new release.
Viewing post in Stable Diffusion | AI Image Generator GUI | aiimag.es comments
Good job! Already tried the new version quickly.
Some comments;
- Delete mode moves renders to trashcan folder, but dropping renders into trashcan doesn't. Is this intentional?
- Main rendered images area already works better, but deleting items / resizing windows (not sure what I did) makes the list look like a jagged array. Some rows are full, others have some items. Is this intentional? Could it simply be a one continuous list, like with Grid Layout Group? I've done several UIs for my own little projects and it works great for lists like this.
- "Prompts are saved in the image's meta" - Great! BTW - simply drop your png to any text editor (like notepad++), and you'll see your stored prompt near the beginning of the file, even though most of the other stuff will be "garbage". Another way is to use some popular image viewer/file browser like XnView MP, it can show you the metadata, from Preview Image panel's Info tab, ExifTool (non-MP version doesn't have this feature AFAIK).