First, the batch index thing
I noticed that if you send the exact same payload multiple times, requesting x number of images, say 5 (as in my tests), the same image will not have the same batch_index in all the requests.
In tazlin's words: "Then that’s probably a bug... you’re saying that the same image has a mismatched batch index during subsequent runs?"
link to the conversation on discord: https://discord.com/channels/781145214752129095/1081743238194536458/1267960076560371722
Second, the weird situation I encountered
When testing the above (batch_index not matching), I got a result back where the images were generally the same as the previous result (same exact payload) but there were some differences across matching pairs of images (some images were more different than others)
Example where both images (same payload/2 different runs/same worker-db0's) are nearly identical, but there are some differences here and there.
First, the batch index thing I noticed that if you send the exact same payload multiple times, requesting x number of images, say 5 (as in my tests), the same image will not have the same batch_index in all the requests. In tazlin's words: "Then that’s probably a bug... you’re saying that the same image has a mismatched batch index during subsequent runs?" link to the conversation on discord: https://discord.com/channels/781145214752129095/1081743238194536458/1267960076560371722
Second, the weird situation I encountered When testing the above (batch_index not matching), I got a result back where the images were generally the same as the previous result (same exact payload) but there were some differences across matching pairs of images (some images were more different than others) Example where both images (same payload/2 different runs/same worker-db0's) are nearly identical, but there are some differences here and there.