amiantos / aislingeach

Aislingeach is an iOS client for the AI Horde, a distributed open source network of GPUs running Stable Diffusion
https://aislingeach.com
Mozilla Public License 2.0
35 stars 2 forks source link

Improve data stored and shown for each image #13

Closed amiantos closed 1 year ago

amiantos commented 1 year ago

For example, artbot shows:

image

Screenshot 2023-06-03 at 7 01 24 PM

I'm logging and showing the request details, but not the other stuff yet.

amiantos commented 1 year ago

It looks like artbot is recording the model version separately from the rest of the request version... I don't think I care about implementing that personally.

The most basic version of this is implemented now, you can view full raw request and the raw response (excluding img url) in the image details view, in formatted JSON. It's basic, but it's fine for now.