You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assumed the folder option worked this way, but it seems it applies the faces listed to a single image.
Is it possible to add a checkbox under the folder option, so that when you do batch counts, it randomly picks one of the images in the folder?
Or is this a feature and I am missing how to trigger it?
(Found it, the issue was I was doing batch counts of 1000, which run at the very end of the whole count)
The text was updated successfully, but these errors were encountered:
To update the issue/request:
When enabling folder and "random image":
If I use a single image option and set the batch count to 1000, the face is replaced at the end of each image's generation.
If I use random from folder, and set batch count to 1000, it generates all 1000, then replace them all at once.
If I use random from folder, and XYZ and put seeds (say 1-1000), the face is replaced at the end of each image's generation. (This is how I currently get around the issue, set random seed ranges in XYZ and disable generate grid, to emulate a batch count of say 100 or 300 but have reactor work on a per image basis)
The issue is I like watching the results to see if I need to tweak anything during batch count runs. OR if I cancel a batch count run it has none of them replaced.
For some reason random from folder, vs single image, works differently when it processes the face.
It would be better if example 2, worked the same as the others regardless of settings, it replaces faces as the image is done generating.
Perhaps a checkbox to enable 'end of run' or 'individually' processing for those who prefer how it works now?
Feature description
I assumed the folder option worked this way, but it seems it applies the faces listed to a single image.
Is it possible to add a checkbox under the folder option, so that when you do batch counts, it randomly picks one of the images in the folder?
Or is this a feature and I am missing how to trigger it?
(Found it, the issue was I was doing batch counts of 1000, which run at the very end of the whole count)
The text was updated successfully, but these errors were encountered: