Ways to improve gender-matching controls #110

Closed
opened 2023-09-13 14:16:29 +02:00 by Benjamin1973 · 8 comments
Benjamin1973 commented 2023-09-13 14:16:29 +02:00 (Migrated from github.com)

Kudos on awesome project. I'm enjoying it a lot!

Since automatic gender guessing on checkpoint creation is sometimes wrong (e.g. it thinks my wife is a man!), please do one or both of:

  1. Allow arbitrary gender assignment on training a new checkpoint, rather than letting the model decide.

AND/ OR

  1. Add a "match to female / match to male" option instead of just "Same Gender" in the Face settings.
Kudos on awesome project. I'm enjoying it a lot! Since automatic gender guessing on checkpoint creation is sometimes wrong (e.g. it thinks my wife is a man!), please do one or both of: 1) **Allow arbitrary gender assignment on training a new checkpoint**, rather than letting the model decide. AND/ OR 2) Add a "match to female / match to male" option instead of just "Same Gender" in the Face settings.
glucauze commented 2023-09-13 14:19:47 +02:00 (Migrated from github.com)

This is already possible in checkpoint builder

This is already possible in checkpoint builder
Benjamin1973 commented 2023-09-13 15:27:11 +02:00 (Migrated from github.com)

I've just updated, and I have the following on my Tools/Build tab: Batch Sources Images, Preview, Name of Character, Overwrite Checkpoint. I cannot see any gender-setting options.

Am I missing a setting somewhere to enable advanced options or something?

I've just updated, and I have the following on my Tools/Build tab: Batch Sources Images, Preview, Name of Character, Overwrite Checkpoint. I cannot see any gender-setting options. Am I missing a setting somewhere to enable advanced options or something?
Benjamin1973 commented 2023-09-13 15:31:19 +02:00 (Migrated from github.com)

Oh wow I'm stupid. I updated and restarted UI, but it didn't "stick." Just restarted Auto1111.

Couldn't be happier, you rock!

Since I have you, I have a question-- can I Batch a folder? I can only see selecting individual files, but limit seems to be about 1000. Great for image folders, but not good for long set of movie stills.

Oh wow I'm stupid. I updated and restarted UI, but it didn't "stick." Just restarted Auto1111. Couldn't be happier, you rock! Since I have you, I have a question-- can I Batch a folder? I can only see selecting individual files, but limit seems to be about 1000. Great for image folders, but not good for long set of movie stills.
glucauze commented 2023-09-13 15:34:11 +02:00 (Migrated from github.com)

I don't have on options for batch folder no. I used the gradio features that are not really perfect. Might be done in the futur.

I don't have on options for batch folder no. I used the gradio features that are not really perfect. Might be done in the futur.
Benjamin1973 commented 2023-09-13 15:35:53 +02:00 (Migrated from github.com)

Oh I see, limitations of the framework, I understand.

How about this-- batch by list of faces? So it would make a new folder for each face, and re-batch.

Oh I see, limitations of the framework, I understand. How about this-- batch by list of faces? So it would make a new folder for each face, and re-batch.
glucauze commented 2023-09-13 15:45:34 +02:00 (Migrated from github.com)

The easier would be to add a batch dir option in the batch source. By gradio not perfect, i mean the interface for dropping could be improved. You probably could use the API in the meantime to avoid that but that would require more work.

The easier would be to add a batch dir option in the batch source. By gradio not perfect, i mean the interface for dropping could be improved. You probably could use the API in the meantime to avoid that but that would require more work.
Benjamin1973 commented 2023-09-13 15:50:46 +02:00 (Migrated from github.com)

Well, my issue is with the number of files max-- about 1000. A movie would have potentially 60 frames / sec * 3600 sec / hr * 1.5 = gonna be a burden if you have to select them 1000 at a time.

Well, my issue is with the number of files max-- about 1000. A movie would have potentially 60 frames / sec * 3600 sec / hr * 1.5 = gonna be a burden if you have to select them 1000 at a time.
glucauze commented 2023-09-13 16:02:37 +02:00 (Migrated from github.com)
There are probably better tools for movies right now :) https://github.com/RichardErkhov/FastFaceSwap https://github.com/facefusion/facefusion Anyway, you can probably use API in the meantime : https://github.com/glucauze/sd-webui-faceswaplab/blob/main/client_api/faceswaplab_api_example.py
Sign in to join this conversation.