Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(5 edits)

Thanks for making this - to make it clear - I'm not trying to bash your work - would simply want to use better version of this tool, and this GUI looks promising.

UI tooltips have very vague descriptions IMHO.

- "Steps" - Really unclear TBH. It says grey bar is for previewing. But there is no preview button. Are grey and white bars somehow related? Asking because they share the same space. If both the grey handle and white handle overlap, what happens? Or are they simply unrelated and probably better as separate sliders?

- "Accuracy" - it says default is 7.5 (which it wasn't). It also talks about yellow bar, which isn't visible by default. How does this actually work is unclear. What happens when yellow bar knob is moved right? Or when yellow bar knob is on the left edge?

- Width/height; Really strange UI, why not simply have two sliders, one for width, one for height?

Popup image preview - I find it really annoying that hovering over small thumbnail brings up a preview image size of half the application window. I'd personally expect 2x or 3x size preview. Why not make larger image preview appear if user clicks or double clicks a thumbnail?

Order of render images - I guess this depends, but I'd personally expect left to right, and then top to bottom. Now rendering order seems a bit off.

Palette - what is the purpose of this window? There is no tooltip.

Rendered images - there is no way to delete files? Dragging to trash only removes it from list. No matter what, I usually delete most of the variants, there doesn't seem to be a way to update list of images, if I manually delete the files. Also, it would be better if prompt was a separate file for each image, that way both can be stored or deleted easily. Now all the output datas are stored in one file, making it really hard to store unique results (like drag and drop the prompt and image in some other folder).

Play - could it possible to make it only render one image? Make a separate button to infinitely generate images?

(+2)

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.

(3 edits)

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).