stable-horde-flutter icon indicating copy to clipboard operation
stable-horde-flutter copied to clipboard

Feature request: rating images

Open nntb opened this issue 2 years ago • 7 comments

Like it says looking for this feature

nntb avatar Feb 06 '23 07:02 nntb

Thanks @nntb ! @Khosbayar this feature would add a rating UI on generated images. If a user rates an image, they get kudos back and it helps to train future Stable Diffusion models.

There is some info about the API for this in the Discord space.

ndahlquist avatar Feb 06 '23 17:02 ndahlquist

Just wanted to confirm: https://ratings.droom.cloud/api/ is this the API? Yeah I have been thinking some UI iterations for this one.

Khosbayar avatar Feb 06 '23 18:02 Khosbayar

Also it duplicates with #69

Khosbayar avatar Feb 06 '23 18:02 Khosbayar

Ah yes- you are correct!

ndahlquist avatar Feb 08 '23 01:02 ndahlquist

I was wandering around the API doc here, little confused how to rate generated image.

  1. There is POST API called /v1/rating/{image_id}, in doc it mentions: You need to retrieve an image ID from /rating/new first ,
  2. Then when I look at GET API /v1/rating/new, the description says "Retrieve an image from the default dataset and parameters are only apiKey.

The questions are:

  1. Do we really use GET API /v1/rating/new to get image-id?
  2. If so, how do we know which image user is rating?

Khosbayar avatar Feb 09 '23 04:02 Khosbayar

I'm not sure, I haven't tried this API before. I think the best place for clarification on this is the Discord.

ndahlquist avatar Feb 09 '23 05:02 ndahlquist

Sounds good

Khosbayar avatar Feb 09 '23 19:02 Khosbayar