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
Hello, thanks for this awesome work! I have a question trying to understand the following re-aging results, given an input face here:
I got the following different results with the same inference code: python age_editing.py --image_path xxx --age_init 39 --gender male --save_aged_dir xxx --specialized_path xxx --target_ages 0 10 20 30 40 50 60 70 80 90 100
Do you have any idea why the results are not deterministic in the above case?
Also in case 2:
Do you have any idea why there are artifacts?
The text was updated successfully, but these errors were encountered:
Hi, I'm not an author of this paper, but have some insight.
First, I conjecture artifacts are raised by non-enough optimization in null-text optimization process (before Prompt2Prompt editing process) or huge gap between source prompt and inputted image. One potential solution is to increase the steps of null-text optimization to obtain more faithful null-text embeddings. To do that, you can modify num_inner_step in
Hello, thanks for this awesome work! I have a question trying to understand the following re-aging results, given an input face here:
I got the following different results with the same inference code:
python age_editing.py --image_path xxx --age_init 39 --gender male --save_aged_dir xxx --specialized_path xxx --target_ages 0 10 20 30 40 50 60 70 80 90 100
Do you have any idea why the results are not deterministic in the above case?
Also in case 2:
Do you have any idea why there are artifacts?
The text was updated successfully, but these errors were encountered: