Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Random Face from folder #559

Open
dxwarlock opened this issue Nov 1, 2024 · 1 comment
Open

[Feature]: Random Face from folder #559

dxwarlock opened this issue Nov 1, 2024 · 1 comment
Labels
enhancement New feature or request new

Comments

@dxwarlock
Copy link

dxwarlock commented Nov 1, 2024

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)

@dxwarlock dxwarlock added enhancement New feature or request new labels Nov 1, 2024
@dxwarlock
Copy link
Author

dxwarlock commented Nov 10, 2024

To update the issue/request:
When enabling folder and "random image":

  1. 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.
  2. If I use random from folder, and set batch count to 1000, it generates all 1000, then replace them all at once.
  3. 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request new
Projects
None yet
Development

No branches or pull requests

1 participant